Browse Results

Showing 21,201 through 21,225 of 82,334 results

Practical Hadoop Ecosystem: A Definitive Guide to Hadoop-Related Frameworks and Tools

by Deepak Vohra

Learn how to use the Apache Hadoop projects, including MapReduce, HDFS, Apache Hive, Apache HBase, Apache Kafka, Apache Mahout, and Apache Solr. From setting up the environment to running sample applications each chapter in this book is a practical tutorial on using an Apache Hadoop ecosystem project.While several books on Apache Hadoop are available, most are based on the main projects, MapReduce and HDFS, and none discusses the other Apache Hadoop ecosystem projects and how they all work together as a cohesive big data development platform.What You Will Learn:Set up the environment in Linux for Hadoop projects using Cloudera Hadoop Distribution CDH 5Run a MapReduce jobStore data with Apache Hive, and Apache HBaseIndex data in HDFS with Apache SolrDevelop a Kafka messaging systemStream Logs to HDFS with Apache FlumeTransfer data from MySQL database to Hive, HDFS, and HBase with SqoopCreate a Hive table over Apache SolrDevelop a Mahout User Recommender SystemWho This Book Is For:Apache Hadoop developers. Pre-requisite knowledge of Linux and some knowledge of Hadoop is required.

Practical Hacking Techniques and Countermeasures

by Mark D. Spivey

Examining computer security from the hacker's perspective, Practical Hacking Techniques and Countermeasures employs virtual computers to illustrate how an attack is executed, including the script, compilation, and results. It provides detailed screen shots in each lab for the reader to follow along in a step-by-step process in order to duplicate an

A Practical Guide To X Window Programming: Developing Applications with the XT Intrinsics and OSF/Motif

by Brian J. Keller

A Practical Guide to X Window Programming is a basic guide that takes readers step by step through developing applications using X-Windows. The book covers the Xt Intrinsics portion of the X-Window system in detail and discusses the MIT Athena and OSF/Motif Widget Sets that are used in many of the examples. Topics covered include C programming fundamentals, text handling using X, fonts, event handling in Xt, extending the Widget Sets (building on Field Editor Widget), designing and constructing an application, building menus, printing help, OSF/Motif (including the window arranger) and interclient communication. Three extensive appendices are included: Widgets, Classing, and Exported Functions; Quick Xt Reference Guide (X11R4); and Quick Guide to OSF/Motif Widgets. Any applications designer interested in developing applications with Xt will find this book a valuable and enlightening resource.

A Practical Guide To X Window Programming: Developing Applications with the XT Intrinsics and OSF/Motif

by Brian J. Keller

A Practical Guide to X Window Programming is a basic guide that takes readers step by step through developing applications using X-Windows. The book covers the Xt Intrinsics portion of the X-Window system in detail and discusses the MIT Athena and OSF/Motif Widget Sets that are used in many of the examples. Topics covered include C programming fundamentals, text handling using X, fonts, event handling in Xt, extending the Widget Sets (building on Field Editor Widget), designing and constructing an application, building menus, printing help, OSF/Motif (including the window arranger) and interclient communication. Three extensive appendices are included: Widgets, Classing, and Exported Functions; Quick Xt Reference Guide (X11R4); and Quick Guide to OSF/Motif Widgets. Any applications designer interested in developing applications with Xt will find this book a valuable and enlightening resource.

A Practical Guide to Verilog-A: Mastering the Modeling Language for Analog Devices, Circuits, and Systems

by Slobodan Mijalković

