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 37

_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 f758
authors DeMers, Michael
year 1997
title Fundamentals of GIS
source New York: John Wiley & Sons
summary Explicit learning objectives at the beginning of each chapter detail precisely what students will be expected to know, allowing professors to create lesson plans and strategies to match. End of chapter questions test students' knowledge of key concepts. Web page provides additional learning materials for students and data sources and other teaching materials for instructors.
series other
last changed 2003/04/23 15:14

_id 1f0c
authors Fukai, D.
year 1997
title PCIS: a piece-based construction information system on the world wide web
source Automation in Construction 6 (4) (1997) pp. 287-298
summary This paper describes a piece-based construction information system organized as a hypergraphic virtual environment on the World Wide Web. An array of cubes on the site's animated splash-page acts as a directory to a collection of data-theaters that give this information its virtual form. A mouse click on one of these cubes leads to an orthographic model of the object to be constructed. This model is an index to a database of scaled drawings, animations, and specifications. The index is hypergraphic because a click on the image of one of the pieces of the model leads to a data page that provides information about that piece in the context of its assembly. Panels surround the index to act as an interface to projections of the pieces of the object. These projections include elevations, plans, slices, and dimensioned details. A click on the elevation-panel leads to information on finishes, framing, and construction of each face of the object. From above, the plan-panel shows roofing, framing, floor plan, foundation layout, excavation, and utilities as an animation of the construction process. There are also animated slice-panels that cut through the object to give heights and materials. A click on one of these panels leads to two-dimensional drawings and details of the actual construction. The orthographic index morphs to a framed VR environment where the model can be turned and viewed in perspective. A click on one of the pieces of the model in this information the VR environment leads to specifications and manufacturing information about the materials of its construction. The user accesses this information through a tool-palette to communicate with design team members. In this way, the team can coordinate the document's development, review progress, and make changes to the information system. This breaks the notion of a construction document as an object-of-exchange and suggests the use of the computer as a medium of communication that facilitates the design and construction process.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 536e
authors Bouman, Ole
year 1997
title RealSpace in QuickTimes: architecture and digitization
source Rotterdam: Nai Publishers
summary Time and space, drastically compressed by the computer, have become interchangeable. Time is compressed in that once everything has been reduced to 'bits' of information, it becomes simultaneously accessible. Space is compressed in that once everything has been reduced to 'bits' of information, it can be conveyed from A to B with the speed of light. As a result of digitization, everything is in the here and now. Before very long, the whole world will be on disk. Salvation is but a modem away. The digitization process is often seen in terms of (information) technology. That is to say, one hears a lot of talk about the digital media, about computer hardware, about the modem, mobile phone, dictaphone, remote control, buzzer, data glove and the cable or satellite links in between. Besides, our heads are spinning from the progress made in the field of software, in which multimedia applications, with their integration of text, image and sound, especially attract our attention. But digitization is not just a question of technology, it also involves a cultural reorganization. The question is not just what the cultural implications of digitization will be, but also why our culture should give rise to digitization in the first place. Culture is not simply a function of technology; the reverse is surely also true. Anyone who thinks about cultural implications, is interested in the effects of the computer. And indeed, those effects are overwhelming, providing enough material for endless speculation. The digital paradigm will entail a new image of humankind and a further dilution of the notion of social perfectibility; it will create new notions of time and space, a new concept of cause and effect and of hierarchy, a different sort of public sphere, a new view of matter, and so on. In the process it will indubitably alter our environment. Offices, shopping centres, dockyards, schools, hospitals, prisons, cultural institutions, even the private domain of the home: all the familiar design types will be up for review. Fascinated, we watch how the new wave accelerates the process of social change. The most popular sport nowadays is 'surfing' - because everyone is keen to display their grasp of dirty realism. But there is another way of looking at it: under what sort of circumstances is the process of digitization actually taking place? What conditions do we provide that enable technology to exert the influence it does? This is a perspective that leaves room for individual and collective responsibility. Technology is not some inevitable process sweeping history along in a dynamics of its own. Rather, it is the result of choices we ourselves make and these choices can be debated in a way that is rarely done at present: digitization thanks to or in spite of human culture, that is the question. In addition to the distinction between culture as the cause or the effect of digitization, there are a number of other distinctions that are accentuated by the computer. The best known and most widely reported is the generation gap. It is certainly stretching things a bit to write off everybody over the age of 35, as sometimes happens, but there is no getting around the fact that for a large group of people digitization simply does not exist. Anyone who has been in the bit business for a few years can't help noticing that mum and dad are living in a different place altogether. (But they, at least, still have a sense of place!) In addition to this, it is gradually becoming clear that the age-old distinction between market and individual interests are still relevant in the digital era. On the one hand, the advance of cybernetics is determined by the laws of the marketplace which this capital-intensive industry must satisfy. Increased efficiency, labour productivity and cost-effectiveness play a leading role. The consumer market is chiefly interested in what is 'marketable': info- and edutainment. On the other hand, an increasing number of people are not prepared to wait for what the market has to offer them. They set to work on their own, appropriate networks and software programs, create their own domains in cyberspace, domains that are free from the principle whereby the computer simply reproduces the old world, only faster and better. Here it is possible to create a different world, one that has never existed before. One, in which the Other finds a place. The computer works out a new paradigm for these creative spirits. In all these distinctions, architecture plays a key role. Owing to its many-sidedness, it excludes nothing and no one in advance. It is faced with the prospect of historic changes yet it has also created the preconditions for a digital culture. It is geared to the future, but has had plenty of experience with eternity. Owing to its status as the most expensive of arts, it is bound hand and foot to the laws of the marketplace. Yet it retains its capacity to provide scope for creativity and innovation, a margin of action that is free from standardization and regulation. The aim of RealSpace in QuickTimes is to show that the discipline of designing buildings, cities and landscapes is not only a exemplary illustration of the digital era but that it also provides scope for both collective and individual activity. It is not just architecture's charter that has been changed by the computer, but also its mandate. RealSpace in QuickTimes consists of an exhibition and an essay.
series other
email
last changed 2003/04/23 15:14

