Query returned 11501 results.
Validation as a New Evaluation Method of Modular Design Focused on the Prosumer
Laura Asi // 2022
The modular design harbors a potential development in the prosumer scope that has hardly been previously exploited. Their joint application can lead to products focused on user participation through ...
VARIOUS FORMS OF EXECUTING PEER REVIEWS IN CIVIL ENGINEERING EDUCATION
Heimdal, Anette; Lande, Ingrid // 2022
VIRTUAL LEARNING ENVIRONMENT FOR IMMERSIVE TEACHING OF THE OPERATION OF HIGH-RISK EQUIPMENT IN ARCHITECTURE AND INDUSTRIAL DESIGN WORKSHOPS
Acuña, Alejandro; Melón, Maria // 2022
Virtually Hosted Hackathons for Design Research: Lessons Learned from the International Design Engineering Annual (IDEA) Challenge 2021
Mark Goudswaard (1), Lee Kent (1), Lorenzo Giunta (1), James Gopsill (1), Chris Snider (1), Filip Valjak (2), Kim A. Christensen (3), Harry Felton (1), Daniel Nygård Ege (3), Ricardo M. Real (1), Chris Cox (1), Nikola Horvat (2), Sampsa Kohtala (3), Sindre Wold Eikevåg (3), Tomislav Martinec (2), Marija Majda Perišić (2), Martin Steinert (3), Ben Hicks (1) // 2022
This paper provides an overview and appraisal of the International Design Engineering Annual (IDEA) challenge - a virtually hosted design hackathon run with the aim of generating a design research ...
Visual Ergonomics for Colourblindness: Applying Universal Design Principles in Graphical User Interface to Provide Affordance to the Colourblind Users
Abhinav Basak, Shatarupa Thakurta Roy // 2022
With evolution of Graphical User Interface, the access to the computer interface was expanded to cater to the extreme user categories by providing accessibility features and making the computer ...
‘ART EXPERIENCES’ AS DISRUPTIVE IMPULSE, AND MENTORING FOR NEW DESIGN ENGINEERING EDUCATION STRATEGIES
Wachs, Marina-Elena // 2022
3D sketches in virtual reality and their effect on development times
Seybold, C., & Mantwill, F. // 2021
A COMPARATIVE CASE STUDY OF BIO-BASED MATERIAL DEVELOPMENT BY DESIGNERS USING A DIY APPROACH IN A CIRCULAR CONTEXT
Asbjörn Sörensen, Charlotte; Rosén, Therese // 2021
Recent academic literature on material practices within design has revealed a lack of strategies that can support designers during the different stages of developing bio-based materials when using a ...
A comparison of structured light scanning and photogrammetry for the digitisation of physical prototypes
Freeman Gebler, O., Goudswaard, M., Hicks, B., Jones, D., Nassehi, A., Snider, C., & Yon, J. // 2021
A computational approach to generate design with specific style
Wang, D., Li, J., Ge, Z., & Han, J. // 2021
A conceptual model for integrating design thinking and lean startup methods into the innovation process
Marion, T., Cannon, D., Reid, T., & McGowan, A. // 2021
A conceptual model for organizational competences
Hammouch, H., Hein, A., & Condat, H. // 2021
A control list for the systematic identification of disturbance factors
Welzbacher, P., Vorwerk-Handing, G., & Kirchner, E. // 2021
A data model for linking testbed and field test data
Christopher Sauer, Benjamin Schleich, Sandro Wartzack // 2021
With the help of data-driven methods such as machine learning, the development of the current product generation can be supported and improved through the early use of data from previous products and ...
A data-driven approach to user-experience-focused model-based roadmapping for new product planning
Iuskevich, I., Hein, A., Amokrane-Ferka, K., Doufene, A., & Jankovic, M. // 2021
A design rationale analysis method towards robust artifact design
Tsutsui, Y., Mitake, Y., Sholihah, M., Hosono, S., & Shimomura, Y. // 2021
A DSM-Based Validation Tool for Leveraged Optimization of Internal Control
Hunter, Denise; Klinger, William; Dister, Carl; Browning, Tyson // 2021
When striving to ethically balance opportunity and risk, organizations can become overwhelmed by the number of interrelated processes that must be understood and managed. A DSM-based validation ...
A FMEA based method for analyzing and prioritizing performance risk at the conceptual stage of performance PSS design
Sakwe, J., Pereira Pessoa, M., & Hoekstra, S. // 2021
A framework for design competency assessment
Thandlam Sudhindra, S., & Blessing, L. // 2021
A framework for predicting potential product impact during product design
Mabey, C., Armstrong, A., Mattson, C., Salmon, J., & Hatch, N. // 2021
A fuzzy front-end product development framework for start-ups
Martins Pacheco, N., Vazhapilli Sureshbabu, A., Nürnberger, M., Durán Noy, L., & Zimmermann, M. // 2021
A look into circular economy research: exploring the bio and techno cycles and the need for dual circularity
Metic, J., McAloone, T., & Pigosso, D. // 2021
A methodology to support companies in the first steps towards de-manufacturing
Cappelletti, F., Rossi, M., Germani, M., & Hanif, M. // 2021
A MINIMUM VIABLE SERVICE TO FACILITATE INTERNSHIP FOR DESIGN STUDENTS
Stafseng, Terje // 2021
Internship is an established form of teaching and learning in a variety of study programs. This paper discusses experiences and challenges in organising and implementing internship in the curriculum. ...
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.