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 487

_id 0ef8
authors Völker, H., Sariyildiz, S., Schwenck, M. and Durmisevic, S.
year 1996
title THE NEXT GENERATION OF ARCHITECTURE WITHIN COMPUTER SCIENCES
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Considering architecture as a mixture of exact sciences and the art, we can state that as in all other sciences, every technical invention and development has resulted in advantages and disadvantages for the well-being and prosperity of mankind. Think about the developments in the fields of nuclear energy or space travel. Besides bringing a lot of improvements in many fields, it also has danger for the well-being of a mankind. The development of the advanced computer techniques has also influence on architecture, which is inevitable. How did the computer science influence architecture till now, and what is going to be the future of the architecture with this ongoing of computer science developments? The future developments will be both in the field of conceptual design (form aspect) and also in the area of materialization of the design process.

These all are dealing with the material world, for which the tools of computer science are highly appropriate. But what will happen to the immaterial world? How can we put these immaterial values into a computers model? Or can the computer be creative as a human being? Early developments of computer science in the field of architecture involved two-dimensional applications, and subsequently the significance of the third dimension became manifest. Nowadays, however, people are already speaking of a fourth dimension, interpreting it as time or as dynamics. And what, for instance, would a fifth, sixth or X-dimension represent?

In the future we will perhaps speak of the fifth dimension, comprising the tangible qualities of the building materials around us. And one day a sixth dimension might be created, when it will be possible to establish direct communication with computers, because direct exchange between the computer and the human brain has been realised. The ideas of designers can then be processed by the computer directly, and we will no longer be hampered by obstacles such as screen and keyboard. There are scientist who are working to realize bio-chips. If it will work, perhaps we can realise all these speculations. It is nearly sure that the emergence of new technologies will also affect our subject area, architecture and this will create fresh challenges, fresh concepts, and new buildings in the 21st century. The responsibility of the architects must be, to bear in mind that we are dealing with the well-being and the prosperity of mankind.

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

_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 22fd
authors Chou, Wen Huey
year 1996
title An Empirical Study of 2d Static Computer Art: An Investigation of How Contemporary Computer Art is Affected by Media
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. 81-89
doi https://doi.org/10.52842/conf.caadria.1996.081
summary We are in the act of forming the Technology & Electronics society: a society which cultural, psychological, social and economical facets take shape according to the development of technology and electronics, specially in the fields of computer and information. The influence of these mighty functions, produced by the bit, is prevalent in all the science and social courses; in fact, it has already invaded the artistic world. It did not take long after the birth of the computer for it to become the new tool for artistic production; it revolutionized the traditional production habits, production procedures, methods of expression and the work place in artistic creativity, thus bringing the tides of change in the artistic context and attitude towards the study of the Arts.
series CAADRIA
last changed 2022/06/07 07:56

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

