Arxiv:2107.07042V1 [Cs.LG] 8 Jul 2021 in This Work, We Represent a Structured Taxonomy-Based Design It Applies to a Design

Total Page:16

File Type:pdf, Size:1020Kb

Arxiv:2107.07042V1 [Cs.LG] 8 Jul 2021 in This Work, We Represent a Structured Taxonomy-Based Design It Applies to a Design Proceedings of the 2021 ASME International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC/CIE 2021 August 17-20, 2021, Virtual, Online DETC2021-70840 CLASSIFYING COMPONENT FUNCTION IN PRODUCT ASSEMBLIES WITH GRAPH NEURAL NETWORKS Vincenzo Ferrero, Bryony DuPont Kaveh Hassani, Daniele Grandi Design Engineering Laboratory Autodesk, Inc. Oregon State University Autodesk Research Corvallis, Oregon, 97331 San Rafael, CA 94903 Email: [email protected] Email: [email protected] Email: [email protected] Email: [email protected] ABSTRACT 1 INTRODUCTION Function is defined as the ensemble of tasks that enable the Function-based design is a foundational tenet in product de- product to complete the designed purpose. Functional tools, sign [1]. Function is defined as the application of the product such as functional modeling, offer decision guidance in the early purpose toward solving a design problem [2, 3]. Components phase of product design, where explicit design decisions are yet within the product complete sub-functions necessary to materi- to be made. Function-based design data is often sparse and alize the overarching product function. In product design, func- grounded in individual interpretation. As such, function-based tional modeling is used to support and guide designers during design tools can benefit from automatic function classification to early conceptual design phases [4, 5]. Here, a designer deter- increase data fidelity and provide function representation models mines the sub-functions needed to complete the primary prod- that enable function-based intelligent design agents. Function- uct function and purpose [1]. These sub-functions are connected based design data is commonly stored in manually generated through flows that capture their interactions. In practice, these design repositories. These design repositories are a collection flows represent material, energy, and signal transfer [6]. of expert knowledge and interpretations of function in product Currently, function-based design suffers from subjectivity design bounded by function-flow and component taxonomies. caused by the designer’s interpretation of function and flow as arXiv:2107.07042v1 [cs.LG] 8 Jul 2021 In this work, we represent a structured taxonomy-based design it applies to a design. Efforts have been made to standardize repository as assembly-flow graphs, then leverage a graph neu- function and flow into taxonomies to limit subjectivity, while ral network (GNN) model to perform automatic function classi- increasing shared domain understanding [6]. The standardiza- fication. We support automated function classification by learn- tion of function-based design principles has led to meaningful ing from repository data to establish the ground truth of com- curation of taxonomy-based design repositories [7, 8, 9]. While ponent function assignment. Experimental results show that our these design repositories have been widely accepted into liter- GNN model achieves a micro-average F1-score of 0.832 for tier 1 ature, there remain challenges in function interpretation defined (broad), 0.756 for tier 2, and 0.783 for tier 3 (specific) functions. by designer expertise in function-based design. The human inter- Given the imbalance of data features, the results are encourag- pretation and assignment of function have generated repositories ing. Our efforts in this paper can be a starting point for more that are often unorganized, sparse, and unbalanced. sophisticated applications in knowledge-based CAD systems and Low data quality and scarcity of design repositories have Design-for-X consideration in function-based design. led to an under-utilization of deep learning methods in the data- 1 Copyright © 2021 by ASME driven product design field [10,11], as they require large amounts In the context of our work, functional modeling supports of data [12, 13]. Prior work addressed the issue of scarce the use of automated reasoning systems, as well as facilitat- structured design knowledge datasets by automatically extract- ing communication and understanding between designers and ing function knowledge from a corpus of mechanical engineer- co-creative agents, both of which could benefit from a better- ing text to construct a design knowledge base [14]. For modali- shared understanding of the problem when working on a creative ties of data other than text, researchers relied on synthetic design task [26, 27, 15]. We see function as an important theoretical el- data [15], small amounts of curated knowledge [16], or scraped ement to allow an intelligent design agent to better understand public online design repositories and manually labeled design the designer’s intent when co-creating with the designer. Pre- knowledge [17, 18]. Yet, it remains challenging to apply data- dicting low-level functions of a design is an initial step towards driven methods in the field of mechanical design [19, 20]. How- this vision. The work we present here contributes the following: ever, recent progress in graph representation learning and graph neural networks (GNNs), show promise in knowledge discovery 1. A novel approach to automatically predict the function of a in sparse datasets [21,22]. Rapid advancements in deep learning part in an assembly using graph neural networks. for sparse datasets present an opportunity to apply such meth- 2. A publicly available relational assembly graph model to rep- ods on design repository data to forward the state-of-the-art in resent design repository data. data-driven design, specifically in the context of function-based 3. Experimental results of part function classification from a design shared understanding, standardization, and computer rep- graph representation of the assembly. resentation. In this body of work, we use the Oregon State Design Repository In this paper, we use GNNs and sparse data from a design (OSDR) as our structured taxonomy-based data source [28, 29]. repository to classify component function based on assembly We provide a publicly available subset of the OSDR dataset used and flow relationships. We represent data from a hierarchical in our work, the assembly graphs representing the OSDR data, taxonomy-based design repository through graphs. The focus of and the GNN implementation for the research community to these graphs is to capture function-flow-assembly relationships leverage in future work 1. Furthermore, graph representation of within products housed in the design repository. We then intro- the OSDR can be leveraged in data searching tasks and other duce a hierarchical GNN framework that capitalizes on the three- GNN tasks beyond function classification. GNN and OSDR tier hierarchical nature of the repository data. Using the hierar- graph representations can be used to ascertain design knowledge chical GNN, we classify component function in three tiers rang- on material choice, assembly order, failure modes, Design for the ing from broad primary functions to detailed tertiary functions as Human Element, Design for the Environment and component- introduced in previous literature [6]. We exhaustively evaluate system classification tasks. our GNN framework using four types of GNN layers and com- pare its results against other feed-forward networks to determine the fidelity of our proposed GNN architecture. We also compare 2 BACKGROUND our hierarchical GNN architecture against independently trained In this section, we introduce fundamental concepts and re- GNNs for each component function tier. The performance of our search supporting the extraction of functional knowledge using GNN framework is presented and subsequently explored through GNNs. Here, we introduce literature in function-based product confusion matrices and feature importance analysis. design in the context of design support and deep learning. Next, design repositories are discussed as a source of semantic prod- 1.1 Specific Contributions uct data that can be used in modern deep learning techniques. The research presented here contributes to the area of Finally, literature and background are established for graph rep- function-based data-driven product design by leveraging recent resentation and GNNs. developments in graph representation learning to enable a more descriptive shared understanding between humans and comput- 2.1 Function-based Product Design ers about the function of parts in an assembly. Our interest in Function-based design has been used as a bridge to bring function classification stems from recent work that applies data- Design-for-X (DfX) objectives, such as Design for the Environ- driven approaches to various engineering design tasks [10], such ment, from post-design analysis to the earlier design phases of as searching a design space [23], model-based systems engineer- product development. To this end, function-based design has ing [24], or selecting appropriate manufacturing methods [17]. been used with life-cycle assessment data to provide function- Such work points towards intelligent design agents enabled by based sustainable design knowledge to designers [30, 31, 32]. In knowledge-based design systems, which have been explored by human-centered product design, function has been related to hu- the design research community over many years [25, 10]. man error and interaction points to determine which functions need special consideration for ergonomics [33,34]. These recent 1 https://github.com/VincenzoFerrero/OSDR-GNN 2 Copyright © 2021 by ASME developments in function-based
Recommended publications
  • Towards a New Innovation Landscape
    Towards a New Innovation Landscape Editors: Erik Bohemia, Ahmed Kovacevic, Lyndon Buck, Ross Brisco, Dorothy Evans, Hilary Grierson, William Ion and Robert Ian Whitfield PROCEEDINGS OF THE 21ST INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION, DEPARTMENT OF DESIGN, MANUFACTURING AND ENGINEERING MANAGEMENT, UNIVERSITY OF STRATHCLYDE, UNITED KINGDOM, 12TH 13TH SEPTEMBER 2019 Towards a New Innovation Landscape Erik Bohemia Oslomet University, Design Education Society Special Interest Group, Design Society Ahmed Kovacevic City University, Design Education Society Special Interest Group, Design Society Lyndon Buck Buckinghamshire New University, Art & Design, Design Media & Management Ross Brisco University of Strathclyde Dorothy Evans University of Strathclyde Hilary Grierson University of Strathclyde William Ion University of Strathclyde Robert Ian Whitfield University of Strathclyde E&PDE 2019 Cover credit: pirates-at-tall-ship © Copyright 2019 Glasgow Convention Bureau Copyright © 2019 Institution of Engineering Designers, The Design Society Institution of Engineering Designers Courtleigh, Westbury Leigh, Westbury, Wiltshire, BA13 3TA, United Kingdom +44 (0)1373 822801 www.ied.org.uk The Institution of Engineering Designers is a charitable body, incorporated by Royal Charter registered in the UK No: 1145678 The Design Society University of Strathclyde, 75 Montrose Street, Glasgow, G1 1XJ, United Kingdom www.designsociety.org The Design Society is a charitable body, registered in Scotland: SC 031694. Registered Company
    [Show full text]
  • Parametric Design Thinking About Digital and Material Surface Patterns
    INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 6 & 7 SEPTEMBER 2018, DYSON SCHOOL OF DESIGN ENGINEERING, IMPERIAL COLLEGE, LONDON, UNITED KINGDOM PARAMETRIC DESIGN THINKING ABOUT DIGITAL AND MATERIAL SURFACE PATTERNS Wenche LYCHE, Arild BERG and Kristin ANDREASSEN OsloMet – Oslo Metropolitan University ABSTRACT There is a growing need in contemporary society to understand new and emerging relationships between technology and creativity. In practice-oriented areas of education such as design, many instructors have come to understand the importance of different learning styles and how students benefit when presentation of new material is varied to reach all students. The concept of parametric design thinking enabled by advanced computational processes has recently been identified as a relevant approach to design education. The present research further explores parametric design thinking through two case studies of design workshops in an educational context and how this approach can promote diversity. The first case (Robotised Clay Workshop) documents material exploration and creative and aesthetic possibilities in digitalised clay processes. The second case (Surface Patterns in Textiles: From Tradition to Digitalisation and Back) explores digitalised processes in hybrid textile design. The two case studies contribute to the exploration of parametric design thinking as an educational approach and discuss digitalisation and the relations of body, hand and mind in terms of the Vygotskyan ‘zone of proximal development’. This content was synthesised for a workshop on surface patterns for third-year bachelor design students. The paper identifies some potentials and pitfalls of this pedagogical approach and concludes that students’ awareness of conformity and diversity in the design process can be used as a starting point to explore digital surface patterns, offering students a new way of learning about function, aesthetics and product semantics through parametric design thinking.
    [Show full text]
  • The 19Th International Conference on Engineering Design August 19 (Mon) - 22 (Thu), 2013 Sungkyunkwan University, Seoul, Korea
    ISSN: 2226-8790 The 19th International Conference on Engineering Design August 19 (Mon) - 22 (Thu), 2013 Sungkyunkwan University, Seoul, Korea www.iced13.org PROGRAMME & ABSTRACT BOOK 19 August 2013 20 August 2013 21 August 2013 22 August 2013 MONDAY TUESDAY WEDNESDAY THURSDAY 07:30 – 09:00 Registration Registration Registration Registration 08:45 – 10:15 Opening Ceremony 09:00 – 10:15 Podium Sessions Podium Discussion Sessions Workshops Sessions Podium Discussion Sessions Workshops Sessions Podium Discussion Sessions 10:15 – 10:45 Keynote Break Break Break Break 10:45 - 11:15 10:45 – 12:15 Podium Sessions Podium Discussion Sessions Workshops Sessions Podium Discussion Sessions Workshops Sessions Podium Discussion Sessions Podium Sessions Podium Discussion Sessions Workshops 12:20– 13:20 Lunch Lunch Lunch Lunch 12:50 – 13:50 Keynote Keynote 13:30 – 14:00 13:30 - 14:00 13:30 - 14:00 (14:00 - 14:15) (14:00 - 14:15) Podium Sessions Podium Discussion Sessions 14:00 – 15:30 Break 14:45 - 15:15 Podium Sessions Podium Discussion Sessions Workshops Sessions Podium Discussion Sessions Workshops Keynote Podium Sessions Podium Discussion Sessions Workshops 15:15 - 15:45 15:30 – 16:00 Break Break Break 15:45 - 16:15 Closing Ceremony 15:50 - 16:30 Design Society 16:00 – 17:30 General Meeting 16:00 – 17:30 Closing Reception Podium Sessions Podium Discussion Sessions Workshops 16:30 - 17:30 Podium Sessions Podium Discussion Sessions Workshops Short Palace Tour 17:30 – 18:30 Welcome Reception 17:30 - 19:30 17:30 – Young Members Event 18:00 – 20:00 Conference Banquet 18:30 – 22: 00 The 19th International Conference on Engineering Design 19th-22nd August 2013 Sungkyunkwan University Seoul, Korea Organised by the Creative Design Institute and the Design Society PROGRAMME & ABSTRACT BOOK Edited by Udo Lindemann Srinivasan Venkataraman Yong Se Kim Sang Won Lee Sponsors Conference Sponsors We are proud of the collaborations formed with the conference sponsors listed below, and are very grateful for the contributions they have made to the conference.
    [Show full text]
  • Describing Methods Completely and Standardised
    INTERNATIONAL DESIGN CONFERENCE - DESIGN 2002 Dubrovnik, May 14 - 17, 2002. CLEANING UP DESIGN METHODS – DESCRIBING METHODS COMPLETELY AND STANDARDISED H. Birkhofer, H. Kloberdanz, B. Berger and T. Sauer Keywords: Industrial learning, Design Education, Process modeling, standardised structures of methods, description of design methods, innovation methods 1. Introduction In the context of globalisation and new information and communication technologies, different requirements for product development arise. Flexibility and quick reactions of industrial companies are becoming more important, reflected in shorter product life cycles and increased product complexities. Thus, the optimisation of product development processes is increasing in importance. Within the collaboration project “thekey to innovation” (thekey) it was aimed to optimise the description of product development methods using a standardised, extensive, and thorough framework. In collaboration with other technical universities, a common product development method pool should be built up and integrated in the prospective thekey learning, training, and teaching system. 2. State-of-the-art In the range of product development a multitude of established and new design methods can be found in literature, method collections or databases. Examples are well known references such as [Pahl/Beitz, 1996] or [Ehrlenspiel, 1995], who assign design methods to certain design phases of product development or relate them to special access items. Within the internet the so-called MAP- Tool [MAP] is an example for a method collection especially arranged for industrial users. Approaches to characterising design methods and configuring them for flexible use are presented in [Helbig, 1994] and [Zanker, 2000]. However, the description often varies concerning the kind and volume, and is very often insufficient for applying methods in design projects.
    [Show full text]
  • Looking at the Design Society Journal: Attempts of Design Authorship in Graphic Design from Singapore, 2009 – 2013
    Looking at The Design Society Journal: Attempts of design authorship in graphic design from Singapore, 2009 – 2013 Wen Da Kong / Independent Researcher / Singapore Blucher Design Proceedings Abstract November 2016, The Design Society (TDS) was recently established in Singapore and runs ‘The Design Society Number 1, Volume 1 http://www.proceeding Journal’ (TDSJ), a self-published design magazine documenting Singapore’s visual culture. As s.blucher.com.br/articl designer-editors, they aim to cultivate graphic design discourse in Singapore through critical e-list/icdhs2016/list journalism. This posits their practice as design authorship and TDSJ as ‘designer-authored’ history. This paper presents a brief study on the first eight issues of TDSJ (2009 to 2013) using an analytical framework mainly from the ideas of Michael Rock, Steven McCarthy and Teal Triggs. An investigation into three areas—editorial structure, textual content, and designed form—reveals that TDSJ is still a work-in-progress while unravelling the publisher’s ideology. It suggests the expansion and refinement of theories on design authorship by addressing the com- plications involved when discussed transnationally against other distinguished Euro-American examples. With the increasing interest in studying these graphic artefacts, this provisional read- ing presents another perspective to the current discourse on design authorship. Keywords Graphic design history, design authorship, designer-authored history, designer-authored maga- zine, critical journalism, graphic design criticism Introduction There are increasing interests in examining design magazines as graphic artefacts for a study of history (Fallan, 2012), through scholarship on self-published graphic design magazines mostly framed around the theories of graphic or design authorship.
    [Show full text]
  • Analysis of Co-Design Scenarios and Activities for the Development of a Spatial-Augmented Reality Design Platform
    INTERNATIONAL DESIGN CONFERENCE - DESIGN 2018 https://doi.org/10.21278/idc.2018.0504 ANALYSIS OF CO-DESIGN SCENARIOS AND ACTIVITIES FOR THE DEVELOPMENT OF A SPATIAL-AUGMENTED REALITY DESIGN PLATFORM F. Morosi, I. Carli, G. Caruso, G. Cascini, V. Dhokia and F. Ben Guefrache Abstract This paper discusses how Spatial Augmented Reality (SAR) can support design sessions in the fields of product, interface and packaging design. We analyse how the scope of a design session and the type of collaboration require different features of the SAR technology. We benchmark a SAR platform under development within the SPARK project (http://spark-project.net/) and state of the art solutions against the proposed classification framework to evaluate the current state of the platform, its limitations and to outline SAR technology requirements for future development possibilities. Keywords: spatial augmented reality (SAR), mixed prototype, collaborative design, participatory design, design creativity 1. Introduction Idea generation is the first essential process in all industrial design activities: given a problem or defined a set of requirements, the designers need to create a group of suitable possible solutions to address them. Despite its importance, only a few ICT tools exist to support the idea generation phase. In most cases, they replicate in digital form the tools typically used to facilitate brainstorming sessions (e.g. post-it notes, whiteboards, mind maps etc.) or they provide access to relevant external knowledge (e.g. patents in other fields of application addressing similar problems). However, there are no solutions on the market specifically tailored to enhance collaborative idea generation activities involving design practitioners and other people (e.g.
    [Show full text]
  • Using the New Working Space Model for the Development of Hygienic Products
    INTERNATIONAL DESIGN CONFERENCE - DESIGN 2018 https://doi.org/10.21278/idc.2018.0142 USING THE NEW WORKING SPACE MODEL FOR THE DEVELOPMENT OF HYGIENIC PRODUCTS J.-P. Beetz, P. D. Schlemmer, H. Kloberdanz and E. Kirchner Abstract Hygienic design is of fundamental importance in the development of food processing machines. A hygiene appropriate design leads to lower maintenance work for machine operators and to clean food free of contamination. Designers have access to plenty of guidelines that support the embodiment design and detailing of specific equipment. The Working Space Model is a suitable adaptation of the well- known and established Contact & Channel Model, which aids designers in systematically considering hygiene-relevant requirements during the conceptual design. Keywords: hygienic design, conceptual design, design for x (DfX), early design phase 1. Introduction: Hygienic Design Hygienic Design is a key discipline in the development of food-processing machinery with the aim of reducing risks of contamination. Hygienic Design guidelines support designers during the embodiment design or detailing by giving exemplary illustrations of specific components about possibilities to minimise the risk of contamination. They mainly consist of figurative illustrations like examples that show design suggestions for specific components (Beetz et al., 2017). However, they do not fully exploit the potentials of Hygienic Design since these guidelines mainly focus late design phases. This paper presents an approach to extend Hygienic Design in order to support designers developing new and innovative hygienic products especially during early design phases. The established Contact & Channel Model represents a mostly suitable approach for the early consideration of functional and design requirements.
    [Show full text]
  • Integrating Sustainability in Product Requirements
    INTERNATIONAL DESIGN CONFERENCE - DESIGN 2018 https://doi.org/10.21278/idc.2018.0377 INTEGRATING SUSTAINABILITY IN PRODUCT REQUIREMENTS M. Watz and S. I. Hallstedt Abstract Trade-offs between sustainability criteria and engineering design variables can lead to sub-optimisations and costly short-term priorities. This study explores how sustainability requirements can be identified and integrated in product requirements to guide strategic and tactical decisions in product development including sustainability perspectives. Literature review and action research resulted in a proposed systematic approach that: define sustainability criteria and indicators; use correlation analysis with QFD; and adds identified specific sustainability requirements to requirement list. Keywords: sustainability, requirements management, early design phase, product development 1. Introduction The sustainability performance of a product is highly dependent on decisions made early in the concept phase of product development (Hallstedt, 2017). In this phase, the basic components of a new design are conceptualised through identification of business opportunities, generation and selection of ideas, and, finally, product and technology development (Koen et al., 2001). Sustainability-related design variables are therefore important to identify and use in the early phases to guide a development towards more sustainable solutions (Byggeth et al., 2007). This research aims to explore and learn from previous research how sustainability requirements have been identified and integrated in the product requirements to guide product development. Previous research has shown that there is a desire among product development practitioners to integrate sustainability criteria into decision support systems (Knight and Jenkins, 2009; Zetterlund et al., 2016). Sustainability aspects might otherwise be given less priority (Gaziulusoy et al., 2013).
    [Show full text]
  • Design Science
    Design Science http://journals.cambridge.org/DSJ Additional services for Design Science: Email alerts: Click here Subscriptions: Click here Commercial reprints: Click here Terms of use : Click here Design Science: Why, What and How Panos Y. Papalambros Design Science / Volume 1 / July 2015 / e1 DOI: 10.1017/dsj.2015.1, Published online: 24 July 2015 Link to this article: http://journals.cambridge.org/abstract_S2053470115000013 How to cite this article: Panos Y. Papalambros (2015). Design Science: Why, What and How. Design Science, 1, e1 doi:10.1017/dsj.2015.1 Request Permissions : Click here Downloaded from http://journals.cambridge.org/DSJ, IP address: 178.162.199.100 on 27 Jul 2015 Editorial Design Science: Why, What and How Panos Y. Papalambros The Design Science journal is a designed product, maybe also a designed product- service system. After all the insights, experiences, data collections and scientific analyses have played their role, bringing a design into existence remains an act of faith. This journal is no exception. It is a collective act of faith by a large number of people who have put themselves forth as authors, readers, editors, reviewers, producers and sponsors. Why do we believe in this journal? What are its scope and purpose? How will we achieve them? We share our thoughts on these questions below. We start with a discussion of the `why' as it emerged from my own interactions with the community. Next we address the `what' question. We asked our Editorial Board to offer an individual statement on the `what' of design science: what they see as current and future design science research.
    [Show full text]
  • Cpm/Pdd As an Integrated Product and Process Model for a Design-Thinking Based, Agile Product Development Process
    INTERNATIONAL DESIGN CONFERENCE - DESIGN 2018 https://doi.org/10.21278/idc.2018.0311 CPM/PDD AS AN INTEGRATED PRODUCT AND PROCESS MODEL FOR A DESIGN-THINKING BASED, AGILE PRODUCT DEVELOPMENT PROCESS T. F. Luedeke, C. Köhler, J. Conrad, M. Grashiller, T. Ruf, A. Sailer and M. Vielhaber Abstract This contribution describes an approach for an agile product development process for technical products considering the outputs of Design Thinking. As backbone serves the integrated product and process modelling theory CPM/PDD. The overall process reflects three different perspectives: stakeholder, product owner and development team. The approach transfers the agile development from software to hardware and focuses on solving the problems within the perspectives observed in practice. Keywords: design thinking, design theory, design practice, agile development, CPM/PDD 1. Innovation pressure through market-oriented competition and digitalization 1.1. New challenges When customers buy a product, they are mainly interested in meeting their needs. The questions of “how?” or “how long does it take?” to develop a product that fulfils their requirements do not matter to them (Ries, 2011). Furthermore, customers only buy a product when its properties are both perceived and significant to them (Kleinaltenkamp and Saab, 2009). So, the target of product development is to fulfil customer requirements in the most efficient way. But therefore it is critical-to-success to find out what customers really need. This problem is close to ISO 8402’s definition of quality, which furthermore states that there are stated and implied needs (ISO, 1994). Today's markets are characterized by market- oriented competition that leads to predatory competition (Kleinaltenkamp and Saab, 2009).
    [Show full text]
  • Proceedings of the 18Th International Conference on Engineering Design (ICED11)
    Downloaded from orbit.dtu.dk on: Dec 18, 2017 Proceedings of the 18th International Conference on Engineering Design (ICED11) Book of Abstracts Maier, Anja; Mougaard, Krestine; Howard, Thomas J.; McAloone, Tim C. Publication date: 2011 Document Version Publisher's PDF, also known as Version of record Link back to DTU Orbit Citation (APA): Maier, A., Mougaard, K., Howard, T. J., & McAloone, T. C. (2011). Proceedings of the 18th International Conference on Engineering Design (ICED11): Book of Abstracts. Design Society. (ICED 11; No. DS 68-11). General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. 18TH INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN, 15 - 18 August 2011 IMPACTING SOCIETY THROUGH ENGINEERING DESIGN PROGRAMME & ABSTRACT BOOK 15 August 2011 16 August 2011 17 August 2011 18 August 2011 19 August 2011 TIME MONDAY TUESDAY
    [Show full text]
  • DESIGN SOCIETY E-NEWS, APRIL 2014 Dear Colleagues Please Find
    DESIGN SOCIETY E-NEWS, APRIL 2014 Dear colleagues Please find below the Design Society e-News. We have reduced its length and have instead included links to additional information on the various topics. If you have any information that needs to be communicated to our colleagues, please do not hesitate to send the information in a timely manner to [email protected]. We are setting up a web site to automate the submittal of information to the Newsletter, we will inform you when it will be operational ----------------------------------------------------------------------- *** ICED’15 – MILANO, ITALY July 27-31, 2015 – http://www.designsociety.org/news/192/iced15_the_20th_international _conference_on_engineering_design_27-31st_july_2015 ----------------------------------------------------------------------- ------------------------------------------------------------------------ *** NEWS OF THE DESIGN SOCIETY SPECIAL INTEREST GROUPS *** ------------------------------------------------------------------------ ------------------------------------------------------------------------ *** OTHER NEWS OF INTEREST – CONFERENCES AND WORKSHOPS *** ------------------------------------------------------------------------ 2ND INTERNATIONAL SPRING SCHOOL ON SYSTEMS ENGINEERING (IS3E), 12 - 16 MAY 2014, GARCHING (NEAR MUNICH), GERMANY Website: http://www.is3e.eu The 13th INTERNATIONAL DESIGN CONFERENCE May 19-22, 2014 Cavtat near DUBROVNIK, Croatia. http://www.designconference.org/ INTERNATIONAL CONFERENCE ON 'DESIGN FOR SUSTAINABLE WELL- BEING AND
    [Show full text]