_id d60a
authors Casti, J.C.
year 1997
title Would be Worlds: How simulation is changing the frontiers of science
source John Wiley & Sons, Inc., New York.
summary Five Golden Rules is caviar for the inquiring reader. Anyone who enjoyed solving math problems in high school will be able to follow the author's explanations, even if high school was a long time ago. There is joy here in watching the unfolding of these intricate and beautiful techniques. Casti's gift is to be able to let the nonmathematical reader share in his understanding of the beauty of a good theory.-Christian Science Monitor "[Five Golden Rules] ranges into exotic fields such as game theory (which played a role in the Cuban Missile Crisis) and topology (which explains how to turn a doughnut into a coffee cup, or vice versa). If you'd like to have fun while giving your brain a first-class workout, then check this book out."-San Francisco Examiner "Unlike many popularizations, [this book] is more than a tour d'horizon: it has the power to change the way you think. Merely knowing about the existence of some of these golden rules may spark new, interesting-maybe even revolutionary-ideas in your mind. And what more could you ask from a book?"-New Scientist "This book has meat! It is solid fare, food for thought . . . makes math less forbidding, and much more interesting."-Ben Bova, The Hartford Courant "This book turns math into beauty."-Colorado Daily "John Casti is one of the great science writers of the 1990s."-San Francisco Examiner In the ever-changing world of science, new instruments often lead to momentous discoveries that dramatically transform our understanding. Today, with the aid of a bold new instrument, scientists are embarking on a scientific revolution as profound as that inspired by Galileo's telescope. Out of the bits and bytes of computer memory, researchers are fashioning silicon surrogates of the real world-elaborate "artificial worlds"-that allow them to perform experiments that are too impractical, too costly, or, in some cases, too dangerous to do "in the flesh." From simulated tests of new drugs to models of the birth of planetary systems and galaxies to computerized petri dishes growing digital life forms, these laboratories of the future are the essential tools of a controversial new scientific method. This new method is founded not on direct observation and experiment but on the mapping of the universe from real space into cyberspace. There is a whole new science happening here-the science of simulation. The most exciting territory being mapped by artificial worlds is the exotic new frontier of "complex, adaptive systems." These systems involve living "agents" that continuously change their behavior in ways that make prediction and measurement by the old rules of science impossible-from environmental ecosystems to the system of a marketplace economy. Their exploration represents the horizon for discovery in the twenty-first century, and simulated worlds are charting the course. In Would-Be Worlds, acclaimed author John Casti takes readers on a fascinating excursion through a number of remarkable silicon microworlds and shows us how they are being used to formulate important new theories and to solve a host of practical problems. We visit Tierra, a "computerized terrarium" in which artificial life forms known as biomorphs grow and mutate, revealing new insights into natural selection and evolution. We play a game of Balance of Power, a simulation of the complex forces shaping geopolitics. And we take a drive through TRANSIMS, a model of the city of Albuquerque, New Mexico, to discover the root causes of events like traffic jams and accidents. Along the way, Casti probes the answers to a host of profound questions these "would-be worlds" raise about the new science of simulation. If we can create worlds inside our computers at will, how real can we say they are? Will they unlock the most intractable secrets of our universe? Or will they reveal instead only the laws of an alternate reality? How "real" do these models need to be? And how real can they be? The answers to these questions are likely to change the face of scientific research forever.
series other
last changed 2003/04/23 15:14

