A Systems Approach to the Computer Aided Design of Reinforced Concrete Structures

Size: px
Start display at page:

Download "A Systems Approach to the Computer Aided Design of Reinforced Concrete Structures"

Transcription

1 A Systems Approach to the Computer Aided Design of Reinforced Concrete Structures Fátima Farinha 1), João Bento 2) and David Blockley 3) 1) Universidade do Algarve, IPF, Quinta da Penha 8000 Faro, Portugal 2) Instituto Superior Técnico, DECivil, Av. Rovisco Pais 1096, Lisboa Codex, Portugal 3) Univ. of Bristol, Faculty of Eng., Queens Bldg., University Walk, Bristol, BS8 1TR, U.K. ABSTRACT The present paper refers to the initial results of the development of a knowledge based system for the computer aided design of reinforced concrete structural elements. Firstly, a model of the design process specially motivated by structural engineering needs, is presented. The proposed model combines the SAE (Synthesis-Analysis-Evaluation) model, which represents the design process as an exploratory process composed of recursive cycles of synthesis, analysis and evaluation, with the RPL (Reflective Practice Loop) model which represents the design activity as a hierarchically structured set of problem solving processes. The paper follows by describing a developing knowledge based prototype system that implements the most important aspects of the proposed model to the detailing of reinforced concrete columns in buildings. The paper closes with the main conclusions on the work done so far. INTRODUCTION An important objective of structural engineering is to produce artifacts that are safe and reliabil. A model of the design process will be helpful to engineers. Such a model should be consistent at all levels, make use of new knowledge as it evolves and, preferable be able to produce explanations.

2 A systems approach, as an alternative to scientific reductionism, has been used to model complex systems. The scientific method is based on the idea that one can take a complex problem and break it into component parts and tackle each part separately and quasiindependently. The obvious penality of concentrating on a part of a problem is the loss of perspective on the whole, a lessening of awareness of relationship between parts of the problem. Therefore, such reductionist approach may only work when connections are not significant. A 'system' embodies the idea of a set of elements connected together which form a whole and this shows properties which emerge as properties of the whole rather than properties of its components (Checkland, 1981). DESIGN PROCESS MODEL What is a design activity The first difficulty encountered in modeling design processes is that design may involve activities as varied as detailing a reinforced concrete column by engineers, composing a symphony by a musican or even drawing up a political strategy by a politician. Within the scope of the present work, it is essential that distinctive characteristics of design activities be identified in order to avoid limitations arising from a too general treatment. Goel and Pirolli (1989), identified a set of features of design processes, which they called invariants, and these are "good" examples of design activities. For these authors, the complexity of the design activity prevents the drawing of precise borders. They consider that design activities reflect radial properties, that is, that "good", "ideal" or "central" examples can be found in addition to variations of these "central" cases. The characteristics, that identify good examples of design activities, are: I 1 -large and complex problems; I 2 - input as goals and intentions and output as an artifact specification; I 3 - long temporal separation between the design phase and the delivery of the artifact; I 4 - delayed or limited feedback from the world; I 5 - independent functioning of the artifact; I 6 - costs, penalities or benefits, associated with every action; I 7 - predominance of better/worse answers over right/wrong ones; I 8 - many degrees of freedom. Design as a problem solving process Throughout this work design is considered as a problem solving activity. Design as a problem solving process was first presented by Simon (1969). Problem solving may be summarized as the process of finding solutions in a problem space, which represents possible states of the problem (i.e. possible problem descriptions) to be considered in attempting a solution. Such a process consists of searching in that space, for a path connecting an initial state of known facts and conditions to a final one - the goal state. Three hypotheses are adopted: h 1 - design process is a stepwise transformation process from a kernel idea; h 2 - any artifact is satisfactorily described by the goal state; h 3 - design process is limited and driven by constraints. Figure 1 shows this essential idea: design process is a stepwise process of exploration in design space which, from an initial specification of the problem - S o (often incorrectly defined),

3 generates a kernel idea - S k and refines it (by decomposition, generation or transformation) in search of a goal state S g. Design model The proposed model is strongly based on other models, namely on the SAE (Synthesis- Analysis-Evaluation) model put forward by Feijó (1988) and Bento (1992) and on the RPL (Reflective Practice Loop) proposed by Blockley (1992). Figure 1 - Design as a problem solving process It is considered that the design process (Figure 2) begins in a sub-process of PERCEPTION that basically consists of an awareness that the design state is not the goal state; it therefore becomes necessary to change the state - and this sub-process is called REFLECTION. State evolution is then processed though recursive cycles of synthesis (S), analysis (A) and evaluation (E), in which each of these processes is also recursive, that is, each stage of synthesis, analysis or evaluation may set off another SAE cycle. From a computational point of view, the conclusion of a SAE cycle basically corresponds to one of three

4 transformations - entity creation, entity transformation or entity elimination - and leads to a decision-making sub-process - ACTION, which is seen as the creation of a new design state. Each design state (S i ) consists of a set of entities whose properties can be defined in terms of identification attributes (e.g. entity designation), of relation (e.g. relationships), of structure (e.g. physical characteristics) of function (e.g. performance specification). The sequence of states (S o, S k, S 1, S 2,...,S g ) is known as the design history. The evolution of states (i.e. S i S j ) occurs in a space showing the following characteristics: C 1 - extensive problem structuring (an extensive process of finding missing information); C 2 - extensive performance modelling (e.g. cognitive models, scenario immersion, pictorial models); C 3 - personalized evaluation functions (for exemple criteria used to terminate the design process); C 4 - evaluation in three contexts: local context, current context and future context; C 5 - making and propagating decisions (or commitments); C 6 - solution decomposition; C 7 - abstraction hierarchies that is working with entities at various levels of detail; C 8 - use of symbol systems, i.e. bubble diagrams and rough sketches. A detailed analysis of these characteristics may be found in Bento (1992). Figure 2 - Design process model

