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 469

_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 0f4c
authors Asanowicz, Aleksander
year 1998
title From Real to Cyber Reality
source Cyber-Real Design [Conference Proceedings / ISBN 83-905377-2-9] Bialystock (Poland), 23-25 April 1998, pp. 11-19
summary Human activity takes place in two planes, at two levels. Practical activity is present in one of the planes, the other level is occupied by purely cognitive activity. When observing sufficiently long sequences of practical and cognitive activities, one notices transitions between them, which prove true the suspicions of their functional relationship. Because on both of these planes of human activity there is always one and the same element present - an informative element - which on the first plane functions as subordinate, and in the other as an independent one, one can search for a common characteristic for both planes. Such common characteristic for both levels of human activity can be perceived in the fact that in both situations the activity of a human is based on CREATION. Human thinking is based on transitions between what is accessible through experience and what is referred to conceptually. The human thought exists only and exclusively in the vertical motion: from the phenomenal level to the structural level direction of abstraction) and from the conceptual level to the empirical level direction of concretisation). All human activity is multilayered or, more precisely, it is an activity within many layers: the sensual one as well as the structural one. The appearance of conceptual thinking has created a qualitatively new type of a situation. This novelty can be easily seen both in the sphere of the practical cognitive activity as well as in the sphere of the pure cognitive activity. In both cases, the cognitive activity of a human is of a "double-decker" character: image and concept. It is necessary to note here that the "image" does not only mean structural, concrete, but also one which is purely visual, abstract, of no physical form. Therefore, the human experience, being the result of the cognitive activity, is being expressed, becoming objective, materialising in two different but compatible ways. Firstly, in the material structures of practical significance - this way the material culture is created. Secondly - in material structures which have no practical meaning but are solely used for expressing the spiritual contents - thus creating the spiritual culture. Humans have developed an extraordinarily strong need for spiritual activity, which is manifested by the material activity, redundant from the point of view of the material needs.
series plCAD
email
last changed 2003/05/17 10:01

_id 7a20
id 7a20
authors Carrara, G., Fioravanti, A.
year 2002
title SHARED SPACE’ AND ‘PUBLIC SPACE’ DIALECTICS IN COLLABORATIVE ARCHITECTURAL DESIGN.
source Proceedings of Collaborative Decision-Support Systems Focus Symposium, 30th July, 2002; under the auspices of InterSymp-2002, 14° International Conference on Systems Research, Informatics and Cybernetics, 2002, Baden-Baden, pg. 27-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2005/03/30 16:25

_id 6279
id 6279
authors Carrara, G.; Fioravanti, A.
year 2002
title Private Space' and ‘Shared Space’ Dialectics in Collaborative Architectural Design
source InterSymp 2002 - 14th International Conference on Systems Research, Informatics and Cybernetics (July 29 - August 3, 2002), pp 28-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2012/12/04 07:53

_id 9bee
authors Gerzso, J. Michael
year 2001
title Automatic Generation of Layouts of an Utzon Housing System via the Internet
doi https://doi.org/10.52842/conf.acadia.2001.202
source Reinventing the Discourse - How Digital Tools Help Bridge and Transform Research, Education and Practice in Architecture [Proceedings of the Twenty First Annual Conference of the Association for Computer-Aided Design in Architecture / ISBN 1-880250-10-1] Buffalo (New York) 11-14 October 2001, pp. 202-211
summary The article describes how architectural layouts can be automatically generated over the Internet. Instead of using a standard web server sending out HTML pages to browser client, the system described here uses an approach that has become common since 1998, known as three tier client/server applications. The server part of the system contains a layout generator using SPR(s), which stands for “Spatial Production Rule System, String Version”, a standard context- free string grammar. Each sentences of this language represents one valid Utzon house layout. Despite the fact that the system represents rules for laying out Utzon houses grammatically, there are important differences between SPR(s) and shape grammars. The layout generator communicates with Autocad clients by means of an application server, which is analogous to a web server. The point of this project is to demonstrate the idea that many hundreds or thousands of clients can request the generation of all of the Utzon layouts simultaneously over the Internet by the SPR(s) server, but the server never has to keep track when each client requested the generation of all of the layouts, or how many layouts each client has received.
keywords Internet, Spatial-Production-Rules Grammars, Utzon
series ACADIA
email
last changed 2022/06/07 07:51