_id b6a7
authors Jensen, K.
year 1996
title Coloured Petri Nets: Basic Concepts
source 2nd ed., Springer Verlag, Berlin
summary This book presents a coherent description of the theoretical and practical aspects of Coloured Petri Nets (CP-nets or CPN). It shows how CP-nets have been developed - from being a promising theoretical model to being a full-fledged language for the design, specification, simulation, validation and implementation of large software systems (and other systems in which human beings and/or computers communicate by means of some more or less formal rules). The book contains the formal definition of CP-nets and the mathematical theory behind their analysis methods. However, it has been the intention to write the book in such a way that it also becomes attractive to readers who are more interested in applications than the underlying mathematics. This means that a large part of the book is written in a style which is closer to an engineering textbook (or a users' manual) than it is to a typical textbook in theoretical computer science. The book consists of three separate volumes. The first volume defines the net model (i.e., hierarchical CP-nets) and the basic concepts (e.g., the different behavioural properties such as deadlocks, fairness and home markings). It gives a detailed presentation of many small examples and a brief overview of some industrial applications. It introduces the formal analysis methods. Finally, it contains a description of a set of CPN tools which support the practical use of CP-nets. Most of the material in this volume is application oriented. The purpose of the volume is to teach the reader how to construct CPN models and how to analyse these by means of simulation. The second volume contains a detailed presentation of the theory behind the formal analysis methods - in particular occurrence graphs with equivalence classes and place/transition invariants. It also describes how these analysis methods are supported by computer tools. Parts of this volume are rather theoretical while other parts are application oriented. The purpose of the volume is to teach the reader how to use the formal analysis methods. This will not necessarily require a deep understanding of the underlying mathematical theory (although such knowledge will of course be a help). The third volume contains a detailed description of a selection of industrial applications. The purpose is to document the most important ideas and experiences from the projects - in a way which is useful for readers who do not yet have personal experience with the construction and analysis of large CPN diagrams. Another purpose is to demonstrate the feasibility of using CP-nets and the CPN tools for such projects. Together the three volumes present the theory behind CP-nets, the supporting CPN tools and some of the practical experiences with CP-nets and the tools. In our opinion it is extremely important that these three research areas have been developed simultaneously. The three areas influence each other and none of them could be adequately developed without the other two. As an example, we think it would have been totally impossible to develop the hierarchy concepts of CP-nets without simultaneously having a solid background in the theory of CP-nets, a good idea for a tool to support the hierarchy concepts, and a thorough knowledge of the typical application areas.
series other
last changed 2003/04/23 15:14

_id 2ca1
authors Montagu, A. and Bermudez, J.
year 1998
title Datarq: The Development of a Website of Modern Contemporary Architecture
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998
doi https://doi.org/10.52842/conf.ecaade.1998.x.p7a
summary The pedagogic approach in the architectural field is suffering a deep change taking in consideration the impact that has been produced mainly by the CAD and multimedia procedures. An additional view to be taken in consideration is the challenge produced by the influence of advanced IT which since 1990-92, has affected positively the exchange of information among people of the academic environment. Several studies confirm this hypothesis, from the wide cultural spectrum when the digitalization process was emerging as an alternative way to data processing (Bateson 1976) to the pedagogical-computational side analyzed by (Papert 1996). One of the main characteristics indicated by S. Papert (op.cit) is the idea of "self teaching" which students are used everywhere due to the constant augment of "friendly" software and the decreasing costs of hardware. Another consequences to point out by S. Paper (op.cit) is that will be more probably that students at home will have more actualized equipment that most of the computer lab. of schools in general. Therefore, the main hypothesis of this paper is, "if we are able to combine usual tutorials design methods with the concept of "self-teaching" regarding the paradigmatic architectural models that are used in practically all the schools of architecture (Le Corbusier, F.L.Wright, M.v. der Rohe, M.Botta, T.Ando, etc.) using a Web site available to everybody, what we are doing is expanding the existing knowledge in the libraries and fulfill the future requirements of the newly generations of students".
series eCAADe
email
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/35montagu/index.htm
last changed 2022/06/07 07:50

_id e1a1
authors Rodriguez, G.
year 1996
title REAL SCALE MODEL VS. COMPUTER GENERATED MODEL
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Advances in electronic design and communication are already reshaping the way architecture is done. The development of more sophisticated and user-friendly Computer Aided Design (CAD) software and of cheaper and more powerful hardware is making computers more and more accessible to architects, planners and designers. These professionals are not only using them as a drafting tool but also as a instrument for visualization. Designers are "building" digital models of their designs and producing photo-like renderings of spaces that do not exist in the dimensional world.

The problem resides in how realistic these Computer Generated Models (CGM) are. Moss & Banks (1958) considered realism “the capacity to reproduce as exactly as possible the object of study without actually using it”. He considers that realism depends on: 1)The number of elements that are reproduced; 2) The quality of those elements; 3) The similarity of replication and 4) Replication of the situation. CGM respond well to these considerations, they can be very realistic. But, are they capable of reproducing the same impressions on people as a real space?

Research has debated about the problems of the mode of representation and its influence on the judgement which is made. Wools (1970), Lau (1970) and Canter, Benyon & West (1973) have demonstrated that the perception of a space is influenced by the mode of presentation. CGM are two-dimensional representations of three-dimensional space. Canter (1973) considers the three-dimensionality of the stimuli as crucial for its perception. So, can a CGM afford as much as a three-dimensional model?

The “Laboratorio de Experimentacion Espacial” (LEE) has been concerned with the problem of reality of the models used by architects. We have studied the degree in which models can be used as reliable and representative of real situations analyzing the Ecological Validity of several of them, specially the Real-Scale Model (Abadi & Cavallin, 1994). This kind of model has been found to be ecologically valid to represent real space. This research has two objectives: 1) to study the Ecological Validity of a Computer Generated Model; and 2) compare it with the Ecological Validity of a Real Scale Model in representing a real space.

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