5 KNOWLEDGE BASED PROTOTYPE SYSTEM The chief objective of the prototype system is to implement the main aspects of the proposed model for sizing and detailing columns of reinforced concrete buildings. The part of the system that had already been implemented and tested involve analysis of columns, of a square or rectangular section, under normal forces, combined bending and double combined bending and detailing of columns, of a square section, under double combined bending. Programming considerations The prototype was implemented using a commercial tool - KAPPA-PC (version 2.3) - from IntelliCorp, Inc. running under MS Windows. Using this tool knowledge was structured hierarchically (Figure 3). The two important aspects that require detailed consideration are the representation of design states and the process by which states progress. The design states are represented by design entities and design entities are represented as KAPPA-PC objects. As an example (figure 3) an entity represented in KAPPA-PC by an object belonging to the Double_Combined_A class inherits all the attributes of Combined_Bending_A class. Some of Double_Combined_A's attributes are shown in figure 4 (e.g. FCD is a function attribute and NOME is a identification attribute). Figure 3 - Hierarchic structure

6 Figure 4 - Design entity and some attributes The second aspect - the evolution of states was solved using KAPPA-PC's features: methods, functions and rules. From a computational point of view the process of promoting changes from one state to another corresponds to one of three entities' modifications: entity creation, entity transformation or entity elimination. Functional and operational considerations Data imput occurs interactively; the user answers the questions put forward by the system and sometimes selects from several options. Units are always indicated and it is possible to change input data without restarting the entire process. Analysis results are displayed in an attractive user interface and are stored on a file only after the designer has accepted them; these files contain all information about the designed element and can be integrated into the technical report of the project. Calculation time is short, so the designer may experiment making of changes in order to improve the design. In the detailing module, the prototype lists a set of possible solutions and the designer is entirely responsible for the selection of the option to be detailed by the system. In some circunstances the system details, for the solution selected by the designer, more than one possible solution. The differences may lie in the positioning of bars or in the type of stirrups (Figure 5).

7 CONCLUSIONS Figure 5 - Knowledge based prototype system - detail of reinforcing bars The work covered by this paper is a preliminary version of a system that is still under development. Nevertheless the following conclusions may already be drawn. (1) The proposed model is based on a cognitive interpretation of the design process, provides a systems approach to the design activity and takes into account the problem solving nature of the design process. (2) The implementation process, of putting into practice the main ideas contained in the model, has achieved the status of a working tool. Two possible applications became immediately apparent: - to help human decision making; - to be used for learning. (3) The system can incorporate the designer's own procedures and "grow" relatively easily. It is sufficient to change rules and/or to add new rules to the knowledge base. This characteristic is deemed essential in any knowledge based system and results from the separation between the knowledge base and the inference mechanism. (4) The use of the commercial tool (KAPPA-PC) in the implementation process led to a reduction of implementation time and of the degree of specification required. ACKNOWLEDGEMENTS The first author wish to express her thanks to Junta Nacional de Investigação Científica e Tecnológica and to the Department of Civil Engineering at EST - Algarve University.

8 REFERENCES Bento, J. (1992), Intelligent CAD in structural steel:a cognitive approach, PhD Thesis, Expert Systems Laboratory, Department of Civil Engineering, Imperial College of Science, Technology and Medicine, University of London, U.K.. Blockley, D. (1992), "Engineering from reflective practice", Research in Engineering Design, pp Checkland, P. (1981), Systems thinking, systems practice, John Wiley & Sons. Eurocode Nº 2 (1988), Design of concrete structures. Part 1: General rules and rules for buildings, European Committee for Standardization. Feijó, B. (1988), Fundamental steps towards an intelligent CAD system in structural steel, PhD Thesis, Expert Systems Laboratory, Department of Civil Engineering, Imperial College of Science, Technology and Medicine, University of London, U.K.. Forsyth, R. (1984), Expert Systems: principles and case studies, Chapman and Hall. Goel, V. and Pirolli, P. (1989), "Design within information-processing theory - the design problem space", The AI Magazine, Spring 89, American Association for Artificial Intelligence, pp KAPPA-PC (1992), Reference manual, IntelliCorp, Inc.. REBAP (1983), Regulamento de estruturas de betão armado e pré-esforçado, Decreto-Lei nº 349-C/83 de 30 de Julho. Simon, H. (1969), The sciences of the artificial, MIT Press, Massachusetts, U.S.A..

AIEDAM Special Issue: Sketching, and Pen-based Design Interaction Edited by: Maria C. Yang and Levent Burak Kara

AIEDAM Special Issue: Sketching, and Pen-based Design Interaction Edited by: Maria C. Yang and Levent Burak Kara AIEDAM Special Issue: Sketching, and Pen-based Design Interaction Edited by: Maria C. Yang and Levent Burak Kara Sketching has long been an essential medium of design cognition, recognized for its ability

More information

MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL REALITY TECHNOLOGIES

MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL REALITY TECHNOLOGIES INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 4 & 5 SEPTEMBER 2008, UNIVERSITAT POLITECNICA DE CATALUNYA, BARCELONA, SPAIN MECHANICAL DESIGN LEARNING ENVIRONMENTS BASED ON VIRTUAL

More information

TEMPORAL DIFFERENCE LEARNING IN CHINESE CHESS

TEMPORAL DIFFERENCE LEARNING IN CHINESE CHESS TEMPORAL DIFFERENCE LEARNING IN CHINESE CHESS Thong B. Trinh, Anwer S. Bashi, Nikhil Deshpande Department of Electrical Engineering University of New Orleans New Orleans, LA 70148 Tel: (504) 280-7383 Fax:

More information

TIES: An Engineering Design Methodology and System

TIES: An Engineering Design Methodology and System From: IAAI-90 Proceedings. Copyright 1990, AAAI (www.aaai.org). All rights reserved. TIES: An Engineering Design Methodology and System Lakshmi S. Vora, Robert E. Veres, Philip C. Jackson, and Philip Klahr

