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 489

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id c7e9
authors Maver, T.W.
year 2002
title Predicting the Past, Remembering the Future
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 2-3
summary Charlas Magistrales 2There never has been such an exciting moment in time in the extraordinary 30 year history of our subject area, as NOW,when the philosophical theoretical and practical issues of virtuality are taking centre stage.The PastThere have, of course, been other defining moments during these exciting 30 years:• the first algorithms for generating building layouts (circa 1965).• the first use of Computer graphics for building appraisal (circa 1966).• the first integrated package for building performance appraisal (circa 1972).• the first computer generated perspective drawings (circa 1973).• the first robust drafting systems (circa 1975).• the first dynamic energy models (circa 1982).• the first photorealistic colour imaging (circa 1986).• the first animations (circa 1988)• the first multimedia systems (circa 1995), and• the first convincing demonstrations of virtual reality (circa 1996).Whereas the CAAD community has been hugely inventive in the development of ICT applications to building design, it hasbeen woefully remiss in its attempts to evaluate the contribution of those developments to the quality of the built environmentor to the efficiency of the design process. In the absence of any real evidence, one can only conjecture regarding the realbenefits which fall, it is suggested, under the following headings:• Verisimilitude: The extraordinary quality of still and animated images of the formal qualities of the interiors and exteriorsof individual buildings and of whole neighborhoods must surely give great comfort to practitioners and their clients thatwhat is intended, formally, is what will be delivered, i.e. WYSIWYG - what you see is what you get.• Sustainability: The power of «first-principle» models of the dynamic energetic behaviour of buildings in response tochanging diurnal and seasonal conditions has the potential to save millions of dollars and dramatically to reduce thedamaging environmental pollution created by badly designed and managed buildings.• Productivity: CAD is now a multi-billion dollar business which offers design decision support systems which operate,effectively, across continents, time-zones, professions and companies.• Communication: Multi-media technology - cheap to deliver but high in value - is changing the way in which we canexplain and understand the past and, envisage and anticipate the future; virtual past and virtual future!MacromyopiaThe late John Lansdown offered the view, in his wonderfully prophetic way, that ...”the future will be just like the past, onlymore so...”So what can we expect the extraordinary trajectory of our subject area to be?To have any chance of being accurate we have to have an understanding of the phenomenon of macromyopia: thephenomenon exhibitted by society of greatly exaggerating the immediate short-term impact of new technologies (particularlythe information technologies) but, more importantly, seriously underestimating their sustained long-term impacts - socially,economically and intellectually . Examples of flawed predictions regarding the the future application of information technologiesinclude:• The British Government in 1880 declined to support the idea of a national telephonic system, backed by the argumentthat there were sufficient small boys in the countryside to run with messages.• Alexander Bell was modest enough to say that: «I am not boasting or exaggerating but I believe, one day, there will bea telephone in every American city».• Tom Watson, in 1943 said: «I think there is a world market for about 5 computers».• In 1977, Ken Olssop of Digital said: «There is no reason for any individuals to have a computer in their home».The FutureJust as the ascent of woman/man-kind can be attributed to her/his capacity to discover amplifiers of the modest humancapability, so we shall discover how best to exploit our most important amplifier - that of the intellect. The more we know themore we can figure; the more we can figure the more we understand; the more we understand the more we can appraise;the more we can appraise the more we can decide; the more we can decide the more we can act; the more we can act themore we can shape; and the more we can shape, the better the chance that we can leave for future generations a trulysustainable built environment which is fit-for-purpose, cost-beneficial, environmentally friendly and culturally significactCentral to this aspiration will be our understanding of the relationship between real and virtual worlds and how to moveeffortlessly between them. We need to be able to design, from within the virtual world, environments which may be real ormay remain virtual or, perhaps, be part real and part virtual.What is certain is that the next 30 years will be every bit as exciting and challenging as the first 30 years.
series SIGRADI
email
last changed 2016/03/10 09:55