_id d7eb
authors Bharwani, Seraj
year 1996
title The MIT Design Studio of the Future: Virtual Design Review Video Program
source Proceedings of ACM CSCW'96 Conference on Computer-Supported Cooperative Work 1996 p.10
summary The MIT Design Studio of the Future is an interdisciplinary effort to focus on geographically distributed electronic design and work group collaboration issues. The physical elements of this virtual studio comprise networked computer and videoconferencing connections among electronic design studios at MIT in Civil and Environmental Engineering, Architecture and Planning, Mechanical Engineering, the Lab for Computer Science, and the Rapid Prototyping Lab, with WAN and other electronic connections to industry partners and sponsors to take advantage of non-local expertise and to introduce real design and construction and manufacturing problems into the equation. This prototype collaborative design network is known as StudioNet. The project is looking at aspects of the design process to determine how advanced technologies impact the process. The first experiment within the electronic studio setting was the "virtual design review", wherein jurors for the final design review were located in geographically distributed sites. The video captures the results of that project, as does a paper recently published in the journal Architectural Research Quarterly (Cambridge, UK; Vol. 1, No. 2; Dec. 1995).
series other
last changed 2002/07/07 16:01

_id eb87
authors Bhavnani, S.K.
year 1996
title How Architects Draw with Computers: A Cognitive Analysis of Real-World CAD Interactions
source Carnegie Mellon University, School of Architecture and School of Computer Science
summary New media throughout history have passed through a period of transition during which users and technologists took many years to understand and exploit the medium's potential. CAD appears to be passing through a similar period of transition; despite huge investments by vendors and users, CAD productivity remains difficult to achieve. To investigate if history can provide any insights into this problem, this thesis begins with an examination of well-known examples from history. The analysis revealed that, over time, users had developed efficient strategies which were based on powers and limitations of tools; delegation strategies exploited powers provided by tools, and circumvention strategies attempted to overcome their limitations. These insights on efficient strategies were used to investigate the CAD productivity problem based on four research questions:

1. How do architects currently use CAD systems to produce drawings?

2. What are the effects of current CAD usage on product and performance?

3. What are the possible causes of current CAD usage?

4. What are the capabilities of the CAD medium and how can they be used efficiently?

The above four questions were addressed through the qualitative, quantitative, and cognitive analysis of data collected during an ethnographic study of architects working in their natural environment. The qualitative and quantitative analysis revealed that users missed many opportunities to use strategies that delegated iteration to the computer. The cognitive analysis revealed that missed opportunities to use such delegation strategies caused an increase in execution time, and an increase in errors many of which went undetected leading to the production of inaccurate drawings. These analyses pointed to plausible cognitive and contextual explanations for the inefficient use of CAD systems, and to a framework to identify and teach efficient CAD strategies. The above results were found to be neither unique to the CAD domain, nor to the office where the data were collected. The generality of these results motivated the identification of seven claims towards a general theory to explain and identify efficient strategies for a wide range of devices. This thesis contributes to the field of architecture by providing a detailed analysis of real-world CAD usage, and an approach to improve the performance of CAD users. The thesis also contributes to the field of human-computer interaction by demonstrating the generality of these results and by laying the framework for a general theory of efficient strategies which could be used to improve the performance of users of current and future computer applications.

series thesis:PhD
email
last changed 2003/04/15 13:36

_id 0dfb
authors Bovill, C.
year 1996
title Fractal Geometry in Architecture and Design
source Design Science Collection, Harvard University, Boston
summary My intention in this book was to explain the essence of fractal geometry to the design community. Many of the fractals can be drawn by hand and fractal rhythms for use in design can be derived from musical scores. This approach was taken to make the material more approachable. Much of the literature on fractal geometry is hidden behind computer programs or complex mathematical notation systems.
series other
last changed 2003/04/23 15:14

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

_id 9e3d
authors Cheng, F.F., Patel, P. and Bancroft, S.
year 1996
title Development of an Integrated Facilities Information System Based on STEP - A Generic Product Data Model
source The Int. Journal of Construction IT 4(2), pp.1-13
summary A facility management system must be able to accommodate dynamic change and based on a set of generic tools. The next generation of facility management systems should be STEP conforming if they are to lay the foundation for fully integrated information management and data knowledge engineering that will be demanded in the near future in the new era of advanced site management. This paper describes an attempt to meet such a specification for an in-house system. The proposed system incorporates the latest technological advances in information management and processing. It pioneered an exchange architecture which presents a new class of system, in which the end-user has for the first time total flexibility and control of the data never before automated in this way.
series journal paper
last changed 2003/05/15 21:45