More information

THE MECA SAPIENS ARCHITECTURE

THE MECA SAPIENS ARCHITECTURE THE MECA SAPIENS ARCHITECTURE J E Tardy Systems Analyst Sysjet inc. jetardy@sysjet.com The Meca Sapiens Architecture describes how to transform autonomous agents into conscious synthetic entities. It follows

More information

Installing a Studio-Based Collective Intelligence Mark Cabrinha California Polytechnic State University, San Luis Obispo

Installing a Studio-Based Collective Intelligence Mark Cabrinha California Polytechnic State University, San Luis Obispo Installing a Studio-Based Collective Intelligence Mark Cabrinha California Polytechnic State University, San Luis Obispo Abstract Digital tools have had an undeniable influence on design intent, for better

More information

HOW CAN CAAD TOOLS BE MORE USEFUL AT THE EARLY STAGES OF DESIGNING?

HOW CAN CAAD TOOLS BE MORE USEFUL AT THE EARLY STAGES OF DESIGNING? HOW CAN CAAD TOOLS BE MORE USEFUL AT THE EARLY STAGES OF DESIGNING? Towards Situated Agents That Interpret JOHN S GERO Krasnow Institute for Advanced Study, USA and UTS, Australia john@johngero.com AND

More information

Joining Forces University of Art and Design Helsinki September 22-24, 2005

Joining Forces University of Art and Design Helsinki September 22-24, 2005 APPLIED RESEARCH AND INNOVATION FRAMEWORK Vesna Popovic, Queensland University of Technology, Australia Abstract This paper explores industrial (product) design domain and the artifact s contribution to

More information

Towards a Software Engineering Research Framework: Extending Design Science Research

Towards a Software Engineering Research Framework: Extending Design Science Research Towards a Software Engineering Research Framework: Extending Design Science Research Murat Pasa Uysal 1 1Department of Management Information Systems, Ufuk University, Ankara, Turkey ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

SURVEY AND REPRESENTATION METHODOLOGIES IN TEACHING EXPERIENCE

SURVEY AND REPRESENTATION METHODOLOGIES IN TEACHING EXPERIENCE SURVEY AND REPRESENTATION METHODOLOGIES IN TEACHING EXPERIENCE E. Agosto (*), S. Coppo (**), A. Osello (**), F. Rinaudo (*) (*) DITAG, Politecnico di Torino, Corso duca degli Abruzzi, 24 10129 Torino,

More information

Playware Research Methodological Considerations

Playware Research Methodological Considerations Journal of Robotics, Networks and Artificial Life, Vol. 1, No. 1 (June 2014), 23-27 Playware Research Methodological Considerations Henrik Hautop Lund Centre for Playware, Technical University of Denmark,

More information

Information at Early Design Stages

Information at Early Design Stages Information at Early Design Stages ASANOWICZ, Alexander Faculty of Architecture, Technical University of Bialystok, Polnad This paper concentrates on information at the early stages of the design process.

More information

ServDes Service Design Proof of Concept

ServDes Service Design Proof of Concept ServDes.2018 - Service Design Proof of Concept Call for Papers Politecnico di Milano, Milano 18 th -20 th, June 2018 http://www.servdes.org/ We are pleased to announce that the call for papers for the

More information

Project Lead the Way: Principles of Engineering, (POE) Grades 9-12

Project Lead the Way: Principles of Engineering, (POE) Grades 9-12 1. Students will develop an characteristics and scope of technology. 2. Students will develop an core concepts of technology. M Most development of technologies these days is driven by the profit motive

More information

Proposal for the Conceptual Design of Aeronautical Final Assembly Lines Based on the Industrial Digital Mock-Up Concept

Proposal for the Conceptual Design of Aeronautical Final Assembly Lines Based on the Industrial Digital Mock-Up Concept Proposal for the Conceptual Design of Aeronautical Final Assembly Lines Based on the Industrial Digital Mock-Up Concept Fernando Mas 1, Alejandro Gómez 2, José Luis Menéndez 1, and José Ríos 2 1 AIRBUS,

More information

Integration and Communication: Teaching the Key Elements to Successful Product Interface Design Vicki Haberman Georgia Institute of Technology

Integration and Communication: Teaching the Key Elements to Successful Product Interface Design Vicki Haberman Georgia Institute of Technology Integration and Communication: Teaching the Key Elements to Successful Product Interface Design Vicki Haberman Georgia Institute of Technology Introduction The role of the user along with the goals of

More information

A New Approach to Teaching Manufacturing Processes Laboratories

A New Approach to Teaching Manufacturing Processes Laboratories A New Approach to Teaching Manufacturing Processes Laboratories John Farris, Jeff Ray Grand Valley State University Abstract The manufacturing processes laboratory taught in the Padnos School of Engineering

More information

VIRTUAL REALITY TECHNOLOGY APPLIED IN CIVIL ENGINEERING EDUCATION: VISUAL SIMULATION OF CONSTRUCTION PROCESSES

VIRTUAL REALITY TECHNOLOGY APPLIED IN CIVIL ENGINEERING EDUCATION: VISUAL SIMULATION OF CONSTRUCTION PROCESSES VIRTUAL REALITY TECHNOLOGY APPLIED IN CIVIL ENGINEERING EDUCATION: VISUAL SIMULATION OF CONSTRUCTION PROCESSES Alcínia Z. Sampaio 1, Pedro G. Henriques 2 and Pedro S. Ferreira 3 Dep. of Civil Engineering

More information

Introduction to Engineering Design. Part C College Credit Performance

Introduction to Engineering Design. Part C College Credit Performance Introduction to Engineering Design Final Examination Part C College Credit Performance Spring 2007 Student Name: Date: Class Period: Total Points: /50 49 of 99 Page 1 of 9 DIRECTIONS: Complete each of

