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 1976

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

_id 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 sigradi2003_030
id sigradi2003_030
authors Valderrama, Ana
year 2003
title Matéricosweb (Matericosweb)
source SIGraDi 2003 - [Proceedings of the 7th Iberoamerican Congress of Digital Graphics] Rosario Argentina 5-7 november 2003
summary In 1996, the Taller Galli precariously initiated the diffusion and communication of it academic production and researches as well as the artistic and creative thoughts in relationship to other subjects, placing us on a wider space for the cultural, urbanistic and architectural debate towards the community in general. That was how we decided to start this independent and self-managed editorial project. The Matéricos Periféricos web site (www.matericosweb.com) emerged when the produced material had overdone the diffusion and debate frequency and expectation of the paper magazine. We construct a complementary space to the paper magazine that can spread faster, interactively and widely everything that is published on the paper magazine and other subjects that could not be published for monetary reasons or simply due to real time. Nowadays, Matéricos Periféricos is a net that is trying to install a debate on the contemporary Latin-American culture.
series SIGRADI
email
last changed 2016/03/10 10:02

_id 31f5
authors Alfares, M. and Seireg, A.
year 1996
title An integrated system for computer-aided design and construction of reinforced concrete buildings using modular forms
source Automation in Construction 5 (4) (1996) pp. 323-341
summary The study reported in this paper investigates the feasibility of automating the on-site construction of reinforced concrete residential buildings. The basic construction tasks are identified, analyzed and modified with a view towards potential for automation. Emphasis is placed on developing modular forms that facilitate automation. The majority of work in the field of construction robotics has focused on the adaptation of existing industrial robots to automate traditional construction processes. This paper outlines a computer-aided construction system approach specially suited for integrating design and implementation by on-site robots. A Computer-Integrated Construction (CIC) system, similar to CIM, is developed that includes a CIC data-base, a construction design system, a construction production/process planning system, and a robotics execution system. This approach is intended to minimize the redesign effort as well as the need for on-site manual work.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id aa7c
authors Amirante, M. Isabella and Burattini, Ernesto
year 1996
title Automatic Procedures for Bio-Climatic Control
doi https://doi.org/10.52842/conf.ecaade.1996.029
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 29-40
summary The experiences illustrated here are related to the new regulation of teaching architecture in Italy and these ones in particular have been concentrated on the technological aspects of teaching architecture. We can consider the evolution of the architect from the individual operator to the manager multi- disciplinary aspects of the building process ( building process manager) as a reality today. Information technology, specifically applied to bio-climatic architecture and environmental control, can be of great importance for this professional role, and for this reason it is very useful to include these topics at the beginning the teaching design process. This paper describes a particular approach to bio-climatic problems of the architectural project. An experimental course has been performed by the second year students of the "Laboratorio di Construzione dell' Architettura", at the School of Architecture of the Second University of Naples, in Aversa. Analysing old and new buildings, they used some flow charts for the evaluation and representation of energetic behaviour of buildings regarding their climatic and geographical environment. In the flow charts the decisions are represented by boxes that allow to determine "rightness index" related to: morphological characters of the site and environment, typology and particular organisation of the inside spaces, shape of building, technological solution of the building "skin". The navigation through the decision boxes is made with simple options like; "winds: protected or exposed site", "shape of building; free, close or cross plane", "presence of trees on the south,; yes or not",; it shows the students the bio-climatic quality of the building and, through numeric value assigned to each option, determines the "weight" of its climatic comfort.

series eCAADe
last changed 2022/06/07 07:54

_id 8ded
authors Anders, Peter
year 1996
title Envisioning Cyberspace: The Design of On-Line Communities
doi https://doi.org/10.52842/conf.acadia.1996.055
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 55-67
summary The development of the World Wide Web into an active, visual social environment poses unique opportunities for the design professions. Multi-user Domains, social meeting places in cyberspace, are mostly text-based virtual realities which use spatial references to set the stage for social interaction. Over the past year design students at the New Jersey Institute of Technology School of Architecture have investigated several text-based domains. In the course of their work, they envisioned and graphically portrayed these environments as immersive virtual realities through the use of computer animation. Their studies addressed issues ranging from the nature of symbolic motion to social/political structures of these domains.
series ACADIA
email
last changed 2022/06/07 07:54

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