_id 0aa0
authors P_onecki, L., Trampczynski, W. and Cendrowicz, J.
year 1998
title A concept of digital control system to assist the operator of hydraulic excavators
source Automation in Construction 7 (5) (1998) pp. 401-411
summary A concept of digital control system to assist the operators of hydraulic excavators is presented and discussed. Then, control system based on described ideas was mounted on a special numerically controlled stand, equipped with D/A and A/D converters, where small hydraulic backhoe excavator K-111 fixtures were used. Experimental results shows that it fulfils all described requirements and can be used as the machine operator assist. It enables for precision tool guidance, automatic repetition of realized movements, realization of specific tool trajectories (including energetically optimal paths) and automatic improvement or optimization of realized paths. Tool trajectories can also be prescribed using the setting model, making excavator the machine of teleoperator class. Presented system can be used as a basis for real machine control system.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id ae1b
authors Zarnowiecka, Jadwiga C.
year 1998
title Chaos, Databases and Fractal Dimension of Regional Architecture
doi https://doi.org/10.52842/conf.ecaade.1998.267
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998, pp. 267-270
summary Modern research on chaos started in the 60's from an incredible finding that simple mathematical equations can model systems as complicated as waterfalls. In the 70's some scientists in the USA and in Europe started to find their way through the chaos. They were dealing with different spheres of science: mathematics, physics, biology, chemistry, physiology, ecology, economy. In the next 10 years? time the term 'chaos' has become generally known in science. Scientists gather in research groups according to their interests as to chaos and secondly according to their scientific specialities. (Gleick 1996) Objects that described chaos were irregular in shape, ripped. In 1975 Benoit Mandelbrot called them fractals. Fractal dimension that described fractal objects was also his invention. Fractal dimension is a way to measure quality: the degree of harshness, uneveness, irregularity of a given object. Carl Bovill (1996) showed how one can use fractal geometry in architecture and designing. This very fact made me try to use fractal geometry to deal with regional architecture. What or who is the degree of regionality of a given object to be for? A specially qualified person is able to state it nearly automatically. However, regionality is in some sense an unmeasurable feature. While dealing with data basis or checking particular projects, creation of procedures of automatic acquiring information concerning regionality is becoming a necessity.
series eCAADe
email
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/20zarnowiecka/index.htm
last changed 2022/06/07 07:57

_id ddss9802
id ddss9802
authors Akin, O., Aygen, Z., Cumming, M., Donia, M., Sen, R. and Zhang, Y.
year 1998
title Computational Specification of Building Requirements in theEarly Stages of Design
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary We have been exploring computational techniques to help building designers to specify design requirements during the early stages of design. In the past, little has been accomplished in this area either in terms of innovative computational technologies or the improvement of design performance.The prospect of improving design productivity and creating a seamless process between requirements specification and formal design are our primary motivations. This research has been conducted as partof a larger project entitled SEED (Software Environment to Support Early Phases in Building Design). SEED features an open-ended modular architecture, where each module provides support for a design activity that takes place in early design stages. Each module is supported by a database to store and retrieve information, as well as a user interface to support the interaction with designers. The module described in this paper, SEED-Pro (the architectural programming module of SEED), is a workingprototype for building design requirements specification. It can be used by other modules in SEED or by design systems in other domains, such as mechanical engineering, civil engineering, industrial designand electrical engineering. Our approach to SEED-Pro is divided into two phases: core, and support functionalities. The core functionalities operate in an interactive mode relying on a case-based approach to retrieve and adapt complex specification records to the problem at hand. The supportfunctionalities include the case-base, the data-base, and the standards processing environment for building specification tasks. Our findings indicate that SEED-Pro: (1) is a tool that structures the unstructured domain of design requirements; (2) enables the integration of design requirements with the rest of the design process, (3) leads to the creation of complex case-bases and (4) enables the observation of their performance in the context of real world design problems.
series DDSS
last changed 2003/11/21 15:15