_id 2819
authors Streich, Bernd
year 1996
title Computer Aided Architectural Composition by Media Experiment Design Work
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 185-201
summary There are many ways to realize computer aided compositions in architecture. In the past, many of the design methods could be characterized as Cartesian design methods, e.g. Christopher Alexander's well- known hierarchical design method presented in the early sixties. Recently, methods of artificial intelligence increased flexibility in searching for design solutions, but all these methods were still restricted by the program's logic itself. What is lacking is a means of realizing artistic possibilities intended by the designer. In view of this situation, a new approach called "media experimental design work" seems to meet designer's need. This paper begins by looking in general at experimental work in architectural design. Discussion of the theoretical background is then followed by some examples of media experimental design work, one of the current research topics in computer aided architectural design at the University of Kaiserslautern. The idea of this approach is to explore design solutions by experimental use of certain media which can evoke design associations and possibly stimulate the designer's inspirations. The use of sophisticated techniques together with the possibility of extensive manipulations can help to find outstanding design solutions. In view of their imaginative and creative power, digital media have a greater stimulating potential than traditional media in experimental design work.
series other
last changed 1999/04/08 17:16

_id 0657
authors Morozumi, M., Homma, R., Shounai, Y., Yamaguchi, S. and Kawasumi, N.
year 2001
title Web-based collaborative design studio: tools and programs
source CAADRIA 2001 [Proceedings of the Sixth Conference on Computer Aided Architectural Design Research in Asia / ISBN 1-86487-096-6] Sydney 19-21 April 2001, pp. 93-102
doi https://doi.org/10.52842/conf.caadria.2001.093
summary Since 1996, Kumamoto University has repeated several experiments to apply web-based collaborative design techniques to a junior design studio aiming to stimulate studentsí interaction in the class and to enhance their design abilities. When it became clear after a two-year experiment that writing web pages and uploading them to a web server was a barrier of communication for students, the authors developed a web-based groupware called GW-Notebook, and started using it in 1998. In the fall semester of 2000, the authors introduced a new design studio program, and tested the revised version of the groupware, GW-Notebook III. This paper discusses the features of the system, and gives an outline of the studio program and some of the findings in the studio as well as the use of the revised system.
series CAADRIA
email
last changed 2022/06/07 07:59

_id 096e
authors Papamichael, K., Porta, J.L., Chauvet, H., Collins, D., Trzcinski, T. , Thorpe, J. and Selkowitz, S.
year 1996
title The Building Design Advisor
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 85-97
doi https://doi.org/10.52842/conf.acadia.1996.085
summary The Building Design Advisor (BDA) is a software environment that supports the integrated use of multiple analysis and visualization tools throughout the building design process, from the initial, schematic design phases to the detailed specification of building components and systems. Based on a comprehensive design theory, the BDA uses an object-oriented representation of the building and its context, and acts as a data manager and process controller to allow building designers to benefit from the capabilities of multiple tools.

The BDA provides a graphical user interface that consists of two main elements: the Building Browser and the Decision Desktop. The Browser allows building designers to quickly navigate through the multitude of descriptive and performance parameters addressed by the analysis and visualization tools linked to the BDA. Through the Browser the user can edit the values of input parameters and select any number of input and/or output parameters for display in the Decision Desktop. The Desktop allows building designers to compare multiple design alternatives with respect to any number of parameters addressed by the tools linked to the BDA.

The BDA is implemented as a Windows-based application for personal computers. Its initial version is linked to a Schematic Graphic Editor (SGE), which allows designers to quickly and easily specify the geometric characteristics of building components and systems. For every object created in the SGE, the BDA supplies “smart” default values from a Prototypical Values Database (PVD) for all non-geometric parameters required as input to the analysis and visualization tools linked to the BDA. In addition to the SGE and the PVD, the initial version of the BDA is linked to a daylight analysis tool, an energy analysis tool, and a multimedia Case Studies Database (CSD). The next version of the BDA will be linked to additional tools, such as a photo-accurate rendering program and a cost analysis program. Future versions will address the whole building life-cycle and will be linked to construction, commissioning and building monitoring tools.

series ACADIA
email
last changed 2022/06/07 08:00

