Sumit Gupta - Böcker
Visar alla böcker från författaren Sumit Gupta. Handla med fri frakt och snabb leverans.
14 produkter
14 produkter
2 098 kr
Skickas inom 10-15 vardagar
The book explores the pertinent aspects of sustainability of green and eco-friendly composites including their development methods and processing, characterization, properties, and applications. Significance for the design and engineering of high-performance green and eco-friendly composites is discussed in the present book. Insights on a wide spectrum of potential advanced applications ranging from automotive and aerospace to biomedical and packaging, etc. using these are highlighted. Further, it discusses life cycle and carbon footprint assessment of sustainable materials.Features:Explores different processing methods of green and eco-friendly compositesDiscusses development and optimization of green nanocomposites for sustainable manufacturingCollates modern green and eco-friendly composites research from theory to applicationCovers hybridization of reinforced fibers on the performance of green and eco-friendly compositesAnalyzes and discusses calculation of carbon footprint and Life Cycle Assessment of compositesThis book is aimed at graduate students and researchers in materials science and engineering, sustainable materials, composites, and nanomaterials.
770 kr
Skickas inom 10-15 vardagar
The book explores the pertinent aspects of sustainability of green and eco-friendly composites including their development methods and processing, characterization, properties, and applications. Significance for the design and engineering of high-performance green and eco-friendly composites is discussed in the present book. Insights on a wide spectrum of potential advanced applications ranging from automotive and aerospace to biomedical and packaging, etc. using these are highlighted. Further, it discusses life cycle and carbon footprint assessment of sustainable materials.Features:Explores different processing methods of green and eco-friendly compositesDiscusses development and optimization of green nanocomposites for sustainable manufacturingCollates modern green and eco-friendly composites research from theory to applicationCovers hybridization of reinforced fibers on the performance of green and eco-friendly compositesAnalyzes and discusses calculation of carbon footprint and Life Cycle Assessment of compositesThis book is aimed at graduate students and researchers in materials science and engineering, sustainable materials, composites, and nanomaterials.
2 369 kr
Skickas inom 10-15 vardagar
This book initiates with an introduction to polymeric materials, followed by various classifications and properties of polymeric implant material including various development methods of polymeric materials and their characterization techniques. An overview of various toxicology assessments of polymeric materials and polymeric materials for drug delivery system is also included. Design and analysis of polymeric materials-based components using Ansys software along with polymeric materials for additively manufactured artificial organs are also discussed.Features:Addresses assessment of polymeric materials in biomedical sciences, including classification, properties, and development of polymeric implantsCovers various topics in the field of tissue regenerationDiscusses biocompatibility, toxicity, and biodegradation of polymeric materialsExplores wide-scale characterization to study the effect of inclusion size on the mechanical properties of polymeric materialsReviews limitations and future directions on polymeric material with emphasis on biocompatibilityThis book is aimed at graduate students and researchers in biomaterials, biomedical engineering, composites, and polymers.
877 kr
Skickas inom 10-15 vardagar
This book initiates with an introduction to polymeric materials, followed by various classifications and properties of polymeric implant material including various development methods of polymeric materials and their characterization techniques. An overview of various toxicology assessments of polymeric materials and polymeric materials for drug delivery system is also included. Design and analysis of polymeric materials-based components using Ansys software along with polymeric materials for additively manufactured artificial organs are also discussed.Features:Addresses assessment of polymeric materials in biomedical sciences, including classification, properties, and development of polymeric implantsCovers various topics in the field of tissue regenerationDiscusses biocompatibility, toxicity, and biodegradation of polymeric materialsExplores wide-scale characterization to study the effect of inclusion size on the mechanical properties of polymeric materialsReviews limitations and future directions on polymeric material with emphasis on biocompatibilityThis book is aimed at graduate students and researchers in biomaterials, biomedical engineering, composites, and polymers.
SPARK: A Parallelizing Approach to the High-Level Synthesis of Digital Circuits
Inbunden, Engelska, 2004
1 584 kr
Skickas inom 10-15 vardagar
Rapid advances in microelectronic integration and the advent of Systems-on-Chip have fueled the need for high-level synthesis, i.e., an automated approach to the synthesis of hardware from behavioral descriptions. SPARK: A Parallelizing High - Level Synthesis of Digital Circuits presents a novel approach to the high-level synthesis of digital circuits -- that of parallelizing high-level synthesis (PHLS). This approach uses aggressive code parallelizing and code motion techniques to discover circuit optimization opportunities beyond what is possible with traditional high-level synthesis. This PHLS approach addresses the problems of the poor quality of synthesis results and the lack of controllability over the transformations applied during the high-level synthesis of system descriptions with complex control flows, that is, with nested conditionals and loops. Also described are speculative code motion techniques and dynamic compiler transformations that optimize the circuit quality in terms of cycle time, circuit size and interconnect costs. We describe the SPARK parallelizing high-level synthesis framework in which we have implemented these techniques and demonstrate the utility of
SPARK: A Parallelizing Approach to the High-Level Synthesis of Digital Circuits
Häftad, Engelska, 2013
1 584 kr
Skickas inom 10-15 vardagar
Rapid advances in microelectronic integration and the advent of Systems-on-Chip have fueled the need for high-level synthesis, i.e., an automated approach to the synthesis of hardware from behavioral descriptions. SPARK: A Parallelizing Approach to the High - Level Synthesis of Digital Circuits presents a novel approach to the high-level synthesis of digital circuits -- that of parallelizing high-level synthesis (PHLS). This approach uses aggressive code parallelizing and code motion techniques to discover circuit optimization opportunities beyond what is possible with traditional high-level synthesis. This PHLS approach addresses the problems of the poor quality of synthesis results and the lack of controllability over the transformations applied during the high-level synthesis of system descriptions with complex control flows, that is, with nested conditionals and loops. Also described are speculative code motion techniques and dynamic compiler transformations that optimize the circuit quality in terms of cycle time, circuit size and interconnect costs. We describe the SPARK parallelizing high-level synthesis framework in which we have implemented these techniques and demonstrate the utility of SPARK's PHLS approach using designs derived from multimedia and image processing applications. We also present a case study of an instruction length decoder derived from the Intel Pentium-class of microprocessors. This case study serves as an example of a typical microprocessor functional block with complex control flow and demonstrates how our techniques are useful for such designs. SPARK: A Parallelizing Approach to the High - Level Synthesis of Digital Circuits is targeted mainly to embedded system designers and researchers. This includes people working on design and design automation. The book is useful for researchers and design automation engineers who wish to understand how the main problems hindering the adoption of high-level synthesis among designers.
462 kr
Skickas inom 5-8 vardagar
About This BookDevelop a set of common applications and solutions with Neo4j and PythonSecure and deploy the Neo4j database in productionA step-by-step guide on implementing and deploying interactive Python-based web applications on graph data modelWho This Book Is ForIf you are a Python developer and want to expand your understanding of Python-based web applications over Neo4j graph data models, this is the book for you.What You Will LearnUnderstand the licensing and installation of the Neo4j database and work with its various tools and utilitiesLearn the intricacies of Cypher as a graph query languageWork with Cypher to create and modify graph data modelsIntegrate Python and Neo4j using Py2neoDevelop REST-based services over social network data using Flask and object graph models over Neo4jIntegrate Django-based web applications over graph data models using NeomodelExplore different deployment models and their applicability with existing applicationsIn DetailPy2neo is a simple and pragmatic Python library that provides access to the popular graph database Neo4j via its RESTful web service interface. This brings with it a heavily refactored core, a cleaner API, better performance, and some new idioms.You will begin with licensing and installing Neo4j, learning the fundamentals of Cypher as a graph query language, and exploring Cypher optimizations. You will discover how to integrate with various Python frameworks such as Flask and its extensions: Py2neo, Neomodel, and Django. Finally, the deployment aspects of your Python-based Neo4j applications in a production environment is also covered. By sequentially working through the steps in each chapter, you will quickly learn and master the various implementation details and integrations of Python and Neo4j, helping you to develop your use cases more quickly.
589 kr
Skickas inom 5-8 vardagar
Tableau Workshop
A practical guide to the art of data visualization with Tableau
Häftad, Engelska, 2022
589 kr
Skickas inom 5-8 vardagar
Learn how to bring your data to life with this hands-on guide to visual analytics with TableauKey FeaturesMaster the fundamentals of Tableau Desktop and Tableau PrepLearn how to explore, analyze, and present data to provide business insightsBuild your experience and confidence with hands-on exercises and activitiesBook DescriptionLearning Tableau has never been easier, thanks to this practical introduction to storytelling with data. The Tableau Workshop breaks down the analytical process into five steps: data preparation, data exploration, data analysis, interactivity, and distribution of dashboards. Each stage is addressed with a clear walkthrough of the key tools and techniques you'll need, as well as engaging real-world examples, meaningful data, and practical exercises to give you valuable hands-on experience.As you work through the book, you'll learn Tableau step by step, studying how to clean, shape, and combine data, as well as how to choose the most suitable charts for any given scenario. You'll load data from various sources and formats, perform data engineering to create new data that delivers deeper insights, and create interactive dashboards that engage end-users.All concepts are introduced with clear, simple explanations and demonstrated through realistic example scenarios. You'll simulate real-world data science projects with use cases such as traffic violations, urban populations, coffee store sales, and air travel delays.By the end of this Tableau book, you'll have the skills and knowledge to confidently present analytical results and make data-driven decisions.What you will learnBecome an effective user of Tableau Prep and Tableau DesktopLoad, combine, and process data for analysis and visualizationUnderstand different types of charts and when to use themPerform calculations to engineer new data and unlock hidden insightsAdd interactivity to your visualizations to make them more engagingCreate holistic dashboards that are detailed and user-friendlyWho this book is forThis book is for anyone who wants to get started on visual analytics with Tableau. If you're new to Tableau, this Workshop will get you up and running. If you already have some experience in Tableau, this book will help fill in any gaps, consolidate your understanding, and give you extra practice of key tools.
401 kr
Skickas inom 5-8 vardagar
3 162 kr
Skickas inom 10-15 vardagar
The book also discusses advanced characterization techniques like X-ray photoelectron, UV spectroscopy, scanning electron, atomic power, transmission electron and laser confocal scanning fluorescence microscopy, and gel electrophoresis chromatography.
3 162 kr
Skickas inom 10-15 vardagar
The book also discusses advanced characterization techniques like X-ray photoelectron, UV spectroscopy, scanning electron, atomic power, transmission electron and laser confocal scanning fluorescence microscopy, and gel electrophoresis chromatography.
4 595 kr
Skickas inom 3-6 vardagar
3 483 kr
Skickas inom 3-6 vardagar