_id acadia07_040
id acadia07_040
authors Hyde, Rory
year 2007
title Punching Above Your Weight: Digital Design Methods and Organisational Change in Small Practice
source Expanding Bodies: Art • Cities• Environment [Proceedings of the 27th Annual Conference of the Association for Computer Aided Design in Architecture / ISBN 978-0-9780978-6-8] Halifax (Nova Scotia) 1-7 October 2007, 40-47
doi https://doi.org/10.52842/conf.acadia.2007.040
summary Expanding bodies of knowledge imply expanding teams to manage this knowledge. Paradoxically, it can be shown that in situations of complexity—which increasingly characterise the production of architecture generally—the small practice or small team could be at an advantage. This is due to the increasingly digital nature of the work undertaken and artefacts produced by practices, enabling production processes to be augmented with digital toolsets and for tight project delivery networks to be forged with other collaborators and consultants (Frazer 2006). Furthermore, as Christensen argues, being small may also be desirable, as innovations are less likely to be developed by large, established companies (Christensen 1997). By working smarter, and managing the complexity of design and construction, not only can the small practice “punch above its weight” and compete with larger practices, this research suggests it is a more appropriate model for practice in the digital age. This paper demonstrates this through the implementation of emerging technologies and strategies including generative and parametric design, digital fabrication, and digital construction. These strategies have been employed on a number of built and un-built case-study projects in a unique collaboration between RMIT University’s SIAL lab and the award-winning design practice BKK Architects.
series ACADIA
email
last changed 2022/06/07 07:50