_id 05c4
authors Sliwinski, Jacek
year 1996
title CAAD - To Teach, or not to Teach?
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 403-406
doi https://doi.org/10.52842/conf.ecaade.1996.403
summary Usefulness of CAAD in architectural practice is not a matter to discuss. Probably it is very hard nowadays to find an architect practitioner who really believes, that CAAD isn't a useful tool in architectural office. Finding a job after finishing the studies at faculty of architecture isn't easy without knowledge of computer. For us as teachers it is a great challenge. We want our students to be as well as possible prepared for their work. So problem, how to put CAAD into amount of their knowledge is a very important point. However, computers are nowadays probably the fastest changing element of our reality. Differences between software and hardware used a few years ago and now are sometimes colossal. In spite of the fact, that in the field of using computers in design we are usually ahead of most architects practitioners, I think we are sentenced to be backward contemporary demands. Program of teaching CAAD prepared even with great care and accuracy is obsolete even when it starts. It is impossible to catch up with future. Which is a right place for CAAD in architectural education? Is it not true, that sometimes we try to teach CAAD by architecture instead of teaching architecture by CAAD? For many students CAAD is the most natural tool for design, a tool which has replaced pencil and a sheet of paper. Is it our success? I am not so sure. Limitations of CAAD systems are much bigger than pencil's one. Like every sophisticated tool it limits amount of possible solutions. CAAD should not be a fetish! I think maybe it is not such a stupid idea not to teach CAAD, but let our students find a right place for it like for any other useful tools?
series eCAADe
email
last changed 2022/06/07 07:56

_id 63a7
id 63a7
authors Ataman, Osman and Lonnman, Bruce
year 1996
title Introduction to Concept and Form in Architecture: An Experimental Design Studio Using the Digital Media
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 3-9
doi https://doi.org/10.52842/conf.acadia.1996.003
summary This paper describes the use of digital media in a first year undergraduate architectural design studio. It attempts to address the importance of developing a design process that is redefined by the use of computing, integrating concept and perception. Furthermore, it describes the theoretical foundations and quasi-experiments of a series of exercises developed for beginning design students.
series ACADIA
email
last changed 2022/06/07 07:54

_id sigradi2004_043
id sigradi2004_043
authors Celso Pereira Guimarães; Gerson G. Cunha; Luis Landau
year 2004
title Sistema de informação e orientação para ambientes públicos em VR - O caso do hu da ufrj um projeto sinalético [Information and Orientation System for Public Environments in VR - The Case of UFRJ University Hospital, a Communication Design Project]
source SIGraDi 2004 - [Proceedings of the 8th Iberoamerican Congress of Digital Graphics] Porte Alegre - Brasil 10-12 november 2004
summary Considering Levy.s (1996) thought that qualifies the cyberspace as an anbient par excellence and susceptible to be transformed and explored [1], our work intends to introduce through the simulation in VR, the use of that anbient as support of conception projetual and of the analysis and verification of the efficiency of the proposal of the System of Comunication Design implanted at the Hospital Clementino Fraga Filho of the Federal University of Rio de Janeiro (HU). [2]
series SIGRADI
email
last changed 2016/03/10 09:48

_id caadria2020_093
id caadria2020_093
authors Cerovsek, Tomo and Martens, Bob
year 2020
title The Evolution of CAADRIA Conferences - A Bibliometric Approach
source D. Holzer, W. Nakapan, A. Globa, I. Koh (eds.), RE: Anthropocene, Design in the Age of Humans - Proceedings of the 25th CAADRIA Conference - Volume 1, Chulalongkorn University, Bangkok, Thailand, 5-6 August 2020, pp. 325-334
doi https://doi.org/10.52842/conf.caadria.2020.1.325
summary This paper presents an analysis of the output, impact, use and content of 1,860 papers that were published in the CAADRIA conference proceedings over the last 20+ years (from 1996 to 2019). The applied methodology is a blend of bibliometrics, webometrics and clustering with text mining. The bibliometric analysis leads to quantitative and qualitative results on three levels: (1) author, (2) article and (3) association. The most productive authors authored over 50 papers, and the top 20% authors have over 80 % of all citations generated by CAADRIA proceedings. The overall impact of CAADRIA may be characterised by nearly 2,000 known citations and by the h-index that is 17. The webometrics based on CumInCAD.org reveals that the CAADRIA papers served over 200 k users, which is a considerable visibility for scientific CAAD output. The keywords most frequently used by authors were digital fabrication, BIM and parametric, generative, computational design. Notably, 90% of the papers' descriptors are 2-grams. This study may be useful to researchers, educators and publishers interested in CAAD.
keywords bibliometrics; open source; text clustering; n-gram
series CAADRIA
email
last changed 2022/06/07 07:55