Discover how Verilog-A is particularly designed to describe behavior and connectivity of circuits and system components for analog SPICE-class simulators, or for continuous time (SPICE-based) kernels in Verilog-AMS simulators. With continuous updates since it’s release 30 years ago, this practical guide provides a comprehensive foundation and understanding to the modeling language in its most recent standard formulation. With the introduction of language extensions to support compact device modeling, the Verilog-A has become today de facto standard language in the electronics industry for coding compact models of active and passive semiconductor devices. You'll gain an in depth look at how analog circuit simulators work, solving system equations, modeling of components from other physical domains, and modeling the same physical circuits and systems at various levels of detail and at different levels of abstraction.All industry standard compact models released by Si2 Compact Model Coalition (CMC) as well as compact models of emerging nano-electronics devices released by New Era Electronic Devices and Systems (NEEDS) initiative are coded in Verilog-A. This book prepares you for the current trends in the neuromorphic computing, hardware customization for artificial intelligence applications as well as circuit design for internet of things (IOT) will only increase the need for analog simulation modeling and make Verilog-A even more important as a multi-domain component-oriented modeling language.Let A Practical Guide to Verilog-A be the initial step in learning the extended mixed-signal Verilog-AMS hardware description language.What You'll LearnReview the hardware description and modeling language Verilog-A in its most recent standard formulation.Code new compact models of active and passive semiconductor devices as well as new models for emerging circuit components from different physical disciplines.Extend the application of SPICE-like circuit simulators to non-electronics field (neuromorphic, thermal, mechanical, etc systems).Apply the initial steps towards the extended mixed-signal Verilog-AMS hardware description language.Who This Book Is ForElectronic circuit designers and SPICE simulation model developers in academia and industry. Developers of electronic design automation (EDA) tools. Engineers, scientists and students of various disciplines using SPICE-like simulators for research and development.

A Practical Guide to TPM 2.0: Using the Trusted Platform Module in the New Age of Security

by Will Arthur David Challener

A Practical Guide to TPM 2.0: Using the Trusted Platform Module in the New Age of Security is a straight-forward primer for developers. It shows security and TPM concepts, demonstrating their use in real applications that the reader can try out.Simply put, this book is designed to empower and excite the programming community to go out and do cool things with the TPM. The approach is to ramp the reader up quickly and keep their interest.A Practical Guide to TPM 2.0: Using the Trusted Platform Module in the New Age of Security explains security concepts, describes the TPM 2.0 architecture, and provides code and pseudo-code examples in parallel, from very simple concepts and code to highly complex concepts and pseudo-code.The book includes instructions for the available execution environments and real code examples to get readers up and talking to the TPM quickly. The authors then help the users expand on that with pseudo-code descriptions of useful applications using the TPM.

A Practical Guide to Testing Wireless Smartphone Applications (Synthesis Lectures on Mobile & Pervasive Computing)

by Julian Harty

Testing applications for mobile phones is difficult, time-consuming, and hard to do effectively. Many people have limited their testing efforts to hands-on testing of an application on a few physical handsets, and they have to repeat the process every time a new version of the software is ready to test. They may miss many of the permutations of real-world use, and as a consequence their users are left with the unpleasant mess of a failing application on their phone. Test automation can help to increase the range and scope of testing, while reducing the overhead of manual testing of each version of the software. However automation is not a panacea, particularly for mobile applications, so we need to pick our test automation challenges wisely. This book is intended to help software and test engineers pick appropriately to achieve more; and as a consequence deliver better quality, working software to users. This Synthesis lecture provides practical advice based on direct experience of using software test automation to help improve the testing of a wide range of mobile phone applications, including the latest AJAX applications. The focus is on applications that rely on a wireless network connection to a remote server, however the principles may apply to other related fields and applications. We start by explaining terms and some of the key challenges involved in testing smartphone applications. Subsequent chapters describe a type of application e.g. markup, AJAX, Client, followed by a related chapter on how to test each of these applications. Common test automation techniques are covered in a separate chapter, and finally there is a brief chapter on when to test manually. The book also contains numerous pointers and links to further material to help you to improve your testing using automation appropriately. Table of Contents: Introduction / Markup Languages / Testing Techniques for Markup Applications / AJAX Mobile Applications / Testing Mobile AJAX Applications / Client Applications / Testing Techniques for Client Applications / Common Techniques / When to Test Manually / Future Work / Appendix A: Links and References / Appendix B: Data Connectivity / Appendix C: Configuring Your Machine

A Practical Guide to Teaching Computing and ICT in the Secondary School

by Andrew Connell Anthony Edwards Alison Hramiak Gavin Rhoades Neil Stanley