_id e2c4
authors Comair, C., Kaga, A. and Sasada, T.
year 1996
title Collaborative Design System with Network Technologies in Design Projects
doi https://doi.org/10.52842/conf.caadria.1996.269
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 269-286
summary This paper depicts the work of the team of researchers at the Sasada Laboratory in the area of collaborative design and the integration of global area network such as the Internet in order to extend the architectural studio into cyber-space. The Sasada Laboratory is located at the University of Osaka, Faculty of Engineering, Department of Environmental engineering, Japan. The portfolio of the Laboratory is extensive and impressive. The projects which were produced by the men and women of the Laboratory range from the production of databases and computer simulation of several segments of different cities throughout the world to specific studies of architectural monuments. The work performed on the databases was varied and included simulation of past, present, and future events. These databases were often huge and very complex to build. They presented challenges that sometimes seemed impossible to overcome. Often, specialised software, and in some cases hardware, had to be designed on the "fly” for the task. In this paper, we describe the advances of our research and how our work led us to the development of hardware and software. Most importantly, it depicts the methodology of work which our lab undertook. This research led to the birth of what we call the "Open Development Environment” (ODE) and later to the networked version of ODE (NODE). The main purpose of NODE is to allow various people, usually separated by great distances, to work together on a given project and to introduce computer simulation into the working environment. Today, our laboratory is no longer limited to the physical location of our lab. Thanks to global area networks, such as the Internet, our office has been extended into the virtual space of the web. Today, we exchange ideas and collaborate on projects using the network with people that are spread over the five continents.
series CAADRIA
email
last changed 2022/06/07 07:56

_id 78f0
authors Cotton, J.F.
year 1996
title Solid modeling as a tool for constructing solar envelopes
source Automation in Construction 5 (3) (1996) pp. 185-192
summary This paper presents a method for constructing solar envelopes in site planning using a 3D solid-modeling program. The solar envelope for a site is a mechanism for ensuring that planning regulations on the solar access rights of others are observed. In this application, solid modeling offers the advantage of being a general-purpose tool having the capability to handle sets of site conditions that are complex. The paper reviews the concept of solar envelopes and demonstrates the method of application of solar envelope construction to a site. Techniques for displaying the constraints on building sections imposed by a solar envelope are presented.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 819d
authors Eiteljorg, H.
year 1988
title Computing Assisted Drafting and Design: new technologies for old problems
source Center for the study of architecture, Bryn Mawr, Pennsylvania
summary In past issues of the Newsletter, George Tressel and I have written about virtual reality and renderings. We have each discussed particular problems with the technology, and both of us mentioned how compelling computer visualizations can be. In my article ("Virtual Reality and Rendering," February, 1995, Vol. 7, no. 4), I indicated my concerns about the quality of the scholarship and the level of detail used in making renderings or virtual worlds. Mr. Tressel (in "Visualizing the Ancient World," November, 1996, Vol. IX, no. 3) wrote about the need to distinguish between real and hypothetical parts of a visualization, the need to differentiate materials, and the difficulties involved in creating the visualizations (some of which were included in the Newsletter in black-and-white and on the Web in color). I am returning to this topic now, in part because the quality of the images available to us is improving so fast and in part because it seems now that neither Mr. Tressel nor I treated all the issues raised by the use of high-quality visualizations. The quality may be illustrated by new images of the older propylon that were created by Mr. Tressel (Figs. 1 - 3); these images are significantly more realistic than the earlier ones, but they do not represent the ultimate in quality, since they were created on a personal computer.
series other
last changed 2003/04/23 15:50