_id ed08
authors Koile, Kimberle
year 1997
title Design Conversations with Your Computer: Evaluating Experiential Qualities of Physical Form
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 203-218
summary This paper describes a prototype system that evaluates an architectural design using the designer's theories about how to manifest experiential qualities in physical form. The system uses Al methods in conjunction with geometric and non-geometric knowledge to represent experiential qualities, e.g. privacy, in terms of concrete details of a design, e.g. wall dimensions and locations. This paper describes the organization and implementation of the system, and reports the results of an experiment in which the system was used to evaluate Frank Lloyd Wright Prairie houses.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id 7e15
authors Kvan, Thomas
year 1997
title Chips, chunks and sauces
source International Journal of Design Computing, 1, 1997 (Editorial)
summary I am sure there is an art in balancing the chunks to use with your chips. Then there is the sauce that envelops them both. I like my chips chunky and not too saucy. Not that I am obsessed with food but I don't think you can consider design computing without chunks. It's the sauce I'm not sure about. The chunks of which I write are not of course those in your salsa picante but those postulated by Chase and Simon (1973) reflecting on good chess players; the chunks of knowledge with which an expert tackles a problem in their domain of expertise. The more knowledge an expert has of complex and large configurations of typical problem situations (configurations of chess pieces), the greater range of solutions the expert can bring a wider to a particular problem. Those with more chunks have more options and arrive at better solutions. In other words, good designs come from having plenty of big chunks available. There has been a wealth of research in the field of computer-supported collaborative work in the contexts of writing, office management, software design and policy bodies. It is typically divided between systems which support decision making (GDSS: group decision support systems) and those which facilitate joint work (CSCW: computer-based systems for co-operative work) (see Dennis et al. (1988) for a discussion of the distinctions and their likely convergence). Most implementations in the world of design have been on CSCW systems, few have looked at trying to make a group design decision support system (GDDSS?). Most of the work in CSCD has been grounded in the heritage of situated cognition - the assumption that collaborative design is an act that is intrinsically grounded in the context within which it is carried out, that is, the sauce in which we find ourselves swimming daily. By sauce, therefore, I am referring to anything that is not knowledge in the domain of expertise, such as modes of interaction, gestures, social behaviours.
series journal paper
email
last changed 2003/05/15 10:29

_id 9238
authors Omura, G.
year 1997
title Mastering AutoCAD 14
source Sybex
summary Mastering AutoCAD, the fully revised version of Omura's best seller, is your one-stop authority for release 14 of AutoCAD. Whether you're a beginner or an experienced user, this tutorial and stand-alone reference book delivers everything you need: from instructions on getting started to detailed explanations of AutoCAD's most advanced features.
series other
last changed 2003/04/23 15:14

_id acadia23_v1_136
id acadia23_v1_136
authors Alima, Natalia
year 2023
title InterspeciesForms
source ACADIA 2023: Habits of the Anthropocene: Scarcity and Abundance in a Post-Material Economy [Volume 1: Projects Catalog of the 43rd Annual Conference of the Association of Computer Aided Design in Architecture (ACADIA) ISBN 979-8-9860805-8-1]. Denver. 26-28 October 2023. edited by A. Crawford, N. Diniz, R. Beckett, J. Vanucchi, M. Swackhamer 136-143.
summary The hybridization of architectural, biological and robotic agencies Situated in the field of architectural biodesign, InterspeciesForms explores a closer relationship between the fungus Pleurotus ostreatus and the designer in the creation of form. The intention of hybridizing mycelia’s agency of growth with architectural design intention is to generate novel, non-indexical crossbred designed outcomes that evolve preconceived notions of architectural form. Mycelium are threadlike fibrous root systems made up of hyphae, that form the vegetative part of a fungus (Jones 2020). Known as the hackers of the wood wide web (Simard 1997) mycelia form complex symbiotic relationships with other species that inhabit our earth. Michael Lim states “Fungi redefine resourcefulness, collaboration, resilience and symbiosis” (Lim 2022, p. 14). When wandering around the forest to connect with other species or searching for food, fungi form elaborate and entangled networks by spreading their hyphal tips. Shown in Figure 1, this living labyrinth results in the aesthetic formation of an intricate web. Due to the organisms ability to determine the most effective direction of growth, communicate with its surrounding ecosystem, and connect with other species, fungi are indeed an intelligent species with a unique aesthetic that must not be ignored. In drawing on these concepts, I refer to the organism’s ability to search for, tangle, and digest its surroundings as ‘mycelia agency of growth’. It is this specific behavioral characteristic that is the focus of this research, with which I, as the architect, set out to co-create and hybridize with.
series ACADIA
type project
email
last changed 2024/04/17 13:58