A Practical Guide to Teaching Computing and ICT in the Secondary School offers straightforward guidance and inspiration to support all trainee and newly qualified teachers, as well as their tutors and mentors. It will also be a source of support and ideas for qualified teachers who wish to develop their teaching of Computing as a subject, in light of recent changes to the National Curriculum. Grounded in the best research and practice available, it focuses on the key pedagogical issues which arise during teacher training and offers stimulating activities based on tried and tested strategies. Comprehensively updated and restructured to reflect recent changes in the curriculum, Initial Teacher Training Standards and classroom technologies, it covers key aspects of Computing and ICT teaching: Planning pupil learning and progression Managing the learning environment Using assessment to improve pupil learning and your own teaching Developing pupils’ understanding of key concepts and ideas in Computing, including Computational Thinking and Programming Pupils’ common misconceptions and how to avoid them Helping pupils appreciate good and bad effects of computing. A Practical Guide to Teaching Computing and ICT in the Secondary School, written by experts in the field, provides detailed examples of theory in practice, enabling you to analyse and reflect on your own teaching in order to ensure pupil learning is maximised.

A Practical Guide to Teaching Computing and ICT in the Secondary School

by Andrew Connell Anthony Edwards Alison Hramiak Gavin Rhoades Neil Stanley

A Practical Guide to Teaching Computing and ICT in the Secondary School offers straightforward guidance and inspiration to support all trainee and newly qualified teachers, as well as their tutors and mentors. It will also be a source of support and ideas for qualified teachers who wish to develop their teaching of Computing as a subject, in light of recent changes to the National Curriculum. Grounded in the best research and practice available, it focuses on the key pedagogical issues which arise during teacher training and offers stimulating activities based on tried and tested strategies. Comprehensively updated and restructured to reflect recent changes in the curriculum, Initial Teacher Training Standards and classroom technologies, it covers key aspects of Computing and ICT teaching: Planning pupil learning and progression Managing the learning environment Using assessment to improve pupil learning and your own teaching Developing pupils’ understanding of key concepts and ideas in Computing, including Computational Thinking and Programming Pupils’ common misconceptions and how to avoid them Helping pupils appreciate good and bad effects of computing. A Practical Guide to Teaching Computing and ICT in the Secondary School, written by experts in the field, provides detailed examples of theory in practice, enabling you to analyse and reflect on your own teaching in order to ensure pupil learning is maximised.

A Practical Guide to SysML: The Systems Modeling Language (The MK/OMG Press)

by Rick Steiner Alan Moore Sanford Friedenthal

A Practical Guide to SysML, Third Edition, fully updated for SysML version 1.4, provides a comprehensive and practical guide for modeling systems with SysML. With their unique perspective as leading contributors to the language, Friedenthal, Moore, and Steiner provide a full description of the language along with a quick reference guide and practical examples to help you use SysML. The book begins with guidance on the most commonly used features to help you get started quickly. Part 1 explains the benefits of a model-based approach, providing an overview of the language and how to apply SysML to model systems. Part 2 includes a comprehensive description of SysML that provides a detailed understanding that can serve as a foundation for modeling with SysML, and as a reference for practitioners. Part 3 includes methods for applying model-based systems engineering using SysML to specify and design systems, and how these methods can help manage complexity. Part 4 deals with topics related to transitioning MBSE practice into your organization, including integration of the system model with other engineering models, and strategies for adoption of MBSE.Learn how and why to deploy MBSE in your organization with an introduction to systems and model-based systems engineering Use SysML to describe systems with this general overview and a detailed description of the Systems Modeling Language Review practical examples of MBSE methodologies to understand their application to specifying and designing a systemIncludes comprehensive modeling notation tables as an appendix that can be used as a standalone reference

A Practical Guide to SysML: The Systems Modeling Language (The MK/OMG Press)

by Rick Steiner Alan Moore Sanford Friedenthal

A Practical Guide to SysML: The Systems Modeling Language is a comprehensive guide for understanding and applying SysML to model systems. The Object Management Group’s OMG SysML is a general-purpose graphical modeling language for representing systems that may include combinations of hardware, software, data, people, facilities, and natural objects. SysML supports the practice of model-based systems engineering (MBSE) used to develop system solutions in response to complex and often technologically challenging problems. The book is organized into four parts. Part I provides an overview of systems engineering, a summary of key MBSE concepts, a chapter on getting started with SysML, and a sample problem highlighting the basic features of SysML. Part II presents a detailed description of the SysML language, while Part III illustrates how SysML can support different model-based methods. Part IV discusses how to transition MBSE with SysML into an organization. This book can serve as an introduction and reference for industry practitioners, and as a text for courses in systems modeling and model-based systems engineering. Because SysML reuses many Unified Modeling Language (UML) concepts, software engineers familiar with UML can use this information as a basis for understanding systems engineering concepts. Authoritative and comprehensive guide to understanding and implementing SysML A quick reference guide, including language descriptions and practical examples Application of model-based methodologies to solve complex system problems Guidance on transitioning to model-based systems engineering using SysML Preparation guide for OMG Certified Systems Modeling Professional (OCSMP)