_id 8ff1
authors Cáceres Jara, Hugo
year 2001
title EL COLOR DIGITAL EN EL DISEÑO DE TESELACIONES PERIODICAS (The Digital Color in the Design of Periodical Teselations)
source SIGraDi biobio2001 - [Proceedings of the 5th Iberoamerican Congress of Digital Graphics / ISBN 956-7813-12-4] Concepcion (Chile) 21-23 november 2001, pp. 64-66
summary The present study of fundamentally exploratory type tries to examine the distribution of the color in the structures of repetition designed according to the Mathematical Theory of the Tessellations and inspired in the grafphic work of the artist holandes M.C.Escher. The results reached are product of the exercises pedagogicos carried out in the catedra of design of the color of the Design Workshop I, Universidad del Bío-Bío, among the years 1996 and 2000 to pursue a design graphic degree.
series SIGRADI
email
last changed 2016/03/10 09:50

_id ae9f
authors Damer, B.
year 1996
title Inhabited Virtual Worlds: A New Frontier for Interaction Design
source Interactions, Vol.3, No.5 ACM
summary In April of 1995 the Internet took a step into the third dimension with the introduction of the Virtual Reality Modeling Language (VRML) as a commercial standard. Another event that month caused fewer headlines but in retrospect was just as significant. A small company from San Francisco, Worlds Incorporated, launched WorldsChat, a three dimensional environment allowing any Internet user to don a digital costume, or avatar, and travel about and converse with other people inhabiting the space. WorldsChat was appropriately modeled on a space station complete with a central hub, hallways, sliding doors, windows, and escalators to outlying pods.
series journal paper
last changed 2003/04/23 15:50

_id sigradi2018_1762
id sigradi2018_1762
authors de Albuquerque Montezi, Rafael; Tanoue Vizioli, Simone Helena
year 2018
title Digital morphogenesis and tectonics: an analysis of Peter Eisenman’s Aronoff Center
source SIGraDi 2018 [Proceedings of the 22nd Conference of the Iberoamerican Society of Digital Graphics - ISSN: 2318-6968] Brazil, São Carlos 7 - 9 November 2018, pp. 359-366
summary The concept of architectural tectonics relates simultaneously to pragmatic and poetic aspects of the materiality, aiming the expression of these concerns in the result of the Form. Far from only a theoretical concerning, these design decisions affect how our society employs its natural and human resources. This work takes the Aronoff Center for Design and Arts (1988-1996), by Peter Eisenman, as a case study for a graphical analysis, dealing with the consequences of a free-form morphogenesis to its construction and investigating the tectonics of the contemporary architecture.
keywords Contemporary Architecture; Digital Project; Tectonics
series SIGRADI
email
last changed 2021/03/28 19:58

_id ijac20075301
id ijac20075301
authors de Velasco, Guillermo Vasquez
year 2007
title A Group of Friends: The Las Americas Network, Virtual Studios, and Distance Education in Architecture
source International Journal of Architectural Computing vol. 5 - no. 3, pp. 455-468
summary This paper celebrates the human factor by describing how our collective vocation towards innovation in design education has inspired the development of an active network across the Americas. Ten years after its creation, the Las Americas Digital Research Network has generated a stream of innovative implementations. This is the first time that the main stream of these research activities is articulated into a peer-reviewed journal publication. The narrative of the paper follows a time-line that starts with the creation of the Las Americas Digital Research Network in 1996. Supported by such a framework the paper continues to describe the implementation of virtual design studios as collaborations nested at the core of the network. Finally, the paper explains how the virtual design studios provide fundamental feasibility for the development of network-mediated distance education curricula in architecture and the opening of a new dimension in the development and deployment of collaborative networks.
series journal
email
last changed 2007/11/20 18:06

_id acb9
authors Do, Ellen Yi-Luen
year 1996
title The Right Tool at the Right Time - Drawing as an Interface to Knowledge Based Design Aids
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 191-199
doi https://doi.org/10.52842/conf.acadia.1996.191
summary Designers use different symbols and diagrams in their drawings to explore alternatives and to communicate with each other. Therefore, a useful design environment should attempt to infer the designer's intentions from the drawing and, based on this inference, suggest appropriate computational tools for the task at hand. For example, a layout bubble diagram might activate design cases with similar configurations. Scribbles of view lines on a floor plan might bring up a spatial analysis tool. This research aims to develop an integrated digital sketching environment to support early design activities. The paper proposes RT, an intelligent sketch environment that provides the designers with the right tools at the right time.
series ACADIA
email
last changed 2022/06/07 07:55