_id 029f
authors Bermudez, Julio and King, Kevin
year 1998
title Media Interaction & Design Process: Establishing a Knowledge Base
doi https://doi.org/10.52842/conf.acadia.1998.006
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 6-25
summary Integrating computers in architectural design means to negotiate between centuries-old analog design methods and the new digital systems of production. Analog systems of architectural production use tracing paper, vellum, graphite and ink, clipboard, clay, balsa wood, plastic, metal, etc. Analog systems have also been termed ‘handmade’, ‘manual’, ‘material’ or ‘physical’. Digital systems of architectural production use scanning, image manipulation, visualization, solid modeling, computer aided drafting, animation, rendering, etc. Digital systems have also been called ‘electronic’, ‘computer-aided’, ‘virtual’, etc. The difficulty lies in the underdeveloped state of the necessary methods, techniques, and theories to relate traditional and new media. Recent investigations on the use of multiple iterations between manual and electronic systems to advance architectural work show promising results. However, these experiments have not been sufficiently codified, cross-referenced and third party tested to conform a reliable knowledge base. This paper addresses this shortcoming by bringing together reported experiences from diverse researchers over the past decade. This summary is informed by more than three years of continuous investigation in the impacts of analog-digital conversations in the design process. The goal is to establish a state-of-the-art common foundation that permits instructors, researchers and practitioners to refer to, utilize, test, criticize and develop. An appendix is included providing support for the paper’s arguments.

series ACADIA
email
last changed 2022/06/07 07:52

_id a841
authors Brady, Darlene A.
year 1998
title Premise & Process: The Pedagogical Implications of Computing in Design
doi https://doi.org/10.52842/conf.ecaade.1998.031.2
source Computers in Design Studio Teaching [EAAE/eCAADe International Workshop Proceedings / ISBN 09523687-7-3] Leuven (Belgium) 13-14 November 1998, pp. 31-39
summary Form is capable of communicating a profound idea only when it is linked to a more essential metaphorical intention. The design studio is a forum for addressing this relationship of idea and the means of expression. Computing offers the potential to enhance the design enquiry, but issues of how and when to integrate computer applications in the studio have significant pedagogical implications. It not only has an impact on the size, complexity and number of design projects, but also on whether architectural ideas or computer technology is the content of the studio. It is important to distinguish between the computer image and the process used to achieve the final result. Many computer-based studios focus on the final product which encourages technology to drive design. This paper addresses how design issues can determine the use of technology so that design ideas and computing can reinforce each other, rather than be competing issues. It examines how the unique strengths of computer modeling and animation is used to explore the relationship between visual expression and intention via the issues of metaphor, tectonic color, context and kinetics in several of my graduate and upper-level undergraduate computer-based design studios in the School of Architecture at the University of Illinois at Urbana-Champaign (UI-UC). The studio topics are diverse in nature and include Normative Studio: Prototype as Formgiver; Urban Issues: Context, Color & Kinetics; and Virtual Metaphors: Literature as Formgiver.

series eCAADe
email
more http://www.eaae.be/
last changed 2022/06/07 07:54

_id 50a1
authors Hoffman, Donald
year 1998
title Visual Intelligence
source Norton Publishing, New York
summary After his stroke, Mr. P still had outstanding memory and intelligence. He could still read and talk, and mixed well with the other patients on his ward. His vision was in most respects normal---with one notable exception: He couldn't recognize the faces of people or animals. As he put it himself, "I can see the eyes, nose, and mouth quite clearly, but they just don't add up. They all seem chalked in, like on a blackboard ... I have to tell by the clothes or by the voice whether it is a man or a woman ...The hair may help a lot, or if there is a mustache ... ." Even his own face, seen in a mirror, looked to him strange and unfamiliar. Mr. P had lost a critical aspect of his visual intelligence. We have long known about IQ and rational intelligence. And, due in part to recent advances in neuroscience and psychology, we have begun to appreciate the importance of emotional intelligence. But we are largely ignorant that there is even such a thing as visual intelligence---that is, until it is severely impaired, as in the case of Mr. P, by a stroke or other insult to visual cortex. The culprit in our ignorance is visual intelligence itself. Vision is normally so swift and sure, so dependable and informative, and apparently so effortless that we naturally assume that it is, indeed, effortless. But the swift ease of vision, like the graceful ease of an Olympic ice skater, is deceptive. Behind the graceful ease of the skater are years of rigorous training, and behind the swift ease of vision is an intelligence so great that it occupies nearly half of the brain's cortex. Our visual intelligence richly interacts with, and in many cases precedes and drives, our rational and emotional intelligence. To understand visual intelligence is to understand, in large part, who we are. It is also to understand much about our highly visual culture in which, as the saying goes, image is everything. Consider, for instance, our entertainment. Visual effects lure us into theaters, and propel films like Star Wars and Jurassic Park to record sales. Music videos usher us before surreal visual worlds, and spawn TV stations like MTV and VH-1. Video games swallow kids (and adults) for hours on end, and swell the bottom lines of companies like Sega and Nintendo. Virtual reality, popularized in movies like Disclosure and Lawnmower Man, can immerse us in visual worlds of unprecedented realism, and promises to transform not only entertainment but also architecture, education, manufacturing, and medicine. As a culture we vote with our time and wallets and, in the case of entertainment, our vote is clear. Just as we enjoy rich literature that stimulates our rational intelligence, or a moving story that engages our emotional intelligence, so we also seek out and enjoy new media that challenge our visual intelligence. Or consider marketing and advertisement, which daily manipulate our buying habits with sophisticated images. Corporations spend millions each year on billboards, packaging, magazine ads, and television commercials. Their images can so powerfully influence our behavior that they sometimes generate controversy---witness the uproar over Joe Camel. If you're out to sell something, understanding visual intelligence is, without question, critical to the design of effective visual marketing. And if you're out to buy something, understanding visual intelligence can help clue you in to what is being done to you as a consumer, and how it's being done. This book is a highly illustrated and accessible introduction to visual intelligence, informed by the latest breakthroughs in vision research. Perhaps the most surprising insight that has emerged from vision research is this: Vision is not merely a matter of passive perception, it is an intelligent process of active construction. What you see is, invariably, what your visual intelligence constructs. Just as scientists intelligently construct useful theories based on experimental evidence, so vision intelligently constructs useful visual worlds based on images at the eyes. The main difference is that the constructions of scientists are done consciously, but those of vision are done, for the most part, unconsciously.
series other
last changed 2003/04/23 15:14