_id ecaade2024_230
id ecaade2024_230
authors Fekar, Hugo; Novák, Jan; Míèa, Jakub; Žigmundová, Viktória; Suleimanova, Diana; Tsikoliya, Shota; Vasko, Imrich
year 2024
title Fabrication with Residual Wood through Scanning Optimization and Robotic Milling
doi https://doi.org/10.52842/conf.ecaade.2024.1.025
source Kontovourkis, O, Phocas, MC and Wurzer, G (eds.), Data-Driven Intelligence - Proceedings of the 42nd Conference on Education and Research in Computer Aided Architectural Design in Europe (eCAADe 2024), Nicosia, 11-13 September 2024, Volume 1, pp. 25–34
summary The project deals with the use of residual wood of tree stumps and roots through scanning, optimization and robotic milling. Wood logging residue makes up to 50 percent of the trees harvested biomass. (Hakkila and Parikka 2002). Among prevailing strategies is leaving residue on site, and recovering residue for bioenergy. (Perlack and others 2005). The project explores the third strategy, using parts of the logging residue for fabrication, which may reduce the overall amount of wood logging volume. Furthermore approach aims for applying residue in its natural form and taking advantage of specific local characteristics of wood (Desch and Dinwoodie 1996). The project applies the strategy on working with stump and roots of an oak tree. Due to considerations of scale, available milling technics and available resources, chosen goal of the approach is to create a functioning chair prototype. Among the problems of the approach is the complex shape of the residue, uneven quality of wood, varying humidity and contamination with soil. After cleaning and drying, the stump is scanned and a 3D model is created. The 3D model od a stump is confronted with a 3D modelled limits of the goal typology (height, width, length, sitting surface area and overal volume of a chair) and topological optimization algorithm is used to iteratively reach the desired geometry. Unlike in established topological optimization proces, which aims for a minimal volume, the project attempts to achieve required qualities with removing minimal amount of wood. Due to geometric complexity of both stump and goal object, milling with an 6axis industrial robotic arm and a rotary table was chosen as a fabrication method. The object was clamped to the board (then connected to a rotary table) in order to provide precise location and orientation in 3D space. The milling of the object was divided in two parts, with the seating area milled in higher detail. Overall process of working with a residual wood that has potential to be both effective and present aesthetic quality based on individual characteristics of wood. Further development can integrate a generative tool which would streamline the design and fabrication proces further.
keywords Robotic arm milling, Scanning, Residual wood
series eCAADe
email
last changed 2024/11/17 22:05

_id c6dd
authors Fruchter, Renate
year 1996
title COMPUTER INTEGRATED ARCHITECTURE/ENGINEERING/CONSTRUCTION PROJECT-CENTERED LEARNING ENVIRONMENT
doi https://doi.org/10.52842/conf.acadia.1996.227
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 227-234
summary This paper describes an on-going effort, initiated at Stanford's Civil Engineering Department, to develop, implement, and test a new and innovative "Computer Integrated Architecture./Engineering/Construction" (A/E/C) course. The course takes a multi-site, cross- disciplinary, project-centered, team-oriented approach to teaching. The paper presents the motivation, methodology, computational infrastructure, and initial observations in the experimental A/E/C course. The course is sponsored by NSF Synthesis Coalition and is the result of the collaborative effort of faculty and researchers from Civil Engineering Department at Stanford University, and Architecture Department and Civil Engineering Department, at UC Berkeley. In this computer integrated A/EIC environment a new generation of architecture, engineering, construction students learns how to team up with other disciplines and the advantage of the emerging information technologies for collaborative work in order to design and build higher quality buildings faster.

series ACADIA
type normal paper
email
last changed 2022/06/07 07:50

_id 68e3
authors Fuchs, Wladek and Martinico, Anthony
year 1996
title THE V.C.NET - A DIGITAL STUDY IN ARCHITECTURE
doi https://doi.org/10.52842/conf.acadia.1996.023
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
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 ddssup9607
id ddssup9607
authors Gordon, T., Karacapilidis, N., Voss, H. and Zauke, A.
year 1996
title Computer-Mediated Cooperative Spatial Planning
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary Decision making on spatial planning problems has to integrate recent advancements on geographical information systems with a framework that supports fair, rational and efficient decision making procedures. Such a framework will assist government and businesses with the retrieval, use and reuse of information in cooperative, distributed planning procedures requiring access to spatial data. This paper gives an overview of a computer-mediated group decision support system for the World Wide Web, namely ZENO. The target is to provide intelligent assistance to human mediators and other kinds cf "trusted third parties" during the above procedures. The role of the system is to remain neutral and help assure that the interests and goals of all members of a group, regardless of their status, are respected and appreciated. In this paper, the system's features are illustrated with a retrospective model of a real urban planning example, concerning the allocation of a new technology park in the area of the city of Bonn, where more than eighty communities, local and federal authorities, and other organizations have been requested to submit their suggestions, objections and comments on a spatial planning problem.
series DDSS
email
last changed 2003/08/07 16:36

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