_id 656d
authors Donath , Dirk and Regenbrecht, Holger
year 1996
title Using Virtual Reality Aided Design Techniques for Three-dimensional Architectural Sketching
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 199-212
doi https://doi.org/10.52842/conf.acadia.1996.199
summary With this paper we would like to introduce a system which supports the early phases of the architectural design process. The system consists of two main components: the software solution "voxDesign" and the physical environment "platform". Our aims are: to formulate, develop, and evaluate an architectural design system through the use of VR (virtual reality) space. The exploration and development of design intentions is supplemented by a new method of three dimensional sketching. In the second part of this paper we will show how these components were used to train students in architecture and design at our university. Parts of this paper were published to the academic public at "Designing Digital Space". (Regenbrecht 1996)
keywords Virtual Reality, Architectural Design, Human-computer interfaces, Design Techniques
series ACADIA
email
last changed 2022/06/07 07:55

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagú of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id 68e3
authors Fuchs, Wladek and Martinico, Anthony
year 1996
title THE V.C.NET - A DIGITAL STUDY IN ARCHITECTURE
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 23-29
doi https://doi.org/10.52842/conf.acadia.1996.023
summary The "V.C.net" project is an Internet-based educational and communication tool for the architectural community. Its goal is to encourage students from architecture programs across the country and around the world to examine problems and collaborate in the exploration of ideas through the World Wide Web. The central concept of the project involves the creation of a simulated, vital urban environment constructed from various forms of digital data. This "virtual city" will be comprised of projects executed by students of architecture and urban design in the U.S. and abroad. Projects will be proposed for specific sites and will reflect real-world questions as they are minored in the virtual world. The city exists as a heuristic tool and is not intended as a copy of any existing human habitat. The ultimate goal of the project is to create a dynamic platform to study the interrelationship of various forces effecting urban development: architecture, planning, civil engineering, economics, social sciences etc. The project originates at the School of Architecture of the University of Detroit Mercy and is intended to be truly interdisciplinary.
series ACADIA
type normal paper
last changed 2022/06/07 07:50

_id 6598
authors Goldman, Glenn
year 1996
title Reconstructions, Remakes and Sequels: Architecture and Motion Pictures
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 11-21
doi https://doi.org/10.52842/conf.acadia.1996.011
summary Motion pictures can illustrate worlds that have never been. They may show fantastic depictions of the future or an interpretation of the past. In either case, they have the power to reach millions of people across cultures, generations, and educational backgrounds with visions of our environment that do not exist in our everyday world.

The study of imaginary worlds in this design studio case study is limited to motion pictures that postulate unique, or new environments rather than those films that faithfully attempt to document or reconstruct reality. In this sense, the movies used for study have a lineage traceable to Georges Melies "who came to film from illusionism and the "heater," rather than to the reality of the Lumiere brothers who came from photography which ultimately would lead to "cinema-verite."

Discussions, assignments and presentations in the studio are organized to provide students with an opportunity to gain a different awareness of architecture and use varying stimuli as source material for design. The study of architectural history, art, formal principles of design, visual perception, and media are required in order to complete the reconstructions and creations of proposed environments.

All student work throughout the entire semester is created with electronic media and the computer is used as an integral component of the studio enabling analysis and study, design, model creation, and animation. The available capabilities of computer graphics in the studio enables students to explore analytic and synthetic issues of design in motion pictures in a manner not readily available when restricted to traditional media. Through the use of digital media we have an opportunity to better understand the imaginary worlds for what they communicate and the ideas they contain, and therefore create an opportunity to modify our own concept of architecture.

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

_id 807c
authors Kellett, Ronald
year 1996
title MEDIA MATTERS: NUDGING DIGITAL MEDIA INTO A MANUAL DESIGN PROCESS (AND VICE VERSA)
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 31-43
doi https://doi.org/10.52842/conf.acadia.1996.031
summary This paper reports on a media class offered during the 1995-96 academic year at the University of Oregon. This course, a renovation of an existing 'manual' media offering targeted intermediate Ievel graduate and undergraduate students who, while relatively experienced design students, were relatively inexperienced users of digital media for design. This course maintained a pedagogical emphasis on design process, a point of view that media are powerful influences on design thinking, and an attitude toward experimentation (and reflection) in matters of media and design process. Among the experiments explored were fitting together digital with manual media, and using digital media to collaborate in an electronic workspace. The experience offers opportunity to consider how digital media might be more widely integrated with what remains a predominantly 'manual' design process and media context for many architecture schools and practices.
series ACADIA
type normal paper
email
last changed 2022/06/07 07:52

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