More information

Socio-cognitive Engineering

Socio-cognitive Engineering Socio-cognitive Engineering Mike Sharples Educational Technology Research Group University of Birmingham m.sharples@bham.ac.uk ABSTRACT Socio-cognitive engineering is a framework for the human-centred

More information

CC532 Collaborative System Design

CC532 Collaborative System Design CC532 Collaborative Design Part I: Fundamentals of s Engineering 5. s Thinking, s and Functional Analysis Views External View : showing the system s interaction with environment (users) 2 of 24 Inputs

More information

Chinese civilization has accumulated

Chinese civilization has accumulated Color Restoration and Image Retrieval for Dunhuang Fresco Preservation Xiangyang Li, Dongming Lu, and Yunhe Pan Zhejiang University, China Chinese civilization has accumulated many heritage sites over

More information

John S. Gero and Udo Kannengiesser, Key Centre of Design Computing and Cognition, University of Sydney, Sydney, NSW 2006, Australia

John S. Gero and Udo Kannengiesser, Key Centre of Design Computing and Cognition, University of Sydney, Sydney, NSW 2006, Australia The situated function behaviour structure framework John S. Gero and Udo Kannengiesser, Key Centre of Design Computing and Cognition, University of Sydney, Sydney, NSW 2006, Australia This paper extends

More information

High School. Prentice Hall. Conceptual Physics (Hewitt) Oregon Science Academic Content Standards (High School)

High School. Prentice Hall. Conceptual Physics (Hewitt) Oregon Science Academic Content Standards (High School) Prentice Hall High School C O R R E L A T E D T O P=Physical science; L=Life science; E=Earth and Space science; S=Scientific inquiry; D=Design (engineering) High School It is essential that these standards

More information

PBL Challenge: Of Mice and Penn McKay Orthopaedic Research Laboratory University of Pennsylvania

PBL Challenge: Of Mice and Penn McKay Orthopaedic Research Laboratory University of Pennsylvania PBL Challenge: Of Mice and Penn McKay Orthopaedic Research Laboratory University of Pennsylvania Can optics can provide a non-contact measurement method as part of a UPenn McKay Orthopedic Research Lab

More information

A Case Study on Actor Roles in Systems Development

A Case Study on Actor Roles in Systems Development Association for Information Systems AIS Electronic Library (AISeL) ECIS 2003 Proceedings European Conference on Information Systems (ECIS) 2003 A Case Study on Actor Roles in Systems Development Vincenzo

More information

ND STL Standards & Benchmarks Time Planned Activities

ND STL Standards & Benchmarks Time Planned Activities MISO3 Number: 10094 School: North Border - Pembina Course Title: Foundations of Technology 9-12 (Applying Tech) Instructor: Travis Bennett School Year: 2016-2017 Course Length: 18 weeks Unit Titles ND

More information

Ce cours: Introduction

Ce cours: Introduction Ce cours: Introduction 1. Les racines: Bletchley, Dartmouth, Logic Theorist 2. Intelligence Artificielle as Search Espace Navigation Critères Logic + Systèmes Experts + + Jeux + + 3. Les promesses de l

More information

Immersive Simulation in Instructional Design Studios

Immersive Simulation in Instructional Design Studios Blucher Design Proceedings Dezembro de 2014, Volume 1, Número 8 www.proceedings.blucher.com.br/evento/sigradi2014 Immersive Simulation in Instructional Design Studios Antonieta Angulo Ball State University,

More information

2014 New Jersey Core Curriculum Content Standards - Technology

2014 New Jersey Core Curriculum Content Standards - Technology 2014 New Jersey Core Curriculum Content Standards - Technology Content Area Standard Strand Grade Level bands Technology 8.2 Technology Education, Engineering, Design, and Computational Thinking - Programming:

More information

Abstract. 1 Introduction

Abstract. 1 Introduction Development of a system for computer-aided design of ship hulls M. Ventura*, C.Rodrigues\ C. Guedes Scares* "Unitfor Marine Technology and Engineering, Institute Superior Tecnico, Universidade Tecnica

More information

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING Edward A. Addy eaddy@wvu.edu NASA/WVU Software Research Laboratory ABSTRACT Verification and validation (V&V) is performed during

More information

Boundary Concepts in System Dynamics

Boundary Concepts in System Dynamics Boundary Concepts in System Dynamics John Trimble Systems and Computer Science Department, Howard University 2300 6 th Street, NW, Washington, D.C. 20059, USA National University of Science and Technology

More information

General Education Rubrics

General Education Rubrics General Education Rubrics Rubrics represent guides for course designers/instructors, students, and evaluators. Course designers and instructors can use the rubrics as a basis for creating activities for

More information

DECISION BASED KNOWLEDGE MANAGEMENT FOR DESIGN PROJECT OF INNOVATIVE PRODUCTS

DECISION BASED KNOWLEDGE MANAGEMENT FOR DESIGN PROJECT OF INNOVATIVE PRODUCTS INTERNATIONAL DESIGN CONFERENCE - DESIGN 2002 Dubrovnik, May 14-17, 2002. DECISION BASED KNOWLEDGE MANAGEMENT FOR DESIGN PROJECT OF INNOVATIVE PRODUCTS B. Longueville, J. Stal Le Cardinal and J.-C. Bocquet

More information

K.1 Structure and Function: The natural world includes living and non-living things.

K.1 Structure and Function: The natural world includes living and non-living things. Standards By Design: Kindergarten, First Grade, Second Grade, Third Grade, Fourth Grade, Fifth Grade, Sixth Grade, Seventh Grade, Eighth Grade and High School for Science Science Kindergarten Kindergarten

More information

User Interface for Multi-Agent Systems: A case study

User Interface for Multi-Agent Systems: A case study User Interface for Multi-Agent Systems: A case study J. M. Fonseca *, A. Steiger-Garção *, E. Oliveira * UNINOVA - Centre of Intelligent Robotics Quinta da Torre, 2825 - Monte Caparica, Portugal Tel/Fax