_id acadia07_174
id acadia07_174
authors Bontemps, Arnaud; Potvin, André; Demers, Claude
year 2007
title The Dynamics of Physical Ambiences
source Expanding Bodies: Art • Cities• Environment [Proceedings of the 27th Annual Conference of the Association for Computer Aided Design in Architecture / ISBN 978-0-9780978-6-8] Halifax (Nova Scotia) 1-7 October 2007, 174-181
doi https://doi.org/10.52842/conf.acadia.2007.174
summary This research proposes to support the reading of physical ambiences by the development of a representational technique which compiles, in a numerical interface, two types of data: sensory and filmic. These data are recorded through the use of a portable array equipped with sensors (Potvin 1997, 2002, 2004) as well as the acquisition of Video information of the moving environment. The compilation of information is carried out through a multi-media approach, by means of a program converting the environmental data into dynamic diagrams, as well as the creation of an interactive interface allowing a possible diffusion on the Web. This technique, named APMAP/Video, makes it possible to read out simultaneously spatial and environmental diversity. It is demonstrated through surveys taken at various seasons and time of the day at the new Caisse de dépôt et de placement headquarters in Montreal which is also the corpus for a SSHRC (Social Sciences and Humanities Research Council) research grant on Environmental Adaptability in Architecture (Potvin et al. 2003-2007). This case study shows that the technique can prove of great relevance for POEs (Post Occupancy Evaluation) as well as for assistance in a new design project.
series ACADIA
email
last changed 2022/06/07 07:54

_id caadria2010_042
id caadria2010_042
authors Celento, David
year 2010
title Open-source, parametric architecture to propagate hyper-dense, sustainable urban communities: parametric urban dwellings for the experience economy
source Proceedings of the 15th International Conference on Computer Aided Architectural Design Research in Asia / Hong Kong 7-10 April 2010, pp. 443-452
doi https://doi.org/10.52842/conf.caadria.2010.443
summary Rapid developments in societal, technological, and natural systems suggest profound changes ahead if research in panarchical systems (Holling, 2001) is to be believed. Panarchy suggests that systems, both natural and man-made, rise to the point of vulnerability then fail due to disruptive forces in a process of ‘creative destruction.’ This sequence allows for radical, and often unpredictable, renewal. Pressing sustainability concerns, burgeoning urban growth, and emergent ‘green manufacturing’ laws, suggest that future urban dwellings are headed toward Gladwell’s ‘tipping point’ (2002). Hyper-dense, sustainable, urban communities that employ open-source standards, parametric software, and web-based configurators are the new frontier for venerable visions. Open-source standards will permit the design, manufacture, and sale of highly diverse, inter-operable components to create compact urban living environments that are technologically sophisticated, sustainable, and mobile. These mass-customised dwellings, akin to branded consumer goods, will address previous shortcomings for prefabricated, mobile dwellings by stimulating consumer desire in ways that extend the arguments of both Joseph Pine (1992) and Anna Klingman (2007). Arguments presented by authors Makimoto and Manners (1997) – which assert that the adoption of digital and mobile technologies will create large-scale societal shifts – will be extended with several solutions proposed.
keywords Mass customisation; urban dwellings; open source standards; parametric design; sustainability
series CAADRIA
email
last changed 2022/06/07 07:55

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

_id fa1d
authors Colley, Tim
year 1997
title Visualizing Information: Internet Guidelines for Distributing Architectural Research
source Virginia Polytechnic Institute and State University
summary A web site was designed and constructed for the Research + Demonstration Facility (RDF) as a masters thesis project to help educators teach future architects more interactively by using the dynamic medium of the Internet. Students and faculty will learn about evolving architectural research and technology as well as potential consequences of design decisions. Educators will be able to conduct online research, or tele-experiments, in the classroom thus allowing students to learn, in near real-time, the outcome or progress of research on and off campus. This project presents some of the possibilities of how the Internet can enhance re-search information delivery to students and faculty of architecture.
keywords Architectural Research; Internet Guidelines; Web Site Documentation
series thesis:MSc
email
more http://scholar.lib.vt.edu/theses/available/etd-92397-115337/
last changed 2004/06/02 19:12

