24 resultater (0,23787 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Integrating the Packaging and Product Experience in Food and Beverages - - Bog - Elsevier Science & Technology - Plusbog.dk

Integrating the Packaging and Product Experience in Food and Beverages - - Bog - Elsevier Science & Technology - Plusbog.dk

Integrating the Packaging and Product Experience in Food and Beverages: A Road-Map to Consumer Satisfaction focuses on the interrelationship between packaging and the product experience. In both industry and academia there has been a growing interest in investigating approaches that capture consumer responses to products that go beyond traditional sensory and liking measures. These approaches include assessing consumers' emotional responses, obtaining temporal measures of liking, as well as numerous published articles considering the effect of situation and context in the evaluation of food and beverage products. For fast-moving consumer goods (FMCG) products in particular, packaging can be considered as a contributor to consumer satisfaction. Recent cross-modal research illustrated consumers’ dissatisfaction or delight with a product can be evoked when there is dissonance between the packaging and the product experience. The book includes an extensive overview of an adapted satisfaction scale that has been tailored for the food and beverage sector and which identifies varying satisfaction response modes such as contentment, pleasure, and delight with a product. This is an important development as it provides insights about products that can be used to market specific categories and brands of foods and beverages. The book demonstrates the value of this approach by bringing together case studies that consider the interrelationships between packaging design, shape, on-pack sensory messages, expectations, and consumer satisfaction with the product.

DKK 758.00
1

Wine Tasting - Ronald S. (brock University Jackson - Bog - Elsevier Science & Technology - Plusbog.dk

Steamed Breads - Sidi Huang - Bog - Elsevier Science & Technology - Plusbog.dk

Programmable Logic Controllers - William Bolton - Bog - Elsevier Science & Technology - Plusbog.dk

Pipeline Leak Detection Handbook - Philip Carpenter - Bog - Elsevier Science & Technology - Plusbog.dk

Exact Statistical Inference for Categorical Data - Guogen Shan - Bog - Elsevier Science & Technology - Plusbog.dk

System Assurances - - Bog - Elsevier Science & Technology - Plusbog.dk

Development and Application of Classical Capillary Number Curve Theory - Qigui Ma - Bog - Elsevier Science & Technology - Plusbog.dk

A Practical Introduction to Virtual Reality - Lisa Rebenitsch - Bog - Elsevier Science & Technology - Plusbog.dk

Gut Microbiota - Edward Ishiguro - Bog - Elsevier Science & Technology - Plusbog.dk

Instrumentation and Control Systems - William (formerly Lecturer Bolton - Bog - Elsevier Science & Technology - Plusbog.dk

The Wine Value Chain in China - Roberta Capitello - Bog - Elsevier Science & Technology - Plusbog.dk

DKK 857.00
1

EMC for Product Designers - Tim Williams - Bog - Elsevier Science & Technology - Plusbog.dk

EMC for Product Designers - Tim Williams - Bog - Elsevier Science & Technology - Plusbog.dk

EMC for Product Designers, Fifth Edition, provides all the key information needed to meet the requirements of the EMC compliance standards. More importantly, it shows how to incorporate EMC principles into the product design process, avoiding cost and performance penalties to meet the needs of specific standards that produce a better overall product. As well as covering the 2016 versions of the EU EMC and Radio Directives, this new edition has been thoroughly updated to be in line with the latest best practices in EMC compliance and product design. Coverage now includes extra detail on the main automotive, military, and aerospace standards requirements, as well as a discussion of the issues raised by COTS equipment in military applications. New to this edition are chapters on functional safety, design and installation aspects of switchmode power converters with an introduction to EMC testing of integrated circuits, new details on CISPR 32/35, updates to new versions of the Directives DEF STAN 59-411, DO-160 and MIL STD 461, with more commentary on the implications and requirements of military and aerospace standards, and an added reference to CE Marking for military and problems of COTS. In addition, new sections on IC emissions measurements per IEC 61967 are included, along with new coverage of FFT/time domain receivers, an expanded section on military/aerospace transients, special references to DO160 lightning, added material on MIL STD 461 CE101, RE101, and RS101, the latest practice in PCB layout with a discussion of slots in ground planes, current practice on decoupling, extended coverage of DC-DC converters and motor drives, and a new section on switching inverter (motor drives, renewable energy converters, etc.) installation, and the latest 2016 mandatory regulations of the RTTE and EMC Directives.

DKK 618.00
1

Plant Factory Basics, Applications and Advances - - Bog - Elsevier Science & Technology - Plusbog.dk

Plant Factory Basics, Applications and Advances - - Bog - Elsevier Science & Technology - Plusbog.dk

Plant Factory Basics, Applications, and Advances takes the reader from an overview of the need for and potential of plant factories with artificial lighting (PFALs) in enhancing food production and security to the latest advances and benefits of this agriculture environment. Edited by leading experts Toyoki Kozai, Genhua Niu, and Joseph Masabni, this book aims to provide a platform of PFAL technology and science, including ideas on its extensive business and social applications towards the next-generation PFALs. The book is presented in four parts: Introduction, Basics, Applications, and Advanced Research. Part 1 covers why PFALs are necessary for urban areas, how they can contribute to the United Nations' Sustainable Development Goals, and a definition of PFAL in relation to the term "indoor vertical farm." Part 2 presents SI units and radiometric, photometric, and photonmetric quantities, types, components, and performance of LED luminaires, hydroponics and aquaponics, and plant responses to the growing environment in PFALs. Part 3 describes the indexes and definition of various productivity aspects of PFAL, provides comparisons of the productivity of the past and the present operation of any given PFALs, and compares PFALs with one another from the productivity standpoint by applying the common indexes. Part 4 describes the advances in lighting and their effects on plant growth, breeding of indoor and outdoor crops, production of fruiting vegetables and head vegetables, and concluding with a focus on a human-centered perspective of urban agriculture. Providing real-world insights and experience, Plant Factory Basics, Applications, and Advances is the ideal resource for those seeking to take the next step in understanding and applying PFAL concepts.

DKK 934.00
1

Collision Detection in Interactive 3D Environments - Gino Van Den Bergen - Bog - Elsevier Science & Technology - Plusbog.dk

Collision Detection in Interactive 3D Environments - Gino Van Den Bergen - Bog - Elsevier Science & Technology - Plusbog.dk

The heart of any system that simulates the physical interaction between objects is collision detection-the ability to detect when two objects have come into contact. This system is also one of the most difficult aspects of a physical simulation to implement correctly, and invariably it is the main consumer of CPU cycles. Practitioners, new to the field or otherwise, quickly discover that the attempt to build a fast, accurate, and robust collision detection system takes them down a long path fraught with perils and pitfalls unlike most they have ever encountered. Without in-depth knowledge and understanding of the issues associated with engineering a collision detection system, the end of that path is an abyss that has swallowed many a good programmer! Gino van den Bergen''s new book is the story of his successful journey down that path. The outcome is his well-known collision detection system, the SOftware Library for Interference Detection (SOLID). Along the way, he covers the topics of vector algebra and geometry, the various geometric primitives of interest in a collision system, the powerful method of separating axes for the purposes of intersection testing, and the equally powerful Gilbert-Johnson-Keerthi (GJK) algorithm for computing the distance between convex objects. But this book provides much more than a good compendium of the ideas that go into building a collision system. The curse of practical computational geometry is floating-point arithmetic. Algorithms with straightforward implementations when using exact arithmetic can have catastrophic failures in a floating-point system. Specifically, intersection and distance algorithms implemented in a floating-point system tend to fail exactly in the most important case in a collision system-when two objects are just touching. Great care must be taken to properly handle floating-point round off errors. Gino''s ultimate accomplishment in this book is his presentation on how to correctly implement the GJK distance algorithm in the presence of single-precision floating-point arithmetic. And what better way to illustrate this than with a case study, the final chapter on the design and implementation of SOLID. About the CD-ROM The companion CD-ROM includes the full C++ source code of SOLID 3.5 as well as API documentation in HTML and PDF formats. Both single (32bit) and double (64bit) precision versions of the SOLID SDK plus example programs can be compiled for Linux platforms using GNU g++ version 2.95 to 3.3 and for Win32 platforms using Microsoft Visual C++ version 6.0 to 7.1. Use of the SOLID source code is governed by the terms of either the GNU GPL or the Trolltech QPL (see CD-ROM documentation for details). About the Author Gino van den Bergen is a game developer living and working in The Netherlands. He is the creator of SOLID and holds a Ph.D. in computing science from Eindhoven University of Technology. Gino implemented collision detection and physics in NaN Technologies'' Blender, a creation suite for interactive 3D content.

DKK 965.00
1