Query returned 11501 results.
Minimierung der Prozesskette in der Grobplanungsphase der Produktionsplanung
Kunz, A.; Moryson, R. // 2004
MODELLING OF DISPLACEMENT COMPRESSORS USING MATLAB/SIMULINK SOFTWARE
Sjöstedt, Carl-Johan // 2004
Model based development is increasingly used to minimise costly and time consuming testing of physical prototypes during product development. Modelling and concept evaluation by using computer models ...
MODELLING OF PRODUCT-SERVICE SYSTEMS (PSS) BASES ON THE PDD APPROACH
Weber, C.; Steinbach, M.; Botta, C.; Deubel, T. // 2004
The term “Product-Service Systems” (PSSs) was recently coined for products consisting of material components as well as services (non-material components). They are of increasing interest from a ...
Modelling on Multiple Abstraction Levels
Jörgensen, Kaj A. // 2004
MODELLING THE PROCESS OF CREATING A MUTUAL UNDERSTANDING IN DISTRIBUTED DESIGN TEAMS
Ruiz-Dominguez, G.; Boujut, J-F. // 2004
Cooperation is an important issue in design teamwork. This paper is an attempt to contribute a theoretical framework through the modelling of the process of creating a mutual understanding during ...
MODELS, METHODOLOGY AND FINDING FOCUS: DEALING WITH THE CHALLENGES OF PhD RESEARCH
Flanagan, T.L.; Jänsch, J.F.P. // 2004
This paper discusses the summer school on engineering design research from a student perspective. The two-week course is aimed at postgraduate students who have completed 30-40% of their planned ...
Modern Methods of Machining Sculptured Surfaces
Sova, F.; Cesanek, J.; Hamouz, L.; Jandecka, K.; Kozmin, P. // 2004
Modularization - Not Only A Product Issue
Holmqvist, Tobias; Persson, Magnus // 2004
MODULARIZED LEARNING DOCUMENTS FOR PRODUCT DEVELOPMENT IN EDUCATION AT THE DARMSTADT UNIVERSITY OF TECHNOLOGY
Birkhofer, H.; Weiss, S.; Berger, B. // 2004
At the Darmstadt University of Technology a reworking of educational documents is actually in progress concerning the product development courses of our department product development and machine ...
MORE ON SYNTHESIS OF CONCEPTS AS AN OPTIMAL COMBINATION OF SOLUTION PRINCIPLES
Weiss, M.P.; Gilboa, Y. // 2004
The use of morphologic diagrams in the design of new products suffers from from a major shortcoming: the apparently unsolved problem of finding and designating the potentially better combinations of ...
MOTIVATING STUDENTS IN RESEARCH ORIENTED COURSES IN INDUSTRIAL DESIGN
Demirbilek, O. // 2004
Multi Product Development – New Models and Concepts
Andreasen, M.M.; Mortensen, N.H.; Harlou, U. // 2004
MULTIOBJECTIVE OPTIMISATION IN INDUSTRIAL DESIGN
Cappello, F.; Marchetto, M. // 2004
Since the mid-1980s, there has been a growing interest in solving multiobjective optimization problems using genetic algorithms because they process a set of solutions in parallel allowing to obtain ...
MULTIPLE ATTRIBUTE DECISION MAKING TOWARDS MOST ACCEPTABLE VARIANT SOLUTION
Kljajin, M.; Ivandic, Z.; Kozak, D. // 2004
Modern product development concept is based on the product as a technical system. Developed model in this paper connects the product as a technical system and designer. Different models of decision ...
MULTIPLE PERSPECTIVE ASSESSMENT STRATEGIES FOR GROUP WORK
Williams, A.P.; Gajendran, T. // 2004
The assessment of group work has long been as issue for educators. The issues surrounding the assessment process for groups include assessing individual student’s input or contribution to a group ...
NEW APPROACHES TO IMPROVE V&V METHODS TO FULFIL THE NEEDS OF FAST AND HIGH VOLUME CONSUMER MOBILE TERMINAL DEVELOPMENT
Perttula, Antti O. // 2004
Objective The purpose of this paper is to describe the meaning and the challenges of verification and validation (V&V) in the fast cycle electronics product development. In addition, some practical ...
New developments in Fontys IPE-Projects
van Schenk Brill, D.; Kater, K. // 2004
Since 1995 IPD-projects have been carried out at the Fontys University of Higher Education. IPD stands for Integrated Product Development. In general the structure of those projects does not differ ...
NEW IDEAS FOR KNOWLEDGE MANAGEMENT IN PRODUCT DEVELOPMENT PROJECTS
Weber, C.; Pohl, M.; Steinbach, M. // 2004
Complex product development projects require the handling of information/knowledge from three domains. While product and project related information is at least formally modelled, design process ...
New Knowledge for Systemic Design Engineering of Technical Products
Hosnedl, S.; Vanek, V.; Stadler, C. et al. // 2004
New Product Development and Current Trends in Innovation Management
Vacek, J. // 2004
NEW WAYS TO EDUCATE DESIGNERS THROUGH THE LEARNING OF CRAFT AND NEW CRAFT DESIGN IN THE CREATION OF MATERIAL CULTURE
Gil, J.; Bedolla, D.; Lloveras, J. // 2004
NINE COMPETENCIES, SIX UNITS: INDUSTRIAL DESIGN EDUCATION AT TU/E
Overbeeke, C.J.; Appleby, R.; Janssen Reinen, I.; Vinke, D. // 2004
NON-HIERARCHICAL MIND MAPPING, INTUITIVE LEAPFROGGING, AND THE MATRIX: TOOLS FOR A THREE PHASE PROCESS OF PROBLEM SOLVING IN INDUSTRIAL DESIGN
Kokotovich, V. // 2004
NUMERICAL EXPERIENCE WITH TWO-POINT ADAPTIVE NONLINEARITY APPROXIMATION FOR DESIGN OPTIMIZATION
Magazinović, G. // 2004
In this paper, an extensive numerical examination of the Two-Point Adaptive Nonlinearity Approximation, TANA-3, is provided. This function approximation method is tested against a set of 18 real-life ...
Boolean Searches
The following examples demonstrate some search strings that use boolean operators:
- design community
Find rows that contain at least one of the two words. - +design +community
Find rows that contain both words. - +design community
Find rows that contain the word “design”, but rank rows higher if they also contain “community”. - +design -community
Find rows that contain the word “design” but not “community”. - +design ~community
Find rows that contain the word “design”, but if the row also contains the word “community”, rate it lower than if row does not. - +design +(>community <decisions)
Find rows that contain the words “design” and “community”, or “design” and “decisions” (in any order), but rank “design community” higher than “design decisions” - design*
Find rows that contain words such as “design”, “designs”, “designing”, or “designer”. - "some words"
Find rows that contain the exact phrase “some words” (for example, rows that contain “some words of wisdom” but not “some noise words”). Note that the " characters that enclose the phrase are operator characters that delimit the phrase. They are not the quotation marks that enclose the search string itself.