A Practical Guide to SysML: The Systems Modeling Language (The MK/OMG Press)

by Rick Steiner Alan Moore Sanford Friedenthal

A Practical Guide to SysML: The Systems Modeling Language is a comprehensive guide to SysML for systems and software engineers. It provides an advanced and practical resource for modeling systems with SysML. The source describes the modeling language and offers information about employing SysML in transitioning an organization or project to model-based systems engineering. The book also presents various examples to help readers understand the OMG Systems Modeling Professional (OCSMP) Certification Program. The text is organized into four parts. The first part provides an overview of systems engineering. It explains the model-based approach by comparing it with the document-based approach and providing the modeling principles. The overview of SYsML is also discussed. The second part of the book covers a comprehensive description of the language. It discusses the main concepts of model organization, parametrics, blocks, use cases, interactions, requirements, allocations, and profiles. The third part presents examples that illustrate how SysML supports different model-based procedures. The last part discusses how to transition and deploy SysML into an organization or project. It explains the integration of SysML into a systems development environment. Furthermore, it describes the category of data that are exchanged between a SysML tool and other types of tools, and the types of exchange mechanisms that can be used. It also covers the criteria that must be considered when selecting a SysML. Software and systems engineers, programmers, IT practitioners, experts, and non-experts will find this book useful.*The authoritative guide for understanding and applying SysML*Authored by the foremost experts on the language*Language description, examples, and quick reference guide included

A Practical Guide to Service Management: Insights from industry experts for uncovering, implementing, and improving service management practices

by Keith Sutherland Lawrence Sheets

Develop and improve the service management capabilities of your organization or business with this comprehensive handbookKey FeaturesA complete, pragmatic guide on service management from industry expertsLearn industry best practices and proven strategies to establish and improve a service management capabilityGet hands on with implementing and maintaining a service management capabilityPurchase of the print or Kindle book includes a free PDF eBookBook DescriptionMany organizations struggle to find practical guidance that can help them to not only understand but also apply service management best practices. Packed with expert guidance and comprehensive coverage of the essential frameworks, methods, and techniques, this book will enable you to elevate your organization’s service management capability. You’ll start by exploring the fundamentals of service management and the role of a service provider. As you progress, you’ll get to grips with the different service management frameworks used by IT and enterprises. You'll use system thinking and design thinking approaches to learn to design, implement, and optimize services catering to diverse customer needs. This book will familiarize you with the essential process capabilities required for an efficient service management practice, followed by the elements key to its practical implementation, customized to the organization’s business needs in a sustainable and repeatable manner. You’ll also discover the critical success factors that will enhance your organization’s ability to successfully implement and sustain a service management practice. By the end of this handy guide, you’ll have a solid grasp of service management concepts, making this a valuable resource for on-the-job reference.What you will learnDiscover a holistic approach to managing servicesGet acquainted with the service management methods, frameworks, and best practicesUnderstand the significance of a service management strategyDemonstrate your skills to deliver high-quality, timely servicesFind out how to become a respected business partner to your customersRecognize the role of governance, outcomes, and marketsGrasp the concept of value capture and maintaining value over timeExplore common processes that lay the foundation for effective service managementWho this book is forThis book is for anyone interested in gaining a general understanding of the value of enterprise/IT service management (ESM/ITSM), including but not limited to IT leadership, key business managers, business process analysts, business analysts, IT consultants, IT professionals, project managers, systems integrators, service desk managers, managed service providers, solution providers, and sales staff. Whether you’re new to service management or have prior experience, you’ll find valuable insights in this book.