More information

SOFT 437. Software Performance Analysis. What is UML? UML Tutorial

SOFT 437. Software Performance Analysis. What is UML? UML Tutorial SOFT 437 Software Performance Analysis UML Tutorial What is UML? Unified Modeling Language (UML) is a standard language for specifying, visualizing, constructing, and documenting the artifacts for software

More information

Project Lead the Way: Civil Engineering and Architecture, (CEA) Grades 9-12

Project Lead the Way: Civil Engineering and Architecture, (CEA) Grades 9-12 1. Students will develop an understanding of the J The nature and development of technological knowledge and processes are functions of the setting. characteristics and scope of M Most development of technologies

More information

SITUATED CREATIVITY INSPIRED IN PARAMETRIC DESIGN ENVIRONMENTS

SITUATED CREATIVITY INSPIRED IN PARAMETRIC DESIGN ENVIRONMENTS The 2nd International Conference on Design Creativity (ICDC2012) Glasgow, UK, 18th-20th September 2012 SITUATED CREATIVITY INSPIRED IN PARAMETRIC DESIGN ENVIRONMENTS R. Yu, N. Gu and M. Ostwald School

More information

Co-evolution of agent-oriented conceptual models and CASO agent programs

Co-evolution of agent-oriented conceptual models and CASO agent programs University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2006 Co-evolution of agent-oriented conceptual models and CASO agent programs

More information

Building a bimanual gesture based 3D user interface for Blender

Building a bimanual gesture based 3D user interface for Blender Modeling by Hand Building a bimanual gesture based 3D user interface for Blender Tatu Harviainen Helsinki University of Technology Telecommunications Software and Multimedia Laboratory Content 1. Background

More information

Design Science Research Methods. Prof. Dr. Roel Wieringa University of Twente, The Netherlands

Design Science Research Methods. Prof. Dr. Roel Wieringa University of Twente, The Netherlands Design Science Research Methods Prof. Dr. Roel Wieringa University of Twente, The Netherlands www.cs.utwente.nl/~roelw UFPE 26 sept 2016 R.J. Wieringa 1 Research methodology accross the disciplines Do

More information

Design and Technology Subject Outline Stage 1 and Stage 2

Design and Technology Subject Outline Stage 1 and Stage 2 Design and Technology 2019 Subject Outline Stage 1 and Stage 2 Published by the SACE Board of South Australia, 60 Greenhill Road, Wayville, South Australia 5034 Copyright SACE Board of South Australia

More information

DETC2003/DTM FUNCTIONAL, BEHAVIORAL AND STRUCTURAL FEATURES

DETC2003/DTM FUNCTIONAL, BEHAVIORAL AND STRUCTURAL FEATURES Proceedings of DETC 03 ASME 2003 Design Engineering Technical Conferences and Computers and Information in Engineering Conference Chicago, Illinois USA, September 2-6, 2003 DETC2003/DTM-48684 FUNCTIONAL,

More information

Adopted CTE Course Blueprint of Essential Standards

Adopted CTE Course Blueprint of Essential Standards Adopted CTE Blueprint of Essential Standards 8210 Technology Engineering and Design (Recommended hours of instruction: 135-150) International Technology and Engineering Educators Association Foundations

More information

Human factors and design in future health care

Human factors and design in future health care Human factors and design in future health care Peter Buckle 1, Simon Walne 1, Simone Borsci 1,2 and Janet Anderson 3 1. NIHR London In Vitro Diagnostics Co-operative, Division of Surgery, Department of

More information

Sketching in Design Journals: an Analysis of Visual Representations in the Product Design Process

Sketching in Design Journals: an Analysis of Visual Representations in the Product Design Process a u t u m n 2 0 0 9 Sketching in Design Journals: an Analysis of Visual s in the Product Design Process Kimberly Lau, Lora Oehlberg, Alice Agogino Department of Mechanical Engineering University of California,

More information

Research on the Mechanism of Net-based Collaborative Product Design

Research on the Mechanism of Net-based Collaborative Product Design 2016 International Conference on Manufacturing Science and Information Engineering (ICMSIE 2016) ISBN: 978-1-60595-325-0 Research on the Mechanism of Net-based Collaborative Product Design QINHUA GUO and

More information

VIRTUAL REALITY APPLICATIONS IN THE UK's CONSTRUCTION INDUSTRY

VIRTUAL REALITY APPLICATIONS IN THE UK's CONSTRUCTION INDUSTRY Construction Informatics Digital Library http://itc.scix.net/ paper w78-1996-89.content VIRTUAL REALITY APPLICATIONS IN THE UK's CONSTRUCTION INDUSTRY Bouchlaghem N., Thorpe A. and Liyanage, I. G. ABSTRACT:

More information

LL assigns tasks to stations and decides on the position of the stations and conveyors.

LL assigns tasks to stations and decides on the position of the stations and conveyors. 2 Design Approaches 2.1 Introduction Designing of manufacturing systems involves the design of products, processes and plant layout before physical construction [35]. CE, which is known as simultaneous

More information

The Collaborative Digital Process Methodology achieved the half lead-time of new car development

The Collaborative Digital Process Methodology achieved the half lead-time of new car development The Collaborative Digital Process Methodology achieved the half lead-time of new car development Hiroshi Katoh (Digital Process Ltd.) Abstract A Japanese automotive manufacturer finally achieved the less

More information

Medium Voltage Short Circuit Quick Calculation Tool

Medium Voltage Short Circuit Quick Calculation Tool Medium Voltage Short Circuit Quick Calculation Tool Nuno Filipe Rodrigues Mendes de Oliveira Instituto Superior Técnico Universidade de Lisboa, Av. Rovisco Pais 1049-001 Lisboa, Portugal nuno.r.oliveira@ist.utl.pt