_id e184
authors Popov, V., Popova, L. and De Paoli, G.
year 1998
title Towards an Object-Oriented Language for the Declarative Design of Scenes
doi https://doi.org/10.52842/conf.acadia.1998.316
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 316-353
summary We propose a prototype “kernel” of an object-oriented language, SOML (Scene Objects Modeling Language), intended to assist in the declarative design of scenes in image synthesis. This language is an attempt to provide the designer with a tool to facilitate the rapid prototyping of 3D scenes. It can also serve as a tool for knowledge acquisition and representation , and for communication and exchange of data with other tools in a design environment. Advantages offered by the implementation of SOML are: (a) from user’s viewpoint: the possibility of declarative description of the initial concept associated with the target scene in terms of properties and constraint vocabulary, the possibility of quantitative and qualitative reasoning on these properties, the modification of the intermediate solutions to different levels of detail, the utilisation of previous solutions; and (b) from the implementation viewpoint: the structuring of the properties and methods in the form of domain knowledge, the optimal solution generation according to heuristic causal-probabilistic criteria, the transformation of the semantic concept description of the scene in generic entry code for a geometrical CSG modeler or for rendering and visualization software, the integration of functionality for parameter generation and modification, the compilation of a scene from components of other final scenes and operations of geometrical transformations acting on groups of scenes. We present the architecture of the object-based implantation of the language and its interpreter, in the unified notation formalism UML. The utilization of the SOML language is illustrated by some examples.
series ACADIA
email
last changed 2022/06/07 08:00

_id ga9810
id ga9810
authors Ransen, Owen F.
year 1998
title From Ramon Llull to Image Idea Generation
source International Conference on Generative Art
summary Our minds follow familiar well trodden paths, and we sometimes need mechanical help to find new, undiscovered thoughts and ideas. Ramon Llull was a Christian philosopher who used a mechanical way of investigating truth, a set of concentric wheels on which words were written. By rotating the wheels, the words were combined in unexpected ways. A similar technique has been (re-)invented, randomised and changed by Edward de Bono and is called Lateral Thinking. Can we apply this technique to image idea generation? This paper describes a first attempt at building an image idea generator for use by artists and non-artists alike, and sets out plans for a new a more powerful version. An image idea generator takes no (or very few) instructions from the user and creates a set of images from which the user chooses those he likes best. The purpose of an image idea generator is to easily create previously un-thought of images, to easily explore the 2D world of color and form.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id a5cd
authors Sasada, T., Yamaguchi, S., Morozumi, M., Kaga, A. and Homma, R. (Eds.)
year 1998
title CAADRIA ‘98 [Conference Proceedings]
doi https://doi.org/10.52842/conf.caadria.1998.
source Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009 / Osaka (Japan) 22-24 April 1998, 482 p.
summary Recent progress in hardware and software technology for CAAD systems offer new challenges and opportunities to architects and design educators in aspects such as modeling systems for sketching and design evaluation; knowledge bases as a source of design thinking; network or CD-ROM image banks of design archives; video-conferencing to support geographically distributed interdisciplinary collaboration; etc. Despite expectations that CAAD system would support creative and productive design processes more effectively than those in a traditional design studio, their contributions to architectural design practice and design education still seem to be limited. The fault is, in part, that there are many designers and educators who have yet to experience designing in the medium (as opposed to simply drafting) and partly because digital design tools and technologies have still to be developed or to be integrated to a process of designers' activities. Clearly there are opportunities for further efforts to explore and develop better CAAD technologies as well as to demonstrate and prove possible impact of their application on design practice and design education.
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:57