_id cc4f
authors Donath, Dirk
year 1996
title University CAAD-Education for Architectural Students - A Report on the Realisation of a User-oriented Computer Education at the Bauhaus University Weimar
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 143-154
doi https://doi.org/10.52842/conf.ecaade.1996.143
summary Practically no other field of human creativity is evolving as fast and innovatively as the development and integration of the computer into every possible area imaginable. The computer has today become a natural tool in the fields of architecture and space-planning. The changing form of professional practice due to the increasing application of computerassisted work techniques results in the need, currently being addressed in the education of future architects and town planners, to bring these new mediums into the realm between architecture - art - and building - science.
series eCAADe
email
more http://www.uni-weimar.de/architektur/InfAR/
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 ga0024
id ga0024
authors Ferrara, Paolo and Foglia, Gabriele
year 2000
title TEAnO or the computer assisted generation of manufactured aesthetic goods seen as a constrained flux of technological unconsciousness
source International Conference on Generative Art
summary TEAnO (Telematica, Elettronica, Analisi nell'Opificio) was born in Florence, in 1991, at the age of 8, being the direct consequence of years of attempts by a group of computer science professionals to use the digital computers technology to find a sustainable match among creation, generation (or re-creation) and recreation, the three basic keywords underlying the concept of “Littérature potentielle” deployed by Oulipo in France and Oplepo in Italy (see “La Littérature potentielle (Créations Re-créations Récréations) published in France by Gallimard in 1973). During the last decade, TEAnO has been involving in the generation of “artistic goods” in aesthetic domains such as literature, music, theatre and painting. In all those artefacts in the computer plays a twofold role: it is often a tool to generate the good (e.g. an editor to compose palindrome sonnets of to generate antonymic music) and, sometimes it is the medium that makes the fruition of the good possible (e.g. the generator of passages of definition literature). In that sense such artefacts can actually be considered as “manufactured” goods. A great part of such creation and re-creation work has been based upon a rather small number of generation constraints borrowed from Oulipo, deeply stressed by the use of the digital computer massive combinatory power: S+n, edge extraction, phonetic manipulation, re-writing of well known masterpieces, random generation of plots, etc. Regardless this apparently simple underlying generation mechanisms, the systematic use of computer based tools, as weel the analysis of the produced results, has been the way to highlight two findings which can significantly affect the practice of computer based generation of aesthetic goods: ? the deep structure of an aesthetic work persists even through the more “desctructive” manipulations, (such as the antonymic transformation of the melody and lyrics of a music work) and become evident as a sort of profound, earliest and distinctive constraint; ? the intensive flux of computer generated “raw” material seems to confirm and to bring to our attention the existence of what Walter Benjamin indicated as the different way in which the nature talk to a camera and to our eye, and Franco Vaccari called “technological unconsciousness”. Essential references R. Campagnoli, Y. Hersant, “Oulipo La letteratura potenziale (Creazioni Ri-creazioni Ricreazioni)”, 1985 R. Campagnoli “Oupiliana”, 1995 TEAnO, “Quaderno n. 2 Antologia di letteratura potenziale”, 1996 W. Benjiamin, “Das Kunstwerk im Zeitalter seiner technischen Reprodizierbarkeit”, 1936 F. Vaccari, “Fotografia e inconscio tecnologico”, 1994
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_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 ab45
authors Gu, Jingwen
year 1996
title Natural Results from Advances in Computer Techniques - CAAD Teaching in China Yesterday, Today and Tomorrow
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. 21-26
doi https://doi.org/10.52842/conf.caadria.1996.021
summary The computer science has been becoming one of the most rapidly developed science areas in the world since 1970s. Many new and powerful solutions to engineering and scientific problems are based on computers. Now the applications and teaching of computer techniques are quickly towards almost all of the fields including architecture and urban planning. Of course, the advances of application of computers in particular fields and teachings are very different for some reasons. CAAD is one of few fields in which the teaching states, teaching ways and level are obviously different from university to university and from one area or country to another. In this paper the history of CAD and CAAD applications in China is first briefly reviewed. Then the CAAD activities including teaching and research work at Tongji University are introduced, and the social, economical, functional, technical and physical factors that have effects on CAAD teaching are discussed. What is currently included in our CAAD program is also discussed. As the further advances in computer technology including both software and hardware, What CAAD will include and in what way CAAD will be taught and the CAAD collaborative research projects will be taken remotely are shown finally.
series CAADRIA
email
last changed 2022/06/07 07:51

_id ddssup9609
id ddssup9609
authors Hall, A.C.
year 1996
title Assessing the Role of Computer Visualisation in Planning Control: a recent case study
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary In papers to previous DDSS Conferences, and elsewhere, the author has developed an argument concerning the use of computer visualisation in the planning process. In essence, it proposes that: • visualisation can enable lay persons to play a more effective role and this can result in different and more effective decisions; • the level of realism employed should result from the basic requirements necessary to resolve the issue minimising the cost of production of the images. These points have been tested in repeated examples. The latest one concerns a new site that Anglia Polytechnic University has established in the centre of Chelmsford, UK. A computer model of the new campus showing both the existing and proposed buildings was commissioned from the author by the University for a visit by HM the Queen in June 1995. This model was subsequently adapted for use in the process of obtaining planning consent and the marketing of floorspace for the next building to be constructed. For this purpose, a higher level of realism was requested. The experience of achieving it confirmed the results of the previous research indicating the strong link between realism and cost. It also contributed new insights into the varying expectations of different professionals concerning the role of such a visualisation. The requirement of the architect for demonstrating all aspects of the design required a high level of realism than that required for planning and marketing purposes and was considerably more expensive. The low cost of use for planning purposes should be stressed but surprisingly, the lower level of realism implied may be easier for the lay person than the professional to accept.
series DDSS
last changed 2003/08/07 16:36

_id ca47
authors Lee, Shu Wan
year 1996
title A Cognitive Approach to Architectural Style Several Characteristics of Design Thinking in Architecture
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. 223-226
doi https://doi.org/10.52842/conf.caadria.1996.223
summary Designing is a complicated human behaviour and method, and is often treated as a mysterious "black box” operation in human mind. In the early period as for theory-studying of design thinking, the way of thinking that the researchers took were mostly descriptive discussions. Therefore, they lacked direct and empirical evidence although those studies provided significant exploration of design thinking (Wang, 1995). In recent years as for the study of cognitive science, they have tried to make design "glass box”. That is to try to make the thinking processes embedded in designers publicized. That is also to externalize the design procedure which provided the design studies another theoretical basis of more accurate and deeply researched procedure (Jones, 1992). Hence the studying of design thinking has become more important and the method of designing has also progressed a lot. For example, the classification of the nature of design problem such as ill-defined and well-defined (Newell, Shaw, and Simon, 1967), and different theoretical procedure modes for different disciplines, such as viewing architectural models as conjecture-analysis models and viewing engineering models as analysis-synthesis (Cross, 1991).
series CAADRIA
last changed 2022/06/07 07:52

_id 8b8d
authors Martens, B., Voigt, A. and Linzer, H.
year 1996
title Information Technologies within Academic Context: Remote Teamwork – A Challenge for the Future
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. 227-232
doi https://doi.org/10.52842/conf.caadria.1996.227
summary "Remote Teamwork”, i.e. the substance-related cooperation of people over spatial distances in decision-situations relies on "CIVIC” (Computer-Integrated Video-Conferencing-audio-visual communication at spatial distances integrating interactively digital, spatial computer models) and "CISP” (Computer-Integrated Spatial Planning) aiming at the elaboration of suited remote-working structures of research, project transactions and teaching preferably on the basis of "ATM” (a technology of broad band telecommunications). The generation and manipulation of digital spatial models and their virtual transportation within large spatial distances represent the main research objectives. The efficient use of teaching resources calls for the integration of new teaching possibilities within the framework of "Remote Teamwork”, e.g. Distributed and Shared Modelling, Distant Learning and Remote Teaching. The Faculty of Architecture, Urban and Regional Planning therefore is stressing information technologies within academic context. The following contribution is dedicated to the focal field of research and teaching "Remote Teamwork” of the Vienna University of Technology. This project is carried out in cooperation with the Institute of Spatial Interaction and Simulation (IRIS-ISIS), Vienna and the Research Institute for Symbolic Computation (RISC Linz-Hagenberg). Teaching experience relevant for "Remote Teamwork” is derived from various experiments of cooperative teamwork.
series CAADRIA
email
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 24HOMELOGIN (you are user _anon_598023 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002