More information

Dam Safety: the search for innovative tools

Dam Safety: the search for innovative tools Dam Safety: the search for innovative tools Eliane Alves Portela and João Bento Department of dams, LNEC, Av. Brasil 101, 1700-066 Lisboa, Portugal Department of civil engineering and architecture, IST,

More information

Intro to Systems Theory and STAMP John Thomas and Nancy Leveson. All rights reserved.

Intro to Systems Theory and STAMP John Thomas and Nancy Leveson. All rights reserved. Intro to Systems Theory and STAMP 1 Why do we need something different? Fast pace of technological change Reduced ability to learn from experience Changing nature of accidents New types of hazards Increasing

More information

Enterprise Architecture 3.0: Designing Successful Endeavors Chapter II the Way Ahead

Enterprise Architecture 3.0: Designing Successful Endeavors Chapter II the Way Ahead Enterprise Architecture 3.0: Designing Successful Endeavors Chapter II the Way Ahead Leonard Fehskens Chief Editor, Journal of Enterprise Architecture Version of 18 January 2016 Truth in Presenting Disclosure

More information

An Exploratory Study of Design Processes

An Exploratory Study of Design Processes International Journal of Arts and Commerce Vol. 3 No. 1 January, 2014 An Exploratory Study of Design Processes Lin, Chung-Hung Department of Creative Product Design I-Shou University No.1, Sec. 1, Syuecheng

More information

Sizing the neutral wire cross-section and minimization of neutral currents using microgeneration in low voltage networks

Sizing the neutral wire cross-section and minimization of neutral currents using microgeneration in low voltage networks Sizing the neutral wire cross-section and minimization of neutral currents using microgeneration in low voltage networks André Braga Instituto Superior Técnico Av. Rovisco Pais, 1049-001 Lisbon, Portugal

More information

MAGNETIC FIELD COMPUTATION DUE TO HIGH VOLTAGE POWER LINES USING EasyMAG

MAGNETIC FIELD COMPUTATION DUE TO HIGH VOLTAGE POWER LINES USING EasyMAG MAGNETIC FIELD COMPUTATION DUE TO HIGH VOLTAGE POWER LINES USING EasyMAG Tony Richard O. Almeida (1), Carlos F. R. Lemos Antunes (2) Laboratório de CAD/CAE (1, 2), I.S.R. (1) Departamento de Engenharia

More information

CAAD FUTURES DIGITAL PROCEEDINGS

CAAD FUTURES DIGITAL PROCEEDINGS CAAD FUTURES DIGITAL PROCEEDINGS 1987 81 Future roles of knowledge-based systems in the design process J. Gero* M. Maher *University of Sydney (Australia) Carnegie Mellon University (U.S.A.) ABSTRACT This

More information

Partners. Mobility Schemes Ensuring ACCESSibility of Public Transport for ALL Users. all.eu

Partners. Mobility Schemes Ensuring ACCESSibility of Public Transport for ALL Users.   all.eu http://www.access-to-all.eu Issue: Nov. 2010 Partners CERTH/HIT Center of Research and Technology Hellas/Hellenic Institute of Transport Scientific Coordinator Greece ERT Europe Research Transport Management

More information

Engineering Design. Conveying Design Through. Engineering Graphics & the

Engineering Design. Conveying Design Through. Engineering Graphics & the Engineering Design Communication Conveying Design Through Graphics Chapter 1 Engineering g Graphics & the Design Process Engineering Graphics Used to: VISUALIZE COMMUNICATE DOCUMENT MANUFACTURE design

More information

Cognition-based CAAD How CAAD systems can support conceptual design

Cognition-based CAAD How CAAD systems can support conceptual design Cognition-based CAAD How CAAD systems can support conceptual design Hsien-Hui Tang and John S Gero The University of Sydney Key words: Abstract: design cognition, protocol analysis, conceptual design,

More information

Determination of the MTF of JPEG Compression Using the ISO Spatial Frequency Response Plug-in.

Determination of the MTF of JPEG Compression Using the ISO Spatial Frequency Response Plug-in. IS&T's 2 PICS Conference IS&T's 2 PICS Conference Copyright 2, IS&T Determination of the MTF of JPEG Compression Using the ISO 2233 Spatial Frequency Response Plug-in. R. B. Jenkin, R. E. Jacobson and

More information

A User-Friendly Interface for Rules Composition in Intelligent Environments

A User-Friendly Interface for Rules Composition in Intelligent Environments A User-Friendly Interface for Rules Composition in Intelligent Environments Dario Bonino, Fulvio Corno, Luigi De Russis Abstract In the domain of rule-based automation and intelligence most efforts concentrate

More information

28 ESSCAD: EXPERT SYSTEM INTEGRATING CONSTRUCTION SCHEDULING WITH CAD DRAWING

28 ESSCAD: EXPERT SYSTEM INTEGRATING CONSTRUCTION SCHEDULING WITH CAD DRAWING 28 ESSCAD: EXPERT SYSTEM INTEGRATING CONSTRUCTION SCHEDULING WITH CAD DRAWING Shou Qing Wang Department of Building, National University of Singapore, Singapore 117566, Tel: 8743561, Fax: 65-7752, E-mail:

More information

DESIGN AGENTS IN VIRTUAL WORLDS. A User-centred Virtual Architecture Agent. 1. Introduction

DESIGN AGENTS IN VIRTUAL WORLDS. A User-centred Virtual Architecture Agent. 1. Introduction DESIGN GENTS IN VIRTUL WORLDS User-centred Virtual rchitecture gent MRY LOU MHER, NING GU Key Centre of Design Computing and Cognition Department of rchitectural and Design Science University of Sydney,

More information

Randall Davis Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology Cambridge, Massachusetts, USA