_id avocaad_2001_19
id avocaad_2001_19
authors Shen-Kai Tang, Yu-Tung Liu, Yu-Sheng Chung, Chi-Seng Chung
year 2001
title The visual harmony between new and old materials in the restoration of historical architecture: A study of computer simulation
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary In the research of historical architecture restoration, scholars respectively focus on the field of architectural context and architectural archeology (Shi, 1988, 1990, 1991, 1992, 1995; Fu, 1995, 1997; Chiu, 2000) or on architecture construction and the procedure of restoration (Shi, 1988, 1989; Chiu, 1990). How to choose materials and cope with their durability becomes an important issue in the restoration of historical architecture (Dasser, 1990; Wang, 1998).In the related research of the usage and durability of materials, some scholars deem that, instead of continuing the traditional ways that last for hundreds of years (that is to replace new materials with old ones), it might be better to keep the original materials (Dasser, 1990). However, unavoidably, some of the originals are much worn. Thus we have to first establish the standard of eliminating components, and secondly to replace identical or similar materials with the old components (Lee, 1990). After accomplishing the restoration, we often unexpectedly find out that the renewed historical building is too new that the sense of history is eliminated (Dasser, 1990; Fu, 1997). Actually this is the important factor that determines the accomplishment of restoration. In the past, some scholars find out that the contrast and conflict between new and old materials are contributed to the different time of manufacture and different coating, such as antiseptic, pattern, etc., which result in the discrepancy of the sense of visual perception (Lee, 1990; Fu, 1997; Dasser, 1990).In recent years, a number of researches and practice of computer technology have been done in the field of architectural design. We are able to proceed design communication more exactly by the application of some systematic softwares, such as image processing, computer graphic, computer modeling/rendering, animation, multimedia, virtual reality and so on (Lawson, 1995; Liu, 1996). The application of computer technology to the research of the preservation of historical architecture is comparatively late. Continually some researchers explore the procedure of restoration by computer simulation technology (Potier, 2000), or establish digital database of the investigation of historical architecture (Sasada, 2000; Wang, 1998). How to choose materials by the technology of computer simulation influences the sense of visual perception. Liu (2000) has a more complete result on visual impact analysis and assessment (VIAA) about the research of urban design projection. The main subjects of this research paper focuses on whether the technology of computer simulation can extenuate the conflict between new and old materials that imposed on visual perception.The objective of this paper is to propose a standard method of visual harmony effects for materials in historical architecture (taking the Gigi Train Station destroyed by the earthquake in last September as the operating example).There are five steps in this research: 1.Categorize the materials of historical architecture and establish the information in digital database. 2.Get new materials of historical architecture and establish the information in digital database. 3.According to the mixing amount of new and old materials, determinate their proportion of the building; mixing new and old materials in a certain way. 4.Assign the mixed materials to the computer model and proceed the simulation of lighting. 5.Make experts and the citizens to evaluate the accomplished computer model in order to propose the expected standard method.According to the experiment mentioned above, we first address a procedure of material simulation of the historical architecture restoration and then offer some suggestions of how to mix new and old materials.By this procedure of simulation, we offer a better view to control the restoration of historical architecture. And, the discrepancy and discordance by new and old materials can be released. Moreover, we thus avoid to reconstructing ¡§too new¡¨ historical architecture.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ee24
authors Chien, S.-F., Magd, D., Snyder, J. and Tsa, W.-J.
year 1998
title SG-Clips: A System to Support the Automatic Generation of Designs From Grammars
doi https://doi.org/10.52842/conf.caadria.1998.445
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 445-454
summary SG-CLIPS is a computer tool that supports the automatic generation of designs from a predefined set of grammar rules that encapsulate the composition principles of a certain style of design. It is an open system that accepts any grammar conforming to the conventions described in this paper. We demonstrate the system through an example and discuss the relation to shape grammars and limitations.
keywords Generative Systems, Shape Grammars, Rule-based Design Tools, CLIPS
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:55