_id 389b
authors Do, Ellen Yi-Luen
year 2000
title Sketch that Scene for Me: Creating Virtual Worlds by Freehand Drawing
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 265-268
doi https://doi.org/10.52842/conf.ecaade.2000.265
summary With the Web people can now view virtual threedimensional worlds and explore virtual space. Increasingly, novice users are interested in creating 3D Web sites. Virtual Reality Modeling Language gained ISO status in 1997, although it is being supplanted by the compatible Java3D API and alternative 3D Web technologies compete. Viewing VRML scenes is relatively straightforward on most hardware platforms and browsers, but currently there are only two ways to create 3D virtual scenes: One is to code the scene directly using VRML. The other is to use existing CAD and modeling software, and save the world in VRML format or convert to VRML from some other format. Both methods are time consuming, cumbersome, and have steep learning curves. Pen-based user interfaces, on the other hand, are for many an easy and intuitive method for graphics input. Not only are people familiar with the look and feel of paper and pencil, novice users also find it less intimidating to draw what they want, where they want it instead of using a complicated tool palette and pull-down menus. Architects and designers use sketches as a primary tool to generate design ideas and to explore alternatives, and numerous computer-based interfaces have played on the concept of "sketch". However, we restrict the notion of sketch to freehand drawing, which we believe helps people to think, to envision, and to recognize properties of the objects with which they are working. SKETCH employs a pen interface to create three-dimensional models, but it uses a simple language of gestures to control a three-dimensional modeler; it does not attempt to interpret freehand drawings. In contrast, our support of 3D world creation using freehand drawing depend on users’ traditional understanding of a floor plan representation. Igarashi et al. used a pen interface to drive browsing in a 3D world, by projecting the user’s marks on the ground plane in the virtual world. Our Sketch-3D project extends this approach, investigating an interface that allows direct interpretation of the drawing marks (what you draw is what you get) and serves as a rapid prototyping tool for creating 3D virtual scenes.
keywords Freehand Sketching, Pen-Based User Interface, Interaction, VRML, Navigation
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

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

_id c557
authors Fuchs, W. and Martinico, A.
year 1997
title The V.C.net--A digital study in architecture
source Automation in Construction 6 (4) (1997) pp. 335-339
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 US and abroad. Projects will be proposed for specific sites and will reflect real-world questions as they are mirrored 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 journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 673a
authors Fukuda, T., Nagahama, R. and Sasada, T.
year 1997
title Networked Interactive 3-D design System for Collaboration
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 429-437
doi https://doi.org/10.52842/conf.caadria.1997.429
summary The concept of ODE (Open Design Environment) and corresponding system were presented in 1991. Then the new concept of NODE. which is networked version of ODE. was generated to make wide area collaboration in 1994. The aim of our research is to facilitate the collaboration among the various people involved in the design process of an urban or architectural project. This includes various designers and engineers, the client and the citizens who may be affected by such a project. With the new technologies of hyper medium, network, and component architecture, we have developed NODE system and applied in practical use of the collaboration among the various people. This study emphasizes the interactive 3-D design tool of NODE which is able to make realistic and realtime presentation with interactive interface. In recent years, ProjectFolder of NODE system, which is a case including documents, plans, and tools to proceed project., is created in the World Wide Web (WWW) and makes hyper links between a 3-D object and a text, an image. and other digital data.
series CAADRIA
email
last changed 2022/06/07 07:50

_id 6375
authors Gero, John S.
year 1997
title Where Can We Go From Here? Some Implications of Current Research
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, p. 3
doi https://doi.org/10.52842/conf.caadria.1997.
summary The current focus in the internet and the world wide web mask some other underlying changes, based on current research, which are likely to occur in our use of computers as design aids. This talk draws on three streams of current research being conducted at the Key Centre of Design Computing as a platform to examining two possible directions for computer-based design aids.
series CAADRIA
email
last changed 2022/06/07 07:51

_id 4485
authors Kerckhove, D. de
year 1997
title Connected Intelligence
source The Arrival of the Web Society, Somerville House, Toronto
summary De Kerckhove's beat is the philosophy of emerging media. When media pundits want to know how McLuhan would interpret the societal consequences of the World Wide Web, they call de Kerckhove.
series other
last changed 2003/04/23 15:14

For more results click below:

this is page 0show page 1HOMELOGIN (you are user _anon_319115 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002