Randall Davis Department of Electrical Engineering and Computer Science Massachusetts Institute of Technology Cambridge, Massachusetts, USA Multimodal Design: An Overview Ashok K. Goel School of Interactive Computing Georgia Institute of Technology Atlanta, Georgia, USA Randall Davis Department of Electrical Engineering and Computer Science

More information

A Study on the Impacts of Computer Aided Design on the Architectural Design Process

A Study on the Impacts of Computer Aided Design on the Architectural Design Process A Study on the Impacts of Computer Aided Design on the Architectural Design Process Halleh Nejadriahi, Kamyar Arab Abstract Computer-aided design (CAD) tools have been extensively used by the architects

More information

A MULTIMEDIA CONSTELLATION DESIGN METHOD

A MULTIMEDIA CONSTELLATION DESIGN METHOD A MULTIMEDIA CONSTELLATION DESIGN METHOD Bertrand Raffier JL. Palmade Alcatel Space Industries 6, av. JF. Champollion BP 87 07 Toulouse cx France e-mail: b.raffier.alcatel@e-mail.com Abstract In order

More information

EXPERIENCES OF IMPLEMENTING BIM IN SKANSKA FACILITIES MANAGEMENT 1

EXPERIENCES OF IMPLEMENTING BIM IN SKANSKA FACILITIES MANAGEMENT 1 EXPERIENCES OF IMPLEMENTING BIM IN SKANSKA FACILITIES MANAGEMENT 1 Medina Jordan & Howard Jeffrey Skanska ABSTRACT The benefits of BIM (Building Information Modeling) in design, construction and facilities

More information

CONTENTS PREFACE. Part One THE DESIGN PROCESS: PROPERTIES, PARADIGMS AND THE EVOLUTIONARY STRUCTURE

CONTENTS PREFACE. Part One THE DESIGN PROCESS: PROPERTIES, PARADIGMS AND THE EVOLUTIONARY STRUCTURE Copyrighted Material Dan Braha and Oded Maimon, A Mathematical Theory of Design: Foundations, Algorithms, and Applications, Springer, 1998, 708 p., Hardcover, ISBN: 0-7923-5079-0. PREFACE Part One THE

More information

Dr. Charles Watt. Educational Advancement & Innovation

Dr. Charles Watt. Educational Advancement & Innovation Dr. Charles Watt Educational Advancement & Innovation 1 21st Century Education What are the critical skills our undergraduate students need? Technical depth in a particular field Creativity and innovation

More information

Structural Analysis of Agent Oriented Methodologies

Structural Analysis of Agent Oriented Methodologies International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 6 (2014), pp. 613-618 International Research Publications House http://www. irphouse.com Structural Analysis

More information

PBL Challenge: DNA Microarray Fabrication Boston University Photonics Center

PBL Challenge: DNA Microarray Fabrication Boston University Photonics Center PBL Challenge: DNA Microarray Fabrication Boston University Photonics Center Boston University graduate students need to determine the best starting exposure time for a DNA microarray fabricator. Photonics

More information

An Integrated Expert User with End User in Technology Acceptance Model for Actual Evaluation

An Integrated Expert User with End User in Technology Acceptance Model for Actual Evaluation Computer and Information Science; Vol. 9, No. 1; 2016 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education An Integrated Expert User with End User in Technology Acceptance

More information

Methodology. Ben Bogart July 28 th, 2011

Methodology. Ben Bogart July 28 th, 2011 Methodology Comprehensive Examination Question 3: What methods are available to evaluate generative art systems inspired by cognitive sciences? Present and compare at least three methodologies. Ben Bogart

More information

A Three Cycle View of Design Science Research

A Three Cycle View of Design Science Research Scandinavian Journal of Information Systems Volume 19 Issue 2 Article 4 2007 A Three Cycle View of Design Science Research Alan R. Hevner University of South Florida, ahevner@usf.edu Follow this and additional

More information

Visual Art Standards Grades P-12 VISUAL ART

Visual Art Standards Grades P-12 VISUAL ART Visual Art Standards Grades P-12 Creating Creativity and innovative thinking are essential life skills that can be developed. Artists and designers shape artistic investigations, following or breaking

More information

3.6 Implementation. Dr. Tarek A. Tutunji Philadelphia University, Jordan. Engineering Skills, Philadelphia University

3.6 Implementation. Dr. Tarek A. Tutunji Philadelphia University, Jordan. Engineering Skills, Philadelphia University 3.6 Implementation Philadelphia University, Jordan Preview In the previous sequence, Analysis and Design was discussed. In this sequence, Implementation will be presented. Seven Design Steps 1. Define

More information

Digital Fabrication Production System Theory: towards an integrated environment for design and production of assemblies

Digital Fabrication Production System Theory: towards an integrated environment for design and production of assemblies Digital Fabrication Production System Theory: towards an integrated environment for design and production of assemblies Dimitris Papanikolaou Abstract This paper introduces the concept and challenges of

More information

Introduction to adoption of lean canvas in software test architecture design

Introduction to adoption of lean canvas in software test architecture design Introduction to adoption of lean canvas in software test architecture design Padmaraj Nidagundi 1, Margarita Lukjanska 2 1 Riga Technical University, Kaļķu iela 1, Riga, Latvia. 2 Politecnico di Milano,

More information

in the New Zealand Curriculum

in the New Zealand Curriculum Technology in the New Zealand Curriculum We ve revised the Technology learning area to strengthen the positioning of digital technologies in the New Zealand Curriculum. The goal of this change is to ensure

More information

Final Report of the Subcommittee on the Identification of Modeling and Simulation Capabilities by Acquisition Life Cycle Phase (IMSCALCP)

Final Report of the Subcommittee on the Identification of Modeling and Simulation Capabilities by Acquisition Life Cycle Phase (IMSCALCP) Final Report of the Subcommittee on the Identification of Modeling and Simulation Capabilities by Acquisition Life Cycle Phase (IMSCALCP) NDIA Systems Engineering Division M&S Committee 22 May 2014 Table

More information