_id ddss9832
id ddss9832
authors Keuren, A. and Sanders, F.M.
year 1998
title Integrated Land-Use and Network Modelling
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary In this paper, the integration of modelling the changes in land-use and the changes in the infrastructure network will be described. Emphasis is laid on the automatic development of the network instead of changing the network by hand before simulating the changes in the land-use pattern.The approach and working procedure were tested by developing a pilot model simulating the spatial situation on the Frisian island Ameland (The Netherlands). The pilot is developed within the geographical information system Arcinfo. In this pilot model, special attention is paid to the extension of the infrastructure network and the allocation of more than one activity. Network analysis for the purpose of network extension is based on graph theory. Selection of links is based on the increase of the total accessibility within the network system as a result of adding a link to the network. The allocation of activities is based on several selection criteria and takes place within a cellular grid. Several methods ofselecting cells and links and the choices made will be discussed.
series DDSS
last changed 2003/08/07 16:36

_id cba2
authors Lewis, Rick and Séquin, Carlo
year 1998
title Generation of 3D building models from 2D architectural plans
source Computer-Aided Design, Vol. 30 (10) (1998) pp. 765-779
summary A robust, semi-automatic way is presented to create 3D polyhedral building models from computer-drawn floor plans, requiring minimal user interaction. The modelsadhere to a consistent solids representation and can be used for computer rendering, visualization in interactive walkthroughs, and in various simulation and analysisprograms. The output of our prototype program is directly compatible with the Berkeley WALKTHRU system and with the NIST CFAST fire simulator. A consistentmodel of a seven-storey building with more than 300 rooms has been generated in the time span of a few days from original AutoCAD floor plans drawn by architects.
keywords Building Visualization, Architectural CAD Models, Floor Plan Extrusion, Solid Model Generation
series journal paper
last changed 2003/05/15 21:33

_id e35f
authors Monedero, Javier
year 1998
title The Role of the Architect in the Age of Automatic Reproduction
doi https://doi.org/10.52842/conf.ecaade.1998.158
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998, pp. 158-163
summary This paper is a general reflection on the relationship between computer architectural education and professional practice or, in other words, the social role of architects. This reflection is grounded on the experience of the author as director of a Master program on computerized architectural projects and as professor of two general school courses: one consisting on a theoretical review of computer applications in architecture, the other consisting on a practical development of modeling and visualization techniques. The main argument is that little attention is being given in recent publications and CAAD conferences to the actual role of architect in society and that a big gap is growing between what is currently taught in architectural schools and what happens in real life. This gap has as one pole what is loosely called the "star system" of famous architects that create singular buildings and that constitute the main reference of our architectural culture and, as another pole, the rigid laws of the market that dictate the types of most residential buildings. This lack of attention manifests itself in the unbalanced weight of papers on multimedia, historical modeling or visualization techniques and papers on housing or architectural current elements analysis. Some very interesting lines of research, perhaps distorted due to an insufficient analysis of the general notion of type in architecture, have been abandoned without much comment. The conclusion is that a discussion on this line would perhaps help to define better the distance between computer craftsmanship and architectural education.
series eCAADe
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/33monedero/index.htm
last changed 2022/06/07 07:58

_id aa19
authors Rosenfeld, Y. and Shapira, A.
year 1998
title Automation of existing tower cranes: economic and technological feasibility
source Automation in Construction 7 (4) (1998) pp. 285-298
summary Tower cranes enjoy a long useful working life. Therefore, a vast population of cranes are still in use today that do not feature the advanced automation and sensor technologies such as those with which some of the new models are equipped. This paper examines the technological and economic feasibility of retrofitting existing tower cranes with semi-automatic devices for motion control. The proposed improvements are intended to enhance the cranes' efficiency and their capacity to meet the challenges of today's tightly scheduled construction projects. Based on work studies and analyses of craning cycles, the concept offered by the proposed improvements distinguishes between the long-distance navigation of the crane's hook and the fine maneuvering in the loading and unloading zones. The expected economic benefits resulting from the enhancement of the crane's performance, with regard to both types of motion, far exceed the cost of installing the various devices.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

For more results click below:

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