A Practical Guide to Sentiment Analysis (Socio-Affective Computing #5)

by Erik Cambria Dipankar Das Sivaji Bandyopadhyay Antonio Feraco

Sentiment analysis research has been started long back and recently it is one of the demanding research topics. Research activities on Sentiment Analysis in natural language texts and other media are gaining ground with full swing. But, till date, no concise set of factors has been yet defined that really affects how writers’ sentiment i.e., broadly human sentiment is expressed, perceived, recognized, processed, and interpreted in natural languages. The existing reported solutions or the available systems are still far from perfect or fail to meet the satisfaction level of the end users. The reasons may be that there are dozens of conceptual rules that govern sentiment and even there are possibly unlimited clues that can convey these concepts from realization to practical implementation. Therefore, the main aim of this book is to provide a feasible research platform to our ambitious researchers towards developing the practical solutions that will be indeed beneficial for our society, business and future researches as well.

A Practical Guide to Security Engineering and Information Assurance

by Debra S. Herrmann

Today the vast majority of the world's information resides in, is derived from, and is exchanged among multiple automated systems. Critical decisions are made, and critical action is taken based on information from these systems. Therefore, the information must be accurate, correct, and timely, and be manipulated, stored, retrieved, and exchanged s

A Practical Guide to Security Assessments

by Sudhanshu Kairab

The modern dependence upon information technology and the corresponding information security regulations and requirements force companies to evaluate the security of their core business processes, mission critical data, and supporting IT environment. Combine this with a slowdown in IT spending resulting in justifications of every purchase, and security professionals are forced to scramble to find comprehensive and effective ways to assess their environment in order to discover and prioritize vulnerabilities, and to develop cost-effective solutions that show benefit to the business. A Practical Guide to Security Assessments is a process-focused approach that presents a structured methodology for conducting assessments. The key element of the methodology is an understanding of business goals and processes, and how security measures are aligned with business risks. The guide also emphasizes that resulting security recommendations should be cost-effective and commensurate with the security risk. The methodology described serves as a foundation for building and maintaining an information security program. In addition to the methodology, the book includes an Appendix that contains questionnaires that can be modified and used to conduct security assessments. This guide is for security professionals who can immediately apply the methodology on the job, and also benefits management who can use the methodology to better understand information security and identify areas for improvement.

A Practical Guide to SAP Integration Suite: SAP’s Cloud Middleware and Integration Solution

by Jaspreet Bagga

This book covers the basics of SAP’s Integration Suite, including a broad overview of its capabilities, installation, and real-life examples to illustrate how it can be used to integrate, develop, administer, and monitor applications in the cloud.As you progress through the book, you will see how SAP Integration Suite works as an open, enterprise-grade platform that is a fully vendor-managed, multi-cloud offering that will help you expedite your SAP and third-party integration scenarios. The entire value chain is explored in detail, including usage of APIs and runtime control.Author Jaspreet Bagga demonstrates how SAP’s prebuilt integration packages facilitate quicker, more comprehensive integrations, and how they support a variety of integration patterns. You’ll learn how to leverage the platform to enable seamless cloud and on-premises applications connectivity, develop custom scenarios, mix master data, blend business-to-business (B2B) and electronic data interchange (EDI) processes, including trading partner management. Also covered are business-to-government (B2G) scenarios, orchestrating data and pipelines, and mixing event-driven integration. Upon completing this book, you will have a thorough understanding of why SAP Integration Suite is the middleware of SAP’s integration strategy, and be able to effectively use it in your own integration scenarios.What You Will LearnUnderstand SAP Integration Suite and its core capabilitiesKnow how integration technologies, such as architecture and supplementary intelligent technologies, work within the SAP Integration SuiteDiscover services for pre-packaged accelerators: SAP API Management, the Integration Advisor, and the SAP API Business HubUtilize integration features to link your on-premises or cloud-based systemsUnderstand the capabilities of the newly released Migration AssessmentWho This Book Is forWeb developers and application leads who want to learn SAP Integration Suite.

Practical Guide to Salesforce Experience Cloud: Building, Enhancing, and Managing a Digital Experience with Salesforce

by Philip Weinmeister

Whether you are brand new to the world of digital experiences on the Salesforce platform or you are looking to take your Experience Cloud (previously "Community Cloud") knowledge to the next level, this detailed guide will help you build and manage a Salesforce site by leveraging the declarative power of the platform with clicks, not code.Each Salesforce site/community is a part of a widespread ecosystem, with thousands of sites and millions of users active today on Experience Cloud. Through valuable social and business tools, this online platform enables companies to empower and equip their customers, partners, and employees in new, powerful ways.Author Philip Weinmeister, Salesforce MVP and the only recipient of the “Community Cloud MVP” Trailblazer award from Salesforce, leads you through the ins and outs of Salesforce Experience Cloud and provides you with an array of best practices to deliver top-notch business portals on the Salesforce platform.This completely revised edition updates all content to reflect the new "experience-centric" branding and a slew of platform updates from the last few years (including screenshots, terminology, features, etc.). Net new content includes Salesforce CMS, the Experience Cloud Consultant certification exam, and Mobile Publisher, among other topics.The book takes you through the entire process: from planning and designing a site to configuration/build, setup, and administration, all the way to deployment. Detailed explanations are provided for key components, templates, and features such as Experience Builder, Audience Targeting, Lightning Bolts, and much more.What You Will LearnPlan and design a site using Experience CloudConceptualize how employees, partners, and customers use and benefit from Salesforce sitesUse Experience Builder and Lightning components within an Experience Builder templateApply topics and knowledge articles to a site to increase value and adoptionBuild and display rich content within a site using Salesforce CMSCreate dynamic and personalized user experiences with audience targetingBuild, export, and import unique templates with the Lightning Bolt solution frameworkProvide site data for members or site managersWho This Book Is ForSalesforce administrators, developers, functional architects, business analysts, and site/community managers.

Practical Guide to Salesforce Communities: Building, Enhancing, and Managing an Online Community with Salesforce Community Cloud

by Philip Weinmeister

Whether you are brand new to the world of Salesforce communities or you are looking to take your Community Cloud knowledge to the next level, this detailed guide will help you to build and manage a Salesforce community by leveraging the declarative power of the platform with clicks, not code.Each Salesforce community is a part of a widespread ecosystem, with thousands of communities and millions of users active today on Community Cloud. Through valuable social and business tools, this online platform enables companies to empower and equip their customers, partners, and employees in new, powerful ways. In this book, Philip Weinmeister, a Salesforce MVP and the first-ever recipient of the “Community Cloud MVP” Trailblazer award, leads you through the ins and outs of Salesforce communities and provides you with an array of best practices to deliver top-notch business portals on the Salesforce platform.Practical Guide to Salesforce Communities is the first book to comprehensively cover this next-generation offering from Salesforce, providing real, actionable guidance to help individuals build effective and engaging online communities. The book takes you through the entire process: from planning and designing a community to configuration/build, setup, and administration, all the way to deployment. Detailed explanations are provided of key components, templates, and features such as Community Builder, Audience Targeting, Lightning Bolts, and much more. Additionally, considerations and best practices are covered, including valuable tips and insights.What You’ll Learn Plan and design a communityConceptualize how employees, partners, and customers use and benefit from communitiesAssess available templates and make an informed selection decisionUse Community Builder and Lightning components within a Lightning community templateApply topics and knowledge articles to a community to increase value and adoptionInject process automation into a community using Workflow, Flow, and Process BuilderCreate dynamic and personalized user experiences with audience targetingBuild, export, and import unique templates with the Lightning Bolt solution frameworkProvide community data for members or community managers Who This Book Is For Salesforce administrators, Salesforce developers, Salesforce functional architects, Salesforce business analysts, and Salesforce community managers

A Practical Guide to Problem-Based Learning Online

by Maggi Savin-Baden

Problem-based learning online is a burgeoning area, crying out for support in all the disciplines, but particularly health, medicine, education and social care that are already advanced users of problem-based learning in higher education. This book provides highly grounded research based ways for those wanting to change problem-based learning modules and programs from face to face to online approaches, as well as those who have developed e-learning components but who want to adopt problem-based methods. Providing an overview of the current state of problem based learning online, it examines why we're moving from fact to face to online provision, considers existing forms of provision, outlines common mistakes and strategies to avoid future problems, and shows how to effectively facilitate learning. Illustrated by mini case studies and examples of international projects, it provides guidance on effective design, online collaboration and group dynamics, and explores the common, and complex, decisions faced when choosing which form of problem-based learning to adopt. Including practical information and resources for games and activities, scenarios of problem-based learning in the different disciplines, advice for supporting staff and students, and effectively evaluating the tools, skills and pedagogy needed for learning, this book is an essential guide for all practitioners involved in the design and delivery of problem based learning online.

A Practical Guide to Problem-Based Learning Online

by Maggi Savin-Baden

Problem-based learning online is a burgeoning area, crying out for support in all the disciplines, but particularly health, medicine, education and social care that are already advanced users of problem-based learning in higher education. This book provides highly grounded research based ways for those wanting to change problem-based learning modules and programs from face to face to online approaches, as well as those who have developed e-learning components but who want to adopt problem-based methods. Providing an overview of the current state of problem based learning online, it examines why we're moving from fact to face to online provision, considers existing forms of provision, outlines common mistakes and strategies to avoid future problems, and shows how to effectively facilitate learning. Illustrated by mini case studies and examples of international projects, it provides guidance on effective design, online collaboration and group dynamics, and explores the common, and complex, decisions faced when choosing which form of problem-based learning to adopt. Including practical information and resources for games and activities, scenarios of problem-based learning in the different disciplines, advice for supporting staff and students, and effectively evaluating the tools, skills and pedagogy needed for learning, this book is an essential guide for all practitioners involved in the design and delivery of problem based learning online.

Practical Guide to Machine Vision Software: An Introduction with LabVIEW

by Kye-Si Kwon Steven Ready

For both students and engineers in R&D, this book explains machine vision in a concise, hands-on way, using the Vision Development Module of the LabView software by National Instruments. Following a short introduction to the basics of machine vision and the technical procedures of image acquisition, the book goes on to guide readers in the use of the various software functions of LabView's machine vision module. It covers typical machine vision tasks, including particle analysis, edge detection, pattern and shape matching, dimension measurements as well as optical character recognition, enabling readers to quickly and efficiently use these functions for their own machine vision applications. A discussion of the concepts involved in programming the Vision Development Module rounds off the book, while example problems and exercises are included for training purposes as well as to further explain the concept of machine vision. With its step-by-step guide and clear structure, this is an essential reference for beginners and experienced researchers alike.

Practical Guide to Machine Vision Software: An Introduction with LabVIEW

by Kye-Si Kwon Steven Ready

For both students and engineers in R&D, this book explains machine vision in a concise, hands-on way, using the Vision Development Module of the LabView software by National Instruments. Following a short introduction to the basics of machine vision and the technical procedures of image acquisition, the book goes on to guide readers in the use of the various software functions of LabView's machine vision module. It covers typical machine vision tasks, including particle analysis, edge detection, pattern and shape matching, dimension measurements as well as optical character recognition, enabling readers to quickly and efficiently use these functions for their own machine vision applications. A discussion of the concepts involved in programming the Vision Development Module rounds off the book, while example problems and exercises are included for training purposes as well as to further explain the concept of machine vision. With its step-by-step guide and clear structure, this is an essential reference for beginners and experienced researchers alike.

Practical Guide to Life Science Databases

by Imad Abugessaisa Takeya Kasukawa

This book provides the latest information of life science databases that center in the life science research and drive the development of the field. It introduces the fundamental principles, rationales and methodologies of creating and updating life science databases. The book brings together expertise and renowned researchers in the field of life science databases and brings their experience and tools at the fingertips of the researcher. The book takes bottom-up approach to explain the structure, content and the usability of life science database. Detailed explanation of the content, structure, query and data retrieval are discussed to provide practical use of life science database and to enable the reader to use database and provided tools in practice. The readers will learn the necessary knowledge about the untapped opportunities available in life science databases and how it could be used so as to advance basic research and applied research findings and transforming them to the benefit of human life.Chapter 2 is available open access under a Creative Commons Attribution 4.0 International License via link.springer.com.

A Practical Guide to Level Design: From Theory to Practice, Diplomacy and Production

by Benjamin Bauer

Written by an AAA industry expert with over 20 years of experience, this book offers comprehensive coverage of the practical skills that all successful level designers need to have. It covers everything from practical production skills to the social and soft skills required to thrive in the gaming industry. This book begins with a theoretical and abstract approach that sets a common language for the later hard skill applications and practical examples. These later chapters cover a wealth of practical skills for use during the concept phase, while creating layouts, scripting, and working with AI. This book includes essential chapters on topics such as social skills, soft skills, world-building, level design direction, production, as well as how to gain employment in the industry. This book will be of great interest to all level designers, content leads, and directors looking to enhance their skillset. It will also appeal to students of level and game design looking for tips on how to break into the industry.

Refine Search

Showing 21,201 through 21,225 of 82,334 results