_id 18bd
authors Herkommer, F. and Bley, B.
year 1996
title CAD/CAM for the prefabrication of brickwork
source Automation in Construction 4 (4) (1996) pp. 321-329
summary Applying automated methods to the building of brickwork houses means savings in both time and cost. In principle, two different methods compete with each other: "Robots on site" and "factory prefabrication of wall elements". However, prefabrication has already proved its advantages with a number of different manufacturers, where robots on site have not yet succeeded beyond the prototype stage. This article describes a new flexible computer program, for the planning and manufacturing of wall elements, incorporating CAD interface possibilities. The program developed is a completely object orientated Microsoft Windows application which adopts a modular concept, thereby allowing adaptation or inclusion of the modules to other applications. The existence of such a program is regarded as a very important requirement for masonry automation.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id f251
authors Hui-Ping, T., Veeramani, D., Kunigahalli, R. and Russell, J.S.
year 1996
title OPSALC: A computer-integrated operations planning system for autonomous landfill compaction
source Automation in Construction 5 (1) (1996) pp. 39-50
summary Construction workers and operators associated with sanitary waste landfilling operations face significant health risks because of high levels of exposure to harmful solids and gases. Automation of the spreading and compacting processes of a landfilling operation using an autonomous compactor can reduce exposure of workers to the harmful environment, and thereby lead to improved safety of workers. This paper describes a computer-integrated operations planning system that facilitates (1) the design of landfill cells and (2) the generation of area-covering path plans for spreading and compaction processes by the autonomous compactor. The partitioning of a given landfill site into three-dimensional cells is accomplished by a recursive spatial decomposition technique in which the cell sizes are determined using a probabilistic model for waste generation. A recursive sub-division of each cell into monominoes facilitates the system to automatically deal with any differences between the actual amount of waste generated on a particular day and the amount predicted by the probabilistic model. The partitioned configuration of the landfill site is used to generate the path plan for the autonomous compactor using three motion models, namely straight-up, straight-down, and zig-zag. The computer-integrated system is implemented using PHIGS graphics standard and MOTIF toolkit with C-program binding.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 35b7
authors Jefferis, Alan and Madsen, David
year 1996
title Architectural Drafting and Design
source Delmar Publishers Pub
summary Section I Introduction to Architectural Drafting, Section II Residential Design, Section III Site Plans, Section IV Floor Plan, Section V Supplemental Floor-Plan Drawings, Section VI Roof Plans, Section VII Elevations, Section VIII Framing Methods and Plans, Section IX Foundation Plans, Section X Wall Sections and Details, Section XI Architectural Rendering, Section XII General Construction Specifications and Supervision, Section XIII Commercial Drafting
series other
last changed 2003/02/26 18:58

_id ddssar9619
id ddssar9619
authors Kanoglu, Aiaattin
year 1996
title A Site-Based Computerized Production Planning & Control Model for The Plants which Produce Prefabricated Building Components
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary The "open systems" in building prefabrication may be qualified more flexible to some extent compared to the closed ones and may use the tools and approaches used in industrial production areas for the estimation of demand and production. As for the closed systems in particular, it is not possible for these systems to apply this kind of approach. Their production must be based on absolutely assured demands and projects. Because of this, they need detailed projects and assembly schedules for produc-tion. As a result of this, their production modes can be qualified "custom-made" type and production planning functions must provide the demand values from the assembly schedules of contracted proj-ects. The problem can be solved by integrating the work schedules of the sites that are served by fac-tory. Integration of data on a computerized system will be preferable and it is possible to realize the model in two alternative ways. The first is developing a new conceptual model and convert it into a software and the second is developing an approach for customizing general purpose project planning and programming software for using them in production planning. The second solution is studied in the paper following this. The aim of this study is to develop the principals of a conceptual model for an Integrated Data Flow and Evaluation System for production planning in prefabrication and to con-vert this model into an applicable and objective computer-aided model.
series DDSS
last changed 2003/08/07 16:36

_id c4ae
id c4ae
authors Knapp, Robert W. and McCall, Raymond
year 1996
title PHIDIAS II - In Support of Collaborative Design
doi https://doi.org/10.52842/conf.acadia.1996.147
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 147-154
summary The World Wide Web in combination with Java and Virtual Reality Modeling Language (VRML) create great opportunities for collaboration by distributed design teams. To take advantage of these opportunities, we have begun to create a version of the PHIDIAS hyperCAD system (McCall, Bennett and Johnson 1994) that will support communication and collaboration among designers over the Word Wide Web. PHIDIAS is an intelligent, hypermedia-based system for computer-aided design. Our strategy is to divide PHIDIAS into two parts: 1) a client-side user interface and 2) a server-side hyperCAD database engine. The client-side interface is being implemented using Java and VRML. Implementing the PHIDIAS front-end with Java enables program code distribution via the World Wide Web. VRML provides PHIDIAS with client-side computation and display of 3D graphics.
series ACADIA
last changed 2022/06/07 07:51

For more results click below:

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