Understanding Computer Aided Drawing (CAD) Unit Level: Unit Credit Value: 7 GLH: 50 AIM Awards Unit Code: CQ8/2/EA/002 Unique Reference A/600/2374

Understanding Computer Aided Drawing (CAD) Unit Level: Unit Credit Value: 7 GLH: 50 AIM Awards Unit Code: CQ8/2/EA/002 Unique Reference A/600/2374 This unit has 5 learning outcomes 1. Understand the risks to health and safety resulting from the use of computer equipment 1.1. Use the computer equipment and peripheral devices safely 1.2. Identify the

More information

A Context Taxonomy Supporting Public System Design

A Context Taxonomy Supporting Public System Design Faculty of Computer Science, Institute of Software and Multimedia Technology Junior Professorship in Software Engineering of Ubiquitous Systems A Context Taxonomy Supporting Public System Design Pisa,

More information

Geometric reasoning for ergonomic vehicle interior design

Geometric reasoning for ergonomic vehicle interior design Loughborough University Institutional Repository Geometric reasoning for ergonomic vehicle interior design This item was submitted to Loughborough University's Institutional Repository by the/an author.

More information

CONCURRENT AND RETROSPECTIVE PROTOCOLS AND COMPUTER-AIDED ARCHITECTURAL DESIGN

CONCURRENT AND RETROSPECTIVE PROTOCOLS AND COMPUTER-AIDED ARCHITECTURAL DESIGN CONCURRENT AND RETROSPECTIVE PROTOCOLS AND COMPUTER-AIDED ARCHITECTURAL DESIGN JOHN S. GERO AND HSIEN-HUI TANG Key Centre of Design Computing and Cognition Department of Architectural and Design Science

More information

Behaviour-Based Control. IAR Lecture 5 Barbara Webb

Behaviour-Based Control. IAR Lecture 5 Barbara Webb Behaviour-Based Control IAR Lecture 5 Barbara Webb Traditional sense-plan-act approach suggests a vertical (serial) task decomposition Sensors Actuators perception modelling planning task execution motor

More information

Modeling For Integrated Construction System: IT in AEC 2000 Beyond

Modeling For Integrated Construction System: IT in AEC 2000 Beyond WHITE PAPER FOR BERKELEY-STANFORD CE&M WORKSHOP Modeling For Integrated Construction System: IT in AEC 2000 Beyond Elvire Q. Wang Doctorat GRCAO, Faculté de l Aménagement Université de Montréal wangq@ere.umontreal.ca

More information

Application of Definitive Scripts to Computer Aided Conceptual Design

Application of Definitive Scripts to Computer Aided Conceptual Design University of Warwick Department of Engineering Application of Definitive Scripts to Computer Aided Conceptual Design Alan John Cartwright MSc CEng MIMechE A thesis submitted in compliance with the regulations

More information

Years 5 and 6 standard elaborations Australian Curriculum: Design and Technologies

Years 5 and 6 standard elaborations Australian Curriculum: Design and Technologies Purpose The standard elaborations (SEs) provide additional clarity when using the Australian Curriculum achievement standard to make judgments on a five-point scale. They can be used as a tool for: making

More information

AI and ALife as PhD themes empirical notes Luís Correia Faculdade de Ciências Universidade de Lisboa

AI and ALife as PhD themes empirical notes Luís Correia Faculdade de Ciências Universidade de Lisboa AI and ALife as PhD themes empirical notes Luís Correia Faculdade de Ciências Universidade de Lisboa Luis.Correia@ciencias.ulisboa.pt Comunicação Técnica e Científica 18/11/2016 AI / ALife PhD talk overview

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

EA 3.0 Chapter 3 Architecture and Design

EA 3.0 Chapter 3 Architecture and Design EA 3.0 Chapter 3 Architecture and Design Len Fehskens Chief Editor, Journal of Enterprise Architecture AEA Webinar, 24 May 2016 Version of 23 May 2016 Truth in Presenting Disclosure The content of this

More information

On-demand printable robots

On-demand printable robots On-demand printable robots Ankur Mehta Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology 3 Computational problem? 4 Physical problem? There s a robot for that.

More information

Course Title: Tech Studies 1 edits Course Number: NGSSS Benchmark

Course Title: Tech Studies 1 edits Course Number: NGSSS Benchmark Course Title: Tech Studies 1 edits Course Number: 8600510 NGSSS Content Focus Benchmark Number Suggested of Points Cognitive Possible Complexity (per CPALMS) Reporting Category 1: Demonstrate an understanding

More information

SAFETY CASE PATTERNS REUSING SUCCESSFUL ARGUMENTS. Tim Kelly, John McDermid

SAFETY CASE PATTERNS REUSING SUCCESSFUL ARGUMENTS. Tim Kelly, John McDermid SAFETY CASE PATTERNS REUSING SUCCESSFUL ARGUMENTS Tim Kelly, John McDermid Rolls-Royce Systems and Software Engineering University Technology Centre Department of Computer Science University of York Heslington

More information

Michigan State University College of Engineering; Dept. of Electrical and Computer Eng. ECE 480 Capstone Design Course Project Charter Fall 2017

Michigan State University College of Engineering; Dept. of Electrical and Computer Eng. ECE 480 Capstone Design Course Project Charter Fall 2017 Michigan State University College of Engineering; Dept. of Electrical and Computer Eng. ECE 480 Capstone Design Course Project Charter Fall 2017 Team 2: Adaptive 3D Sensing Technology for Rapid NDE: Phase

More information

A Knowledge-Centric Approach for Complex Systems. Chris R. Powell 1/29/2015

A Knowledge-Centric Approach for Complex Systems. Chris R. Powell 1/29/2015 A Knowledge-Centric Approach for Complex Systems Chris R. Powell 1/29/2015 Dr. Chris R. Powell, MBA 31 years experience in systems, hardware, and software engineering 17 years in commercial development

More information