Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company  (535)
  • Safari, an O'Reilly Media Company  (143)
  • [Erscheinungsort nicht ermittelbar] : Wiley  (509)
  • [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional  (89)
  • [Erscheinungsort nicht ermittelbar] : Auerbach Publications  (80)
Datasource
Material
Language
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 4+ Hours of Video Instruction Overview Cloud computing has revolutionized the IT industry over the past decade. Now that the dust is settling, IT professionals are beginning to realize that the roles, responsibilities, and practices that previously made sense need to be re-examined. Developing Infrastructure as Code with Terraform LiveLessons lays out the road ahead and teaches cutting-edge tools and practices to quickly bring existing skills up to date or to jump-start a novice career. Infrastructure as Code (IaC) dissolves the boundaries between Dev and Ops to the point where infrastructure engineering is now a software development discipline. That's where this LiveLessons course comes in. Description Modern software development in the cloud has spurred myriad advances in efficiency for developers. Now, infrastructure engineers can leverage many of the same tools and practices to deploy reliable infrastructure. This course shows how to successfully integrate Infrastructure as Code (IaC) into your test and deployment pipelines. This LiveLessons course introduces the philosophy behind IaC and covers how to implement IaC in your own environment using Terraform. Robert Jordan illustrates the critical tools and practices to successfully implement IaC in a collaborative production environment. Developers and Ops clientele will learn how to integrate IaC into test and deployment pipelines, how to enforce code review for infrastructure changes, and how to manage infrastructure change. The video combines PowerPoint slides, interactive web demonstrations, and code illustration. About the Instructor Robert Jordan has been designing, implementing, and deploying production applications for some of the world's largest media and scientific customers for more than 20 years. Throughout that time, he has successfully led projects on all major cloud platforms and is currently certified on both AWS and GCP platforms. He is also a co-founder of Pragmatic AI Labs. Skill Level Beginner to Intermediate What You Will Learn Learn how to Build and test cloud infrastructure Create reproducible, immutable infrastructure with code Master industry-leading software Terraform Implement collaborative IaC teams Learn to perform real-world deployment scenarios, including Collaborative IaC development Deployment stages (e.g., dev/stage/prod) Testing and debugging Terraform deployment Who Should Take This Course Infrastructure Engineers System Architects Software Engineers En...
    Note: Online resource; Title from title screen (viewed January 14, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (260 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Developers building apps targeting desktops, laptops, smartphones, and tablets have two options to use when building their apps: native apps built specifically for the target platform, or web apps, which run on most any system. Building native apps for any target platform is a time-consuming and expensive proposition, especially when your app targets multiple system types (desktop computers, smartphones, televisions, etc.). Web apps are challenging because a user experiences vary dramatically depending on which type of system the user accessed the app from. Desktop browsers are fully capable, but mobile device browsers have limitations due to reduce screen real estate, processor speed, network bandwidth, and more. Many of these limitations have disappeared, but there's still considerable disparity between native app and web app capabilities. Over the years, web browsers, especially those running on mobile devices like smartphones and tablets, exposed more native capabilities to web apps. This enables web apps to work more like native apps, but there were still limitations. Service Workers are a relatively new technology that make it easier for web apps to bridge the gap between native and web capabilities, removing many limitations from web apps. This is a book about Service Workers, focusing on how to use Service Workers to enhance the capabilities of a web app to create a Progressive Web App (PWA). This book focuses on the technologies enabling PWAs, and how to use them to enhance your web apps to deliver a more native-like experience. Learning Progressive Web Apps is the first of a new generation of PWA guides that reflect breakthrough advances such as Service Workers and Web App Manifests, helping you combine the best features of web and mobile development. One step at a time, John M. Wargo introduces techniques for building apps, highlighting Building web apps a user can easily install on their local system Building web apps that work offline or on low quality networks Implementing caching strategies that give web developers control over which app resources are cached and when Delivering background processing in a web application Implementing push notifications to enable an app to more easily engage with users or trigger action from a remote server As you work through the chapters, at different points you'll start with one of three complete, stand-alone web apps, then convert them into PWAs using service workers and other browser technolo...
    Note: Online resource; Title from title page (viewed March 16, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Sneak Peek The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.
    Note: Online resource; Title from title screen (viewed January 8, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    ISBN: 9780136702726
    Language: English
    Pages: 1 online resource (832 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Used by sites as varied as Twitter, GitHub, Disney, and Airbnb, Ruby on Rails is one of the most popular frameworks for developing web applications, but it can be challenging to learn and use. Whether you're new to web development or new only to Rails, Ruby on Rails™ Tutorial, Sixth Edition , is the solution. Best-selling author and leading Rails developer Michael Hartl teaches Rails by guiding you through the development of three example applications of increasing sophistication. The tutorial's examples focus on the general principles of web development needed for virtually any kind of website. The updates to this edition include full compatibility with Rails 6. This indispensable guide provides integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, and SQL skills you need when developing web applications. Hartl explains how each new technique solves a real-world problem, and then he demonstrates it with bite-sized code that's simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery. This book will help you Install and set up your Rails development environment, including pre-installed integrated development environment (IDE) in the cloud Go beyond generated code to truly understand how to build Rails applications from scratch Learn testing and test-driven development (TDD) Effectively use the Model-View-Controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Create high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Upload images in production using a cloud storage service Implement account activation and password reset, including sending email with Rails Add social features and microblogging, including an introduction to Ajax Record version changes with Git and create a secure remote repository at Bitbucket Deploy your applications early and often with Heroku
    Note: Online resource; Title from title page (viewed April 27, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119538226 , 111953822X , 9781119538196
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 5th edition
    Parallel Title: Erscheint auch als
    DDC: 343.04
    Keywords: Tax planning ; Electronic books ; local ; Planification fiscale ; Tax planning
    Abstract: An essential, timesaving guide for accountants, lawyers, nonprofit executives and directors, consultants, and volunteers This book is an indispensable guide to navigating the complex maze of nonprofit tax rules and regulations. A clear and fully cited description of the requirements for the various categories of tax-exempt entities from public charities, private foundations, civic associations, business leagues, and social clubs to title-holding companies and governmental entities can be found. Practical guidance on potential for income tax on revenue-producing enterprises along with explanations of many exceptions to taxability is provided. Issues raised by Internet activity, advertising, publishing, providing services, and much more are explained. This useful guide covers the many significant issues facing nonprofit organizations, including compensation and possible private inurement, affiliation, separations and mergers, donor disclosures, lobbying and electioneering, and employment taxes. Offers a supplemental, annual update to keep subscribers current on relevant changes in IRS forms, requirements, and related tax procedures Includes easy-to-use checklists highlighting such critical concerns as tax-exempt eligibility, reporting to the IRS, and comprehensive tax compliance issues Features a variety of sample documents for private foundations, including penalty abatement requests and sharing space agreements Provides helpful practice aids, such as a comparison of the differences between public and private charities, charts reflecting lobbying limits for different types of entities, and listings of rulings and cases that illustrate permissible activity for each type of organizations compared to impermissible activity Filled with practical tips and suggestions for handling such critical situations as preparing for and surviving an IRS examination, Tax Planning and Compliance for Tax-Exempt Organizations, Fifth Edition provides guidance for the significant issues facing nonprofit organizations.
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (800 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: In-depth instruction and practical techniques for building with the BeagleBone embedded Linux platform Exploring BeagleBone is a hands-on guide to bringing gadgets, gizmos, and robots to life using the popular BeagleBone embedded Linux platform. Comprehensive content and deep detail provide more than just a BeagleBone instruction manual-you'll also learn the underlying engineering techniques that will allow you to create your own projects. The book begins with a foundational primer on essential skills, and then gradually moves into communication, control, and advanced applications using C/C++, allowing you to learn at your own pace. In addition, the book's companion website features instructional videos, source code, discussion forums, and more, to ensure that you have everything you need. The BeagleBone's small size, high performance, low cost, and extreme adaptability have made it a favorite development platform, and the Linux software base allows for complex yet flexible functionality. The BeagleBone has applications in smart buildings, robot control, environmental sensing, to name a few; and, expansion boards and peripherals dramatically increase the possibilities. Exploring BeagleBone provides a reader-friendly guide to the device, including a crash course in computer engineering. While following step by step, you can: Get up to speed on embedded Linux, electronics, and programming Master interfacing electronic circuits, buses and modules, with practical examples Explore the Internet-connected BeagleBone and the BeagleBone with a display Apply the BeagleBone to sensing applications, including video and sound Explore the BeagleBone's Programmable Real-Time Controllers Updated to cover the latest Beagle boards, Linux kernel versions, and Linux software releases. Includes new content on Linux kernel development, the Linux Remote Processor Framework, CAN bus, IoT frameworks, and much more! Hands-on learning helps ensure that your new skills stay with you, allowing you to design with electronics, modules, or peripherals even beyond the BeagleBone. Insightful guidance and online peer support help you transition from beginner to expert as you master the techniques presented in Exploring BeagleBone , the practical handbook for the popular computing platform.
    Note: Online resource; Title from title page (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A practical handbook for using Exponential Organization to transform your organization-and disrupt your industry-in 10 weeks Today's top business challenge is adapting to accelerating technological and global change. In his bestselling book Exponential Organizations, author Salim Ismail described a new type of organization that thrives amidst industry disruption. Since then, he has helped organizations disrupt their own industries-by applying Exponential Organization (ExO) principles. From this work emerged the 10-week transformation process explained in this book, called the ExO Sprint. Exponential Transformation is the detailed implementation handbook for becoming an Exponential Organization. The book enables organizations to speed up their transformation and overcome the obstacles to success. Lead a 10-week ExO Sprint Evolve in order to navigate industry disruption Become an Exponential Organization Block the immune-system response of organizations during transformation Companies such as Visa, Procter & Gamble, HP, and Black & Decker have already benefited from ExO process. Exponential Transformation is a must-have resource for participants of any ExO Sprint, as well as those seeking to apply Exponential principles in their organizations.
    Note: Online resource; Title from title page (viewed June 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (592 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A new textbook offering a comprehensive introduction to models and techniques for the emerging field of actuarial Finance Drs. Boudreault and Renaud answer the need for a clear, application-oriented guide to the growing field of actuarial finance with this volume, which focuses on the mathematical models and techniques used in actuarial finance for the pricing and hedging of actuarial liabilities exposed to financial markets and other contingencies. With roots in modern financial mathematics, actuarial finance presents unique challenges due to the long-term nature of insurance liabilities, the presence of mortality or other contingencies and the structure and regulations of the insurance and pension markets. Motivated, designed and written for and by actuaries, this book puts actuarial applications at the forefront in addition to balancing mathematics and finance at an adequate level to actuarial undergraduates. While the classical theory of financial mathematics is discussed, the authors provide a thorough grounding in such crucial topics as recognizing embedded options in actuarial liabilities, adequately quantifying and pricing liabilities, and using derivatives and other assets to manage actuarial and financial risks. Actuarial applications are emphasized and illustrated with about 300 examples and 200 exercises. The book also comprises end-of-chapter point-form summaries to help the reader review the most important concepts. Additional topics and features include: Compares pricing in insurance and financial markets Discusses event-triggered derivatives such as weather, catastrophe and longevity derivatives and how they can be used for risk management; Introduces equity-linked insurance and annuities (EIAs, VAs), relates them to common derivatives and how to manage mortality for these products Introduces pricing and replication in incomplete markets and analyze the impact of market incompleteness on insurance and risk management; Presents immunization techniques alongside Greeks-based hedging; Covers in detail how to delta-gamma/rho/vega hedge a liability and how to rebalance periodically a hedging portfolio. This text will prove itself a firm foundation for undergraduate courses in financial mathematics or economics, actuarial mathematics or derivative markets. It is also highly applicable to current and future actuaries preparing for the exams or actuary professionals looking for a valuable addition to their reference shelf. As of 2019, ...
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn the fundamentals of databases. Overview In MTA 98-364 Database Fundamentals LiveLessons , you gain the knowledge required to work with and design relational databases and prepare for Microsoft MTA Exam 98-364. Drawing on his experience as a SQL Server MVP, Eric Johnson guides you from the basic elements of databases, such as tables and indexes, and progresses into the principles of database design and layout. Building on that foundation, you learn how to perform more advanced skills, such as database administration, backup, and security. Topics are organized into easily digestible lessons so you can learn these skills with ease. This video course, along with additional study, helps you achieve the hands-on experience recommended to take the exam and demonstrate your mastery of database fundamentals. Skill Level Beginner Learn How To Understand concepts involved with database storage Perform database normalization Create database objects Manipulate data in databases Secure databases Back up and restore databases Who Should Take This Course Developers and system administrators with no prior experience working with databases Course Requirements Knowledge of Windows operating system IT background with no prior database experience About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video. Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.
    Note: Online resource; Title from title screen (viewed October 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become more culturally competent in an increasingly diverse world Recent years have seen dramatic changes to several institutions worldwide. Our increasingly interconnected, digitized, and globalized world presents immense opportunities and unique challenges. Modern businesses and schools interact with individuals and organizations from a diverse range of cultural and national backgrounds-increasing the likelihood for miscommunication, errors in strategy, and unintended consequences in the process. This has also spilled into our daily lives and the way we consume information today. Understanding how to navigate these and other pitfalls requires adaptability, nuanced cross-cultural communication, and effective conflict resolution. Use Your Difference to Make a Difference provides readers with a skills-based, actionable plan that transforms differences into agents of inclusiveness, connection, and mutual understanding. This innovative and timely guide illustrates how to leverage differences to move beyond unconscious biases, manage a culturally-diverse workplace, create an environment for more tolerant schooling environments, more trusted media, communicate across borders, find and retain diverse talent, and bridge the gap between working locally and expanding globally. Expert guidance on a comprehensive range of topics-teamwork, leadership styles, information sharing, delegation, supervision, giving and receiving feedback, coaching and motivation, recruiting, managing suppliers and customers, and more-helps you manage the essential aspects of international relationships and cultural awareness. This valuable resource contains the indispensable knowledge required to: Develop self-awareness needed to be a cross-cultural communicator Develop content, messaging techniques, marketing plans, and business strategies that translate across cultural borders Help your employees to better understand and collaborate with clients and colleagues from different backgrounds Help teachers build safe environments for students to be themselves Strengthen cross-cultural competencies in yourself, your team, and your entire organization Understand the cultural, economic, and political factors surrounding our world Use Your Difference to Make a Difference is a must-have resource for any educator, parent, leader, manager, or team member of an organization that interacts with co-workers and customers from diverse cultural backgrounds.
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (992 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This volume describes frontiers in social-behavioral modeling for contexts as diverse as national security, health, and on-line social gaming. Recent scientific and technological advances have created exciting opportunities for such improvements. However, the book also identifies crucial scientific, ethical, and cultural challenges to be met if social-behavioral modeling is to achieve its potential. Doing so will require new methods, data sources, and technology. The volume discusses these, including those needed to achieve and maintain high standards of ethics and privacy. The result should be a new generation of modeling that will advance science and, separately, aid decision-making on major social and security-related subjects despite the myriad uncertainties and complexities of social phenomena. Intended to be relatively comprehensive in scope, the volume balances theory-driven, data-driven, and hybrid approaches. The latter may be rapidly iterative, as when artificial-intelligence methods are coupled with theory-driven insights to build models that are sound, comprehensible and usable in new situations. With the intent of being a milestone document that sketches a research agenda for the next decade, the volume draws on the wisdom, ideas and suggestions of many noted researchers who draw in turn from anthropology, communications, complexity science, computer science, defense planning, economics, engineering, health systems, medicine, neuroscience, physics, political science, psychology, public policy and sociology. In brief, the volume discusses: Cutting-edge challenges and opportunities in modeling for social and behavioral science Special requirements for achieving high standards of privacy and ethics New approaches for developing theory while exploiting both empirical and computational data Issues of reproducibility, communication, explanation, and validation Special requirements for models intended to inform decision making about complex social systems
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: The new edition of the bestselling guide on creating and using key performance indicators-offers significant new and revised content Key Performance Indicators (KPIs) help define and measure the organizational goals which are fundamental to an organization's current and future success. Having solid KPIs is crucial for companies that are implementing performance management systems, such as balanced scorecards, six sigma, or activity-based management. In many organizations, KPIs are often too numerous, randomly assembled, and overly complex-essentially rendering them ineffectual, or at worse, counterproductive. Key Performance Indicators provides a model for simplifying the complex areas of KPIs while helping organizations avoid common mistakes and hazards. Now in its fourth edition, this bestselling guide has been extensively revised and updated to incorporate practical lessons drawn from major implementations. Fresh content includes a more concise KPI methodology with clear implementation guidance, original insights on how other areas of performance management can be corrected, and new in-depth case studies. A revised starter kit is included to identify critical success factors, and the KPI resource kit contains updated worksheets, workshop programs, and questionnaires. Helping readers to better define and measure progress toward goals, this important guide: Dispels the myths of performance measurement and explains a simple, yet powerful KPI methodology Explains the 12-step model for developing and using KPIs with guidelines Helps readers brainstorm performance measures, sell KPI projects to the Board and senior management, and accurately report performance Features the "KPI Project Leaders Corner" which provides readers with essential information and useful exercises Includes an array of practical tools-templates, checklists, performance measures-and a companion website (www.davidparmenter.com) Key Performance Indicators: Developing, Implementing, and Using Winning KPIs, 4th Edition is important resource for C-suite executives, senior management, project teams, external project facilitators, and team coordinators involved in all aspects of performance management systems.
    Note: Online resource; Title from title page (viewed October 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn the fundamentals of databases and prepare for the Microsoft Technology Associate (MTA) exam 98-364: Database Fundamentals. Overview In MTA 98-364 Database Fundamentals LiveLessons , you gain the knowledge required to work with and design relational databases and prepare for Microsoft MTA Exam 98-364. Drawing on his experience as a SQL Server MVP, Eric Johnson guides you from the basic elements of databases, such as tables and indexes, and progresses into the principles of database design and layout. Building on that foundation, you learn how to perform more advanced skills, such as database administration, backup, and security. Topics are organized into easily digestible lessons so you can learn these skills with ease. This video course, along with additional study, helps you achieve the hands-on experience recommended to take the exam and demonstrate your mastery of database fundamentals. Skill Level Beginner Learn How To Understand concepts involved with database storage Perform database normalization Create database objects Manipulate data in databases Secure databases Back up and restore databases Who Should Take This Course Developers and system administrators with no prior experience working with databases Course Requirements Knowledge of Windows operating system IT background with no prior database experience About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video. Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.
    Note: Online resource; Title from title screen (viewed October 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1024 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: ASC 606, Revenue from Contracts with Customers, replaces almost all previously existing revenue recognition guidance, including industry-specific guidance. That means unprecedented changes, affecting virtually all industries and all size organizations. For preparers, this guide provides the comprehensive, reliable accounting implementation guidance you need to unravel the complexities of this new standard. For practitioners, it provides in-depth coverage of audit considerations, including controls, fraud, risk assessment, and planning and execution of the audit. Recent audit challenges are spotlighted to allow for planning in avoiding these new areas of concern. This guide includes 16 industry-specific chapters for the following industries: Aerospace and Defense, Airlines, Asset Management, Broker-Dealers, Construction Contractors, Depository Institutions, Gaming, Health Care, Hospitality, Insurance, Not-for-Profits, Oil and Gas, Power and Utility, Software, Telecommunications, and Timeshare.
    Note: Online resource; Title from title page (viewed April 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive book of "need-to-know" insights for busy leaders Being a great leader means getting the fundamentals right. It also means consistently doing the "little things" that make a positive difference in the lives of employees, customers, and other stakeholders. The Busy Leader's Handbook: How to Lead People and Places That Thrive is a practical, easy-to-use book filled with gentle reminders of what we should be doing every day-especially when work is at its most intense. The Handbook is packed with proven best practices, tools, tips, and tactics for engaging employees, revitalizing cultures, delighting customers, and building high-performance companies. Short, succinct, and accessible, each chapter is "stand-alone," offering helpful advice for meeting common business challenges. Plus, the strategies, approaches, and tactics are designed to be put into action immediately. Best-selling author, businessman, visionary, and entrepreneur Quint Studer draws on his 30-plus years of experience in helping organizations of all sizes and leaders at every level reach peak performance. Comprehensive in scope, his book overflows with insights and practical advice to help you make smart leadership decisions. For example: Why putting the right foundational structures in place early on creates clarity and heads off problems that cause businesses to struggle and fail The importance of followership: why being a good leader requires that you first be a good follower Why we tend to run from self-disruption and a sense of being unsettled (and how to learn to embrace them instead) Why leaders should seek consent, not consensus How to engage employees and create a positive workplace culture How to help employees find meaning and purpose in their work How to conduct difficult conversations and resolve conflicts-and why having these skills (or not) can make or break you as a leader Advice for attracting and hiring the best talent, retaining them over time, and dealing with the low performers who drive them away Why mentoring is so powerful and how to encourage it inside your company Tips and tactics for seeing the world through your customer's eyes How to reduce customer anxiety (and encourage them to buy) with the right words at the right times for the right reasons The Busy Leader's Handbook functions as a desk reference and pocket guide for anyone in a leadership position. It's also a great training tool for onboarding new leaders. Whether you work for a sta...
    Note: Online resource; Title from title page (viewed October 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9780730349433
    Language: English
    Pages: 1 online resource (280 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Shoes of Prey launched in 2009. It allowed people to design their dream shoes online, get them expertly manufactured, and have them shipped to anywhere in the world within two weeks. The startup broke even at two months, hit multi-million dollar revenues in under two years, raised tens of millions in funding from top-tier investors and shipped to more than 100 countries. All the metrics pointed to huge scalability. To a huge business. To a huge success. But it didn't succeed. In 2018 the business failed. And this is that story. Reboot tells the truth of what it is like to be at the helm of a global business. From the high highs of besting Karl Lagerfeld on global awards to the low lows of closing the doors on your dream, join author Jodie Fox on a raw journey as she reveals for the first time the story behind the story of fashion darling Shoes of Prey. This incredible ride will share lessons on raising capital, building a brand, finding suppliers, doing business in China and, most importantly, how to learn and grow from your successes and your mistakes and be ready every day to reboot for the next challenge.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn practical uses for some of the hottest tech applications trending among technology professionals We are living in an era of digital revolution. On the horizon, many emerging digital technologies are being developed at a breathtaking speed. Whether we like it or not, whether we are ready or not, digital technologies are going to penetrate more and more, deeper and deeper, into every aspect of our lives. This is going to fundamentally change how we live, how we work, and how we socialize. Java, as a modern high-level programming language, is an excellent tool for helping us to learn these digital technologies, as well as to develop digital applications, such as IoT, AI, Cybersecurity, Blockchain and more. Practical Java Programming uses Java as a tool to help you learn these new digital technologies and to be better prepared for the future changes. Gives you a brief overview for getting started with Java Programming Dives into how you can apply your new knowledge to some of the biggest trending applications today Helps you understand how to program Java to interact with operating systems, networking, and mobile applications Shows you how Java can be used in trending tech applications such as IoT (Internet of Things), AI (Artificial Intelligence), Cybersecurity, and Blockchain Get ready to find out firsthand how Java can be used for connected home devices, healthcare, the cloud, and all the hottest tech applications.
    Note: Online resource; Title from title page (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (392 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A design reference for engineers developing composite components for automotive chassis, suspension, and drivetrain applications This book provides a theoretical background for the development of elements of car suspensions. It begins with a description of the elastic-kinematics of the vehicle and closed form solutions for the vertical and lateral dynamics. It evaluates the vertical, lateral, and roll stiffness of the vehicle, and explains the necessity of the modelling of the vehicle stiffness. The composite materials for the suspension and powertrain design are discussed and their mechanical properties are provided. The book also looks at the basic principles for the design optimization using composite materials and mass reduction principles. Additionally, references and conclusions are presented in each chapter. Design and Analysis of Composite Structures for Automotive Applications: Chassis and Drivetrain offers complete coverage of chassis components made of composite materials and covers elastokinematics and component compliances of vehicles. It looks at parts made of composite materials such as stabilizer bars, wheels, half-axes, springs, and semi-trail axles. The book also provides information on leaf spring assembly for motor vehicles and motor vehicle springs comprising composite materials. Covers the basic principles for the design optimization using composite materials and mass reduction principles Evaluates the vertical, lateral, and roll stiffness of the vehicle, and explains the modelling of the vehicle stiffness Discusses the composite materials for the suspension and powertrain design Features closed form solutions of problems for car dynamics explained in details and illustrated pictorially Design and Analysis of Composite Structures for Automotive Applications: Chassis and Drivetrain is recommended primarily for engineers dealing with suspension design and development, and those who graduated from automotive or mechanical engineering courses in technical high school, or in other higher engineering schools.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 3+ Hours of Video Instruction Overview Implementing effective monitoring in Amazon Web Services (AWS) requires a fundamental understanding of several services and features in the ecosystem. AWS Monitoring Strategies Livelessons was specifically created to focus on monitoring in AWS to explain the various tools available in the AWS ecosystem for monitoring, including performance, availability, log, and security monitoring features. Monitoring is a critical piece of infrastructure that is often neglected. Monitoring in the cloud, and in AWS specifically, requires knowledge of specific principles as well as hands-on experience working with monitoring services and features. This course is dedicated to providing that knowledge, along with enough demonstrations to show how implementation actually works. About the Instructor Chad Smith is the principal cloud architect at Brightkey.cloud. He is a certified architect for both Amazon Web Services and Google Cloud Platform. He brings a wealth of relevant experience in cloud adoption, infrastructure design, data security, and cloud operations. Chad holds current AWS certifications in Architecture (Associate and Professional), SysOps, and Security. Skill Level Beginner/Intermediate Learn How To Determine the best monitoring services for your situation Determine the difference between passive and active response Use CloudWatch Dashboard Navigate a Route 53 Failover and Route 53 health checks Use logs and metrics to determine what is happening to your system Use thresholds and alarms Use CloudTrail, GuardDuty, AWS Config, and AWS Systems Manager Who Should Take This Course AWS architects AWS SysOps professionals AWS security professionals Beginner to intermediate AWS users Course Requirements Basic understanding of the AWS ecosystem and infrastructure architecture Working knowledge of traditional monitoring techniques Experience with automation strategies, including scripting languages Lesson descriptions Lesson 1, "Foundations of Monitoring," covers the elements of a 360-degree view of infrastructure and the differences between passive and active responses to alarms. Lesson 2, "Monitoring in AWS Overview," discusses how monitoring in AWS differs from monitoring traditional architectures in an on-premises data center. Monitoring access, permissions are covered along with hybrid architectures and how they make monitoring more complicated. Lesson 3, "Performance Monitoring," introduces CloudWatch and its dashb...
    Note: Online resource; Title from title screen (viewed November 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119611042
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Have you ever felt stuck with methods, tools and skills that do not match the increasing complexity you are part of? Would you like to work in new ways that strengthen thinking, communication and collaboration? Visual Collaboration introduces a new and innovative way of working and collaborating that will help you successfully manage complexity for yourself, your team, and your entire organization. The method of this book unlocks any team's ability to collaborate in complex projects and processes. By using a systematic and proven approach to drawing and visualizing. Visual Collaboration is a unique visual business book that will enable you to develop visual languages to fit any scenario, create engaging and powerful questions to assist your visual process design and turn a white canvas into a visual template that can improve any meeting, project, or process. The core of the book - a practical and easy-to-follow method - THE FIVE BUILDING BLOCKS will most likely become your preferred way of working. The method is supported by plentiful examples, 4-color drawing, chapter summaries, and clearly defined learning objectives. Enjoyable and powerful, this book will help you: Use visualization as a tool to explore opportunities and challenges Translate complex concepts into easy-to-understand actions Engage employees and team members with effective strategic processes Incorporate drawing into your strategic organizational toolbox to strengthen communication and collaboration Develop and apply powerful visual literacy skills The authors , internationally-recognized experts in strategy communication and visual facilitation, have helped incorporate visual collaboration into more than 500 organizations such as LEGO, IKEA, the Red Cross, the United Nations, and many others. This book is the must-have resource for you to follow their example.
    Note: Online resource; Title from title page (viewed November 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Help take your startup to the next step with the new and revised edition of the popular book on the VC deal process-from the co-founders of the Foundry Group How do venture capital deals come together? This is one of the most frequent questions asked by each generation of new entrepreneurs. Surprisingly, there is little reliable information on the subject. No one understands this better than Brad Feld and Jason Mendelson. The founders and driving force behind the Foundry Group-a venture capital firm focused on investing in early-stage information technology companies-Brad and Jason have been involved in hundreds of venture capital financings. Their investments range from small startups to large Series A venture financing rounds. The new edition of Venture Deals continues to show fledgling entrepreneurs the inner-workings of the VC process, from the venture capital term sheet and effective negotiating strategies to the initial seed and the later stages of development. Fully updated to reflect the intricacies of startups and entrepreneurship in today's dynamic economic environment, this new edition includes revisions and updates to coverage on negotiating, gender issues, ICO's, and economic terms. New chapters examine legal and procedural considerations relevant to fundraising, bank debt, equity and convertible debt, how to hire an investment banker to sell a company, and more. Provides valuable, real-world insights into venture capital structure and strategy Explains and clarifies the VC term sheet and other misunderstood aspects of capital funding Helps to build collaborative and supportive relationships between entrepreneurs and investors Draws from the author's years of practical experience in the VC arena Includes extensively revised and updated content throughout to increase readability and currency Venture Deals: Be Smarter Than Your Lawyer and Venture Capitalist is a must-have resource for Any aspiring entrepreneur, venture capitalist, or lawyer involved in VC deals as well as students and instructors in related areas of study.
    Note: Online resource; Title from title page (viewed August 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Tribe of Hackers: Cybersecurity Advice from the Best Hackers in the World (9781119643371) was previously published as Tribe of Hackers: Cybersecurity Advice from the Best Hackers in the World (9781793464187). While this version features a new cover design and introduction, the remaining content is the same as the prior release and should not be considered a new or updated product. Looking for real-world advice from leading cybersecurity experts? You've found your tribe. Tribe of Hackers: Cybersecurity Advice from the Best Hackers in the World is your guide to joining the ranks of hundreds of thousands of cybersecurity professionals around the world. Whether you're just joining the industry, climbing the corporate ladder, or considering consulting, Tribe of Hackers offers the practical know-how, industry perspectives, and technical insight you need to succeed in the rapidly growing information security market. This unique guide includes inspiring interviews from 70 security experts, including Lesley Carhart, Ming Chow, Bruce Potter, Robert M. Lee, and Jayson E. Street. Get the scoop on the biggest cybersecurity myths and misconceptions about security Learn what qualities and credentials you need to advance in the cybersecurity field Uncover which life hacks are worth your while Understand how social media and the Internet of Things has changed cybersecurity Discover what it takes to make the move from the corporate world to your own cybersecurity venture Find your favorite hackers online and continue the conversation Tribe of Hackers is a must-have resource for security professionals who are looking to advance their careers, gain a fresh perspective, and get serious about cybersecurity with thought-provoking insights from the world's most noteworthy hackers and influential security specialists.
    Note: Online resource; Title from title page (viewed August 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: From Amos Schwartzfarb, serial entrepreneur and veteran Managing Director of Techstars Austin comes the elemental, essential, and effective strategy that will help any startup identify, build, and grow their customers from day 1 Most startups fail because they can't grow revenue early or quickly enough. Startup CEOs will tell you their early missteps can be attributed to not finding their product market fit early enough, or at all. Founders overspend time and money trying to find product-market fit and make false starts, follow the wrong signals, and struggle to generate enough revenue to scale and raise funding. And all the while they never really knew who their customers were, what product they really needed, and why they needed it. But it doesn't have to be this way, and founders don't need to face it alone. Through expert guidance and experienced mentorship, every startup can avoid these pitfalls. The ultimate guide for building and scaling any startup sales organization, Sell More Faster shares the proven systems, methods, and lessons from Managing Director of Techstars Austin and sales expert Amos Schwartzfarb. Hear from founders of multi-million-dollar companies and CEOs who learned firsthand with Techstars, the leading mentorship-driven startup accelerator and venture capital firm that has invested in and mentored thousands of companies, collectively representing billions of dollars in funding and market cap. Schwartzfarb, and the Techstars Worldwide Network of more than 10,000 mentors do one thing better than anyone: help startup entrepreneurs succeed. They know how to sell, how to hire people who know how to sell, and how to use sales to gain venture funding-and now you can, too. Sell More Faster delivers the critical strategies and guidance necessary to avoid and manage the hazards all startups face and beat the odds. This valuable resource delivers: A comprehensive playbook to identify product market direction and product market fit Expert advice on building a diverse sales team and how to identify, recruit, and train the kinds of team members you need Models and best practices for sales funnels, pricing, compensation, and scaling A roadmap to create a repeatable and measurable path to find product-market fit Aggregated knowledge from Techstars leaders and industry experts Sell More Faster is an indispensable guide for entrepreneurs seeking product-market fit, building their sales team, developing a growth strategy, and chasing acc...
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (912 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Three experts provide an authoritative guide to the theory and practice of derivatives Derivatives: Theory and Practice and its companion website explore the practical uses of derivatives and offer a guide to the key results on pricing, hedging and speculation using derivative securities. The book links the theoretical and practical aspects of derivatives in one volume whilst keeping mathematics and statistics to a minimum. Throughout the book, the authors put the focus on explanations and applications. Designed as an engaging resource, the book contains commentaries that make serious points in a lighthearted manner. The authors examine the real world of derivatives finance and include discussions on a wide range of topics such as the use of derivatives by hedge funds and the application of strip and stack hedges by corporates, while providing an analysis of how risky the stock market can be for long-term investors, and more. To enhance learning, each chapter contains learning objectives, worked examples, details of relevant finance blogs technical appendices and exercises.
    Note: Online resource; Title from title page (viewed December 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119405375
    Language: English
    Pages: 1 online resource (512 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The bestselling beginner Arduino guide, updated with new projects! Exploring Arduino makes electrical engineering and embedded software accessible. Learn step by step everything you need to know about electrical engineering, programming, and human-computer interaction through a series of increasingly complex projects. Arduino guru Jeremy Blum walks you through each build, providing code snippets and schematics that will remain useful for future projects. Projects are accompanied by downloadable source code, tips and tricks, and video tutorials to help you master Arduino. You'll gain the skills you need to develop your own microcontroller projects! This new 2nd edition has been updated to cover the rapidly-expanding Arduino ecosystem, and includes new full-color graphics for easier reference. Servo motors and stepper motors are covered in richer detail, and you'll find more excerpts about technical details behind the topics covered in the book. Wireless connectivity and the Internet-of-Things are now more prominently featured in the advanced projects to reflect Arduino's growing capabilities. You'll learn how Arduino compares to its competition, and how to determine which board is right for your project. If you're ready to start creating, this book is your ultimate guide! Get up to date on the evolving Arduino hardware, software, and capabilities Build projects that interface with other devices-wirelessly! Learn the basics of electrical engineering and programming Access downloadable materials and source code for every project Whether you're a first-timer just starting out in electronics, or a pro looking to mock-up more complex builds, Arduino is a fantastic tool for building a variety of devices. This book offers a comprehensive tour of the hardware itself, plus in-depth introduction to the various peripherals, tools, and techniques used to turn your little Arduino device into something useful, artistic, and educational. Exploring Arduino is your roadmap to adventure-start your journey today!
    Note: Online resource; Title from title page (viewed November 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Essential hiring and team-building lessons from the #1 Podcaster in the world The Effective Hiring Manager offers an essential guide for managers, team leaders, and HR professionals in organizations large or small. The author's step-by-step approach makes the strategies easy to implement and help to ensure ongoing success. Hiring effectively is the single greatest long-term contribution to your organization. The only thing worse than having an open position is filling it with the wrong person. The Effective Hiring Manager offers a proven process for solving these problems and helping teams and organizations thrive. The fundamental principles of hiring and interviewing How to create criteria to hire by How to create excellent interview questions How to review resumes How to conduct phone screens How to structure an interview day How to conduct each interview How to capture interview results How to make an offer How to decline a candidate How to onboard candidates Written by Mark Horstman, co-founder of Manager Tools and an expert in training managers, The Effective Hiring Manager is an A to Z handbook to the successful hiring process. The book explores, in helpful detail, what it takes to hire the right person, for the right job, and the right team.
    Note: Online resource; Title from title page (viewed October 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (625 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An introduction to semi-Riemannian geometry as a foundation for general relativity Semi-Riemannian Geometry: The Mathematical Language of General Relativity is an accessible exposition of the mathematics underlying general relativity. The book begins with background on linear and multilinear algebra, general topology, and real analysis. This is followed by material on the classical theory of curves and surfaces, expanded to include both the Lorentz and Euclidean signatures. The remainder of the book is devoted to a discussion of smooth manifolds, smooth manifolds with boundary, smooth manifolds with a connection, semi-Riemannian manifolds, and differential operators, culminating in applications to Maxwell's equations and the Einstein tensor. Many worked examples and detailed diagrams are provided to aid understanding. This book will appeal especially to physics students wishing to learn more differential geometry than is usually provided in texts on general relativity. STEPHEN C. NEWMAN is Professor Emeritus at the University of Alberta, Edmonton, Alberta, Canada. He is the author of Biostatistical Methods in Epidemiology and A Classical Introduction to Galois Theory, both published by Wiley.
    Note: Online resource; Title from title page (viewed July 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Provides a smooth and pleasant transition from first-year calculus to upper-level mathematics courses in real analysis, abstract algebra and number theory Most universities require students majoring in mathematics to take a "transition to higher math" course that introduces mathematical proofs and more rigorous thinking. Such courses help students be prepared for higher-level mathematics course from their onset. Advanced Mathematics: A Transitional Reference provides a "crash course" in beginning pure mathematics, offering instruction on a blendof inductive and deductive reasoning. By avoiding outdated methods and countless pages of theorems and proofs, this innovative textbook prompts students to think about the ideas presented in an enjoyable, constructive setting. Clear and concise chapters cover all the essential topics students need to transition from the "rote-orientated" courses of calculus to the more rigorous "proof-orientated" advanced mathematics courses. Topics include sentential and predicate calculus, mathematical induction, sets and counting, complex numbers, point-set topology, and symmetries, abstract groups, rings, and fields. Each section contains numerous problems for students of various interests and abilities. Ideally suited for a one-semester course, this book: Introduces students to mathematical proofs and rigorous thinking Provides thoroughly class-tested material from the authors own course in transitioning to higher math Strengthens the mathematical thought process of the reader Includes informative sidebars, historical notes, and plentiful graphics Offers a companion website to access a supplemental solutions manual for instructors Advanced Mathematics: A Transitional Reference is a valuable guide for undergraduate students who have taken courses in calculus, differential equations, or linear algebra, but may not be prepared for the more advanced courses of real analysis, abstract algebra, and number theory that await them. This text is also useful for scientists, engineers, and others seeking to refresh their skills in advanced math.
    Note: Online resource; Title from title page (viewed October 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Expert guidance on using Visual Studio Code for editing and debugging your web development projects Visual Studio Code, a free, open source, cross-compatible source code editor, is one of the most popular choices for web developers. It is fast, lightweight, customizable, and contains built-in support for JavaScript, Typescript, and Node.js extensions for other languages, including C++, Python, and PHP. Features such as debugging capability, embedded Git control, syntax highlighting, code snippets, and IntelliSense intelligent code completion support-several of which set it apart from the competition-help make Visual Studio Code an impressive, out-of-the-box solution. Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers helps readers to become familiar with and productive in Visual Studio Code. This up-to-date guide covers all of the essential components of the software, including the editing features of the workspace, advanced functionality such as code refactoring and key binding, and integration with Grunt, Gulp, NPM, and other external tools. New users, experienced developers, and those considering moving from another developer tool will benefit from this book's detailed, yet easy-to-follow information on Visual Studio Code. This book: Teaches readers how to use Visual Studio Code to do full-stack development Explains the steps to install Visual Studio Code on Windows, Mac and Linux platforms Provides a foundation for non-users considering moving to Visual Studio Code Helps current users expand their knowledge of the tool and its available extensions Describes how to open a .NET Core project and get end-to-end execution and debugging functionality Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers is an invaluable guide for both professional and hobbyist web developers seeking immediately-useful information on Visual Studio Code.
    Note: Online resource; Title from title page (viewed September 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The real-world guide to defeating hackers and keeping your business secure Many books discuss the technical underpinnings and complex configurations necessary for cybersecurity-but they fail to address the everyday steps that boards, managers, and employees can take to prevent attacks. The Cybersecurity Playbook is the step-by-step guide to protecting your organization from unknown threats and integrating good security habits into everyday business situations. This book provides clear guidance on how to identify weaknesses, assess possible threats, and implement effective policies. Recognizing that an organization's security is only as strong as its weakest link, this book offers specific strategies for employees at every level. Drawing from her experience as CMO of one of the world's largest cybersecurity companies, author Allison Cerra incorporates straightforward assessments, adaptable action plans, and many current examples to provide practical recommendations for cybersecurity policies. By demystifying cybersecurity and applying the central concepts to real-world business scenarios, this book will help you: Deploy cybersecurity measures using easy-to-follow methods and proven techniques Develop a practical security plan tailor-made for your specific needs Incorporate vital security practices into your everyday workflow quickly and efficiently The ever-increasing connectivity of modern organizations, and their heavy use of cloud-based solutions present unique challenges: data breaches, malicious software infections, and cyberattacks have become commonplace and costly to organizations worldwide. The Cybersecurity Playbook is the invaluable guide to identifying security gaps, getting buy-in from the top, promoting effective daily security routines, and safeguarding vital resources. Strong cybersecurity is no longer the sole responsibility of IT departments, but that of every executive, manager, and employee.
    Note: Online resource; Title from title page (viewed September 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The revolutionary guide that challenged businesses around the world to stop selling to their buyers and start answering their questions to get results; revised and updated to address new technology, trends, the continuous evolution of the digital consumer, and much more In today's digital age, the traditional sales funnel-marketing at the top, sales in the middle, customer service at the bottom-is no longer effective. To be successful, businesses must obsess over the questions, concerns, and problems their buyers have, and address them as honestly and as thoroughly as possible. Every day, buyers turn to search engines to ask billions of questions. Having the answers they need can attract thousands of potential buyers to your company-but only if your content strategy puts your answers at the top of those search results. It's a simple and powerful equation that produces growth and success: They Ask, You Answer . Using these principles, author Marcus Sheridan led his struggling pool company from the bleak depths of the housing crash of 2008 to become one of the largest pool installers in the United States. Discover how his proven strategy can work for your business and master the principles of inbound and content marketing that have empowered thousands of companies to achieve exceptional growth. They Ask, You Answer is a straightforward guide filled with practical tactics and insights for transforming your marketing strategy. This new edition has been fully revised and updated to reflect the evolution of content marketing and the increasing demands of today's internet-savvy buyers. New chapters explore the impact of technology, conversational marketing, the essential elements every business website should possess, the rise of video, and new stories from companies that have achieved remarkable results with They Ask, You Answer . Upon reading this book, you will know: How to build trust with buyers through content and video. How to turn your web presence into a magnet for qualified buyers. What works and what doesn't through new case studies, featuring real-world results from companies that have embraced these principles. Why you need to think of your business as a media company, instead of relying on more traditional (and ineffective) ways of advertising and marketing. How to achieve buy-in at your company and truly embrace a culture of content and video. How to transform your current customer base into loyal brand advocates for your company. They...
    Note: Online resource; Title from title page (viewed August 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The accessible, non-technical guide to applying and benefiting from blockchain technology. Blockchain has grown at an enormous rate in a very short period of time. In a business context, blockchain can level the playing field between small and large organisations in several ways: Exact copies of the immutable, time-stamped data is held by all parties, all transactions can be viewed in real time, data blocks are cryptographically linked, all raw materials are traceable and smart contracts ensure no middle-men, ease of audit and reduced friction. The trust, transparency, security, quality and reduced costs of blockchain make it a game-changing technology that crosses sectors, industries and borders with ease. Even though the technologies are ready for adoption, businesses remain largely unaware of their full potential and effective implementation. End users require accurate and up-to-date information on the practical applications of blockchain - Commercializing Blockchain provides it. A practical and easy-to-understand guide to blockchain, this timely book illustrates how this revolutionary technology can be used to transform governments, businesses, enterprises and entire communities. The author draws from his experience with global retailers, global technology companies, UCL Centre for Blockchain technologies, the government of the UK, Retail Blockchain Consortium and many other sources to present real-world case studies on the use and benefits of blockchain. Topics include financial transactions, tokenisation, identity management, supply chain transparency, global shipping and freight, counterfeiting and more. Provides practical guidance for blockchain transactions in business operations Provides practical guidance for blockchain transactions in business operations Demonstrates how blockchain can add value and bring increased efficiency to commercial operations Covers all of the essential components of blockchain such as traceability, provenance, certification and authentication Requires no technical expertise to embrace blockchain strategies Commercializing Blockchain: Strategic Applications in the Real World is ideal for enterprises seeking to develop and deploy blockchain technology, particularly in areas retail, supply chain and consumer goods.
    Note: Online resource; Title from title page (viewed July 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A fascinating story about the power of networking, connection, and mentorship Written as an engaging parable, Swim! How a Shark, a Suckerfish, and a Parasite Teach You Leadership, Mentoring, and Next Level Success brings to life real-world challenges (and their solutions) and presents them in simple, yet powerful terms. The book explores the vital importance of networking, explores the steps that lead to successful networking, and explains why we need it. Swim! dives deep into the concepts of mentorship and the power of human connection. While too many business leaders spend their time obsessing about facts, figures, and the bottom line, it is more important for them to learn to manage relationships. Once attention shifts to relationships, businesses and careers can reach the next level of success. Written by a leading motivational speaker, this book offers ideas that can be applied to both personal and business life. Understand the importance of establishing habits and rituals Tap into the power of a positive mindset Discover the value of teamwork Learn to use intentional language about workplace culture Swim! is an entertaining book that highlights the significant concept of connecting and building relationships and includes the tools needed to become more self-aware about our roles and contributions in our industries.
    Note: Online resource; Title from title page (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 5+ Hours of Video Instruction As all companies become software companies, the reliability of software becomes an integral part of a business' success. Continuous testing is critical for delivering robust software and increasing reliability and confidence when software is released. Without constant validation, failure is imminent. Continuous integration allows developers to automate the debugging of new code as it is integrated and identify problems early in the release process. Jenkins is a widely used CI/CD platform, but the lack of a thorough understanding of best practices and scalability is pervasive. It is easy to install Jenkins, but it is difficult to get it right. This course walks you through industry standard best practices to deploy and maintain continuous testing with Jenkins. In this course, you learn how to deploy and configure a Jenkins instance with a real-world use case scenario. Description Cloud technology advancement has changed the face of the tech world, with more emphasis on continuous integration and delivery. Learn how to deploy, configure, and take advantage of Jenkins for Continuous Integration and Continuous Delivery (CI/CD) and pipeline-like workflows. This LiveLesson walks you through the industry standard best practices of deploying Jenkins in a continuous testing environment. Learn to create fully functional Jenkins servers based on Infrastructure as Code (IaC) as well as deploy Jenkins in both AWS and Google Cloud. Learn the advanced features of Jenkins, including the Jenkins Job Builder. Finally, learn several real-world Jenkins deployment case studies. The associated code can be accessed at: https://github.com/alfredodeza/static and https://github.com/alfredodeza/pipeline-jobs About the Instructor Noah Gift is a lecturer at UC Davis Graduate School of Management MSBA program, the Graduate Data Science program, MSDS, at Northwestern, the Data Science program at UC Berkeley, and the USF Health Informatics program. He is teaching and designing graduate Machine Learning, AI, Data Science courses, and consulting on Machine Learning and Cloud Architecture for students and faculty. These responsibilities include leading a multi-cloud certification initiative for students. Noah is also a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect and AWS Academy Accredited Instructor, Google Certified Professional Cloud Architect, and Microsoft MT...
    Note: Online resource; Title from title screen (viewed December 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: A revised edition that explores random numbers, probability, and statistical inference at an introductory mathematical level Written in an engaging and entertaining manner, the revised and updated second edition of Probably Not continues to offer an informative guide to probability and prediction. The expanded second edition contains problem and solution sets. In addition, the book's illustrative examples reveal how we are living in a statistical world, what we can expect, what we really know based upon the information at hand and explains when we only think we know something. The author introduces the principles of probability and explains probability distribution functions. The book covers combined and conditional probabilities and contains a new section on Bayes Theorem and Bayesian Statistics, which features some simple examples including the Presecutor's Paradox, and Bayesian vs. Frequentist thinking about statistics. New to this edition is a chapter on Benford's Law that explores measuring the compliance and financial fraud detection using Benford's Law. This book: Contains relevant mathematics and examples that demonstrate how to use the concepts presented Features a new chapter on Benford's Law that explains why we find Benford's law upheld in so many, but not all, natural situations Presents updated Life insurance tables Contains updates on the Gantt Chart example that further develops the discussion of random events Offers a companion site featuring solutions to the problem sets within the book Written for mathematics and statistics students and professionals, the updated edition of Probably Not: Future Prediction Using Probability and Statistical Inference, Second Edition combines the mathematics of probability with real-world examples. LAWRENCE N. DWORSKY, PhD, is a retired Vice President of the Technical Staff and Director of Motorola's Components Research Laboratory in Schaumburg, Illinois, USA. He is the author of Introduction to Numerical Electrostatics Using MATLAB from Wiley.
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The eagerly awaited sequel to the worldwide bestseller How to Build a Multi-Level Money Machine from Direct Selling icon and Hall of Famer Randy Gage Randy Gage revolutionized the Direct Selling profession with the bestselling phenomenon How to Build a Multi-Level Money Machine , translated into more than 20 languages . Now he's at it again with the long-waited sequel: Direct Selling Success. This all-new book is the ultimate textbook on creating success in the business. You'll learn everything from choosing the right company, finding the best candidates, becoming a rock star recruiter -to advanced skills like making powerful presentations, becoming a leader, and creating a leadership factory on your team. Since Randy's previous book took the profession by storm, there have been significant changes to the business that demand a fully up-to-date sequel: Regulatory oversight of the industry has increased dramatically, it's now much trickier to make simple product or income claims, and distributors are hungry for the right information on how to get it done. The business model has gained widespread public acceptance-it's now common for industry companies to secure naming rights for sports arenas and sponsor major league teams. Even Warren Buffet and Forbes Magazine promote the business. More and more people are taking on side hustles and are considering or already in the business.Maybe the biggest change is the impact of e-commerce, social media, and mobile apps on the business today. Randy's up-to-the-minute book explains how you can become successful in this new environment. The need for expert, proven guidance on the Direct Selling and Network Marketing profession has never been greater than right now. Direct Selling Success will help you: Choose the best company for you Locate the best candidates Become a Rock Star recruiter Design your system to create maximum duplication Employ the latest e-commerce and social media marketing techniques to grow your business Conduct powerful persuasive presentations Become a positive, dynamic leader for your team The Direct Selling industry continues to experience robust growth. The opportunity to generate passive income and create complete financial freedom is immense under current conditions. Direct Selling Success is a must-have resource for anyone who wants to build a team of customers and distributors that will generate residual income for years to come.
    Note: Online resource; Title from title page (viewed July 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (128 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Tokens tells the fascinating story of Eric, a skilled craftsman and builder. During the course of his business journey, Eric struggles to take his burgeoning company to the next level. A chance encounter introduces him to Carl, a retired multimillionaire. Carl offers Eric the opportunity to take any material and supplies from his log cabin in exchange for demolishing the building. While working on the cabin, Eric discovers an unexpected and mystifying gift from Carl, a note and a wooden token. As his relationship with Carl evolves, Eric is faced with countless business challenges and growth. Carl becomes a close friend and indispensable mentor offering his wisdom, knowledge, and business tips (tokens). Eric applies these valuable lessons and discovers the importance of the core concepts that created success for the members of Carl's mastermind group. Along the way, Eric also learns to appreciate the insights and advice from his own grandfather. The Tokens is centered on the building and construction industry and each business lesson helps to build a foundation of success that is so vital for sustaining growth and overcoming challenges. Written by successful entrepreneurs and devout instructors of personal and professional development, The Tokens outlines the eleven points for developing and maintaining a successful building or construction business with many of the lessons applicable to any business. The authors explain how to build confidence, become a person of integrity and optimism, create successful relationships, learn to overcome obstacles, and much more. The Tokens is an informative, entertaining, and heartwarming parable that motivates, inspires, and teaches.
    Note: Online resource; Title from title page (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Deliver great projects every time Projects are the lifeblood of organisations, but many projects fall short of expectations because of poor project management and/or poor project sponsorship. In The Project Book , author and 20-year project management and sponsorship veteran Colin D Ellis teaches you the skills and behaviours required to make your projects succeed, every time. The best projects, whether they are delivered in an agile or waterfall way, are a result of the people that lead them and the environment they create. This fail-safe and comprehensive handbook shows you how to develop the mindset and communication skills to create projects that leave a legacy for you, your team and your organisation. Project leaders and senior managers in all business and technical disciplines will benefit from the insightful guidance this book offers and better project outcomes will result. Split into two parts, individually addressing Project Leaders and Project Sponsors, this book guides large project facilitators to understand the importance of people over processes. become a project leader that people trust build a team culture of collaboration, agility and creativity upskill executives so that they're catalysts for transformation develop the organisational discipline needed for successful projects create a mature environment for your projects to thrive Engaging, informative and humorous, The Project Book will help project managers, project sponsors, scrum masters and product owners across all organisations to deliver successful projects in a way that customers will talk about for years.
    Note: Online resource; Title from title page (viewed July 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (544 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A bridge between the application of subspace-based methods for parameter estimation in signal processing and subspace-based system identification in control systems Model-Based Processing : An Applied Subspace Identification Approach provides expert insight on developing models for designing model-based signal processors (MBSP) employing subspace identification techniques to achieve model-based identification (MBID) and enables readers to evaluate overall performance using validation and statistical analysis methods. Focusing on subspace approaches to system identification problems, this book teaches readers to identify models quickly and incorporate them into various processing problems including state estimation, tracking, detection, classification, controls, communications, and other applications that require reliable models that can be adapted to dynamic environments. The extraction of a model from data is vital to numerous applications, from the detection of submarines to determining the epicenter of an earthquake to controlling an autonomous vehicles-all requiring a fundamental understanding of their underlying processes and measurement instrumentation. Emphasizing real-world solutions to a variety of model development problems, this text demonstrates how model-based subspace identification system identification enables the extraction of a model from measured data sequences from simple time series polynomials to complex constructs of parametrically adaptive, nonlinear distributed systems. In addition, this resource features: Kalman filtering for linear, linearized, and nonlinear systems; modern unscented Kalman filters; as well as Bayesian particle filters Practical processor designs including comprehensive methods of performance analysis Provides a link between model development and practical applications in model-based signal processing Offers in-depth examination of the subspace approach that applies subspace algorithms to synthesized examples and actual applications Enables readers to bridge the gap from statistical signal processing to subspace identification Includes appendices, problem sets, case studies, examples, and notes for MATLAB Model-Based Processing: An Applied Subspace Identification Approach is essential reading for advanced undergraduate and graduate students of engineering and science as well as engineers working in industry and academia.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Actionable tools, processes and metrics for successfully managing innovation projects Conventional project management methods are oftentimes insufficient for managing innovation projects. Innovation is lost under the pre-determined scope and forecasted environments of traditional project management. There is tremendous pressure on organizations to innovate, and the project managers responsible for managing these innovation projects do not have the training or tools to do their jobs effectively. Innovation Project Management provides the tools, insights, and metrics needed to successfully manage innovation projects-helping readers identify problems in their organization, conceive elegant solutions, and, when necessary, promote changes to their organizational culture. There are several kinds of innovation-ranging from incremental changes to existing products to wholly original processes that emerge from market-disrupting new technology-that possess different characteristics and often require different tools. Best-selling author and project management expert Harold Kerzner integrates innovation, project management, and strategic planning to offer students and practicing professionals the essential tools and processes to analyze innovation from all sides. Innovation Project Management deconstructs traditional project management methods and explains why and how innovation projects should be managed differently. This invaluable resource: Provides practical advice and actionable tools for effectively managing innovation projects Offers value-based project management metrics and guidance on how to establish a metrics management program Shares exclusive insights from project managers at world-class organizations such as Airbus, Boeing, Hitachi, IBM, and Siemens on how they manage innovation projects Explores a variety of types of innovation including co-creation, value-driven, agile, open versus closed, and more Instructors have access to PowerPoint lecture slides by chapter through the book's companion website Innovation Project Management: Methods, Case Studies, and Tools for Managing Innovation Projects is an essential text for professional project managers, corporate managers, innovation team members, as well as students in project management, innovation and entrepreneurship programs.
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119278160
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Avoid data blunders and create truly useful visualizations Avoiding Data Pitfalls is a reputation-saving handbook for those who work with data, designed to help you avoid the all-too-common blunders that occur in data analysis, visualization, and presentation. Plenty of data tools exist, along with plenty of books that tell you how to use them-but unless you truly understand how to work with data, each of these tools can ultimately mislead and cause costly mistakes. This book walks you step by step through the full data visualization process, from calculation and analysis through accurate, useful presentation. Common blunders are explored in depth to show you how they arise, how they have become so common, and how you can avoid them from the outset. Then and only then can you take advantage of the wealth of tools that are out there-in the hands of someone who knows what they're doing, the right tools can cut down on the time, labor, and myriad decisions that go into each and every data presentation. Workers in almost every industry are now commonly expected to effectively analyze and present data, even with little or no formal training. There are many pitfalls-some might say chasms -in the process, and no one wants to be the source of a data error that costs money or even lives. This book provides a full walk-through of the process to help you ensure a truly useful result. Delve into the "data-reality gap" that grows with our dependence on data Learn how the right tools can streamline the visualization process Avoid common mistakes in data analysis, visualization, and presentation Create and present clear, accurate, effective data visualizations To err is human, but in today's data-driven world, the stakes can be high and the mistakes costly. Don't rely on "catching" mistakes, avoid them from the outset with the expert instruction in Avoiding Data Pitfalls .
    Note: Online resource; Title from title page (viewed November 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 11 Steps to Awesome with Kubernetes, Istio, and Knative LiveLessons Sneak Peek 7 Hours of video The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.
    Note: Online resource; Title from title screen (viewed November 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (640 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The authoritative guide to governmental GAAP compliance, fully updated for 2019 Wiley GAAP for Governments 2019 is the definitive resource for accurate information on the latest pronouncements and guidelines applicable to state and local governments and entities. Designed as a practical application guide for professional users, this comprehensive resource provides expert coverage of all significant developments to governmental accounting principles over the previous year. Focusing on practical application, this essential guide provides detailed information on all relevant areas of GAAP including general and special revenue funds, capital project funds and debt service funds, derivative instruments, and many more. This book incorporates all of the pronouncements issued by the Governmental Accounting Standards Board (GASB) as well as proposed new statements or interpretations currently outstanding and relevant information on the GASB agenda for the upcoming year. Governmental accounting standards are continuously evolving, and practitioners must stay up to date with the latest changes if compliance is to be maintained. This invaluable guide offers in-depth guidance on GAAP standards, interpretation, applications, and procedures to help you: Keep pace with the latest accounting pronouncements Ensure compliance with all GAAP-required disclosure guidelines Understand how GAAP applies to school districts, public institutions, and individual pension plans Strengthen understanding of material with flowcharts, diagrams, and charts This efficiently organized guide enables users to locate, understand, and apply relevant information with ease. Wiley GAAP for Governments 2019 provides financial reporters with expert guidance and up-to-date information required to ensure compliance and lighten the workload. Highly regarded for its efficient and accurate coverage of material, this book is the definitive reference for financial professionals.
    Note: Online resource; Title from title page (viewed December 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: BRIDGES THE GAP BETWEEN SAS AND R, ALLOWING USERS TRAINED IN ONE LANGUAGE TO EASILY LEARN THE OTHER SAS and R are widely-used, very different software environments. Prized for its statistical and graphical tools, R is an open-source programming language that is popular with statisticians and data miners who develop statistical software and analyze data. SAS (Statistical Analysis System) is the leading corporate software in analytics thanks to its faster data handling and smaller learning curve. SAS for R Users enables entry-level data scientists to take advantage of the best aspects of both tools by providing a cross-functional framework for users who already know R but may need to work with SAS. Those with knowledge of both R and SAS are of far greater value to employers, particularly in corporate settings. Using a clear, step-by-step approach, this book presents an analytics workflow that mirrors that of the everyday data scientist. This up-to-date guide is compatible with the latest R packages as well as SAS University Edition. Useful for anyone seeking employment in data science, this book: Instructs both practitioners and students fluent in one language seeking to learn the other Provides command-by-command translations of R to SAS and SAS to R Offers examples and applications in both R and SAS Presents step-by-step guidance on workflows, color illustrations, sample code, chapter quizzes, and more Includes sections on advanced methods and applications Designed for professionals, researchers, and students, SAS for R Users is a valuable resource for those with some knowledge of coding and basic statistics who wish to enter the realm of data science and business analytics. AJAY OHRI is the founder of analytics startup Decisionstats.com. His research interests include spreading open source analytics, analyzing social media manipulation with mechanism design, simpler interfaces to cloud computing, investigating climate change, and knowledge flows. He currently advises startups in analytics off shoring, analytics services, and analytics. He is the author of Python for R Users: A Data Science Approach (Wiley), R for Business Analytics, and R for Cloud Computing.
    Note: Online resource; Title from title page (viewed September 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cybersecurity experts from across industries and sectors share insights on how to think like scientists to master cybersecurity challenges Humankind's efforts to explain the origin of the cosmos birthed disciplines such as physics and chemistry. Scientists conceived of the cosmic 'Big Bang' as an explosion of particles-everything in the universe centered around core elements and governed by laws of matter and gravity. In the modern era of digital technology, we are experiencing a similar explosion of ones and zeros, an exponentially expanding universe of bits of data centered around the core elements of speed and connectivity. One of the disciplines to emerge from our efforts to make sense of this new universe is the science of cybersecurity. Cybersecurity is as central to the Digital Age as physics and chemistry were to the Scientific Age. The Digital Big Bang explores current and emerging knowledge in the field of cybersecurity, helping readers think like scientists to master cybersecurity principles and overcome cybersecurity challenges. This innovative text adopts a scientific approach to cybersecurity, identifying the science's fundamental elements and examining how these elements intersect and interact with each other. Author Phil Quade distills his over three decades of cyber intelligence, defense, and attack experience into an accessible, yet detailed, single-volume resource. Designed for non-specialist business leaders and cybersecurity practitioners alike, this authoritative book is packed with real-world examples, techniques, and strategies no organization should be without. Contributions from many of the world's leading cybersecurity experts and policymakers enable readers to firmly grasp vital cybersecurity concepts, methods, and practices. This important book: Guides readers on both fundamental tactics and advanced strategies Features observations, hypotheses, and conclusions on a wide range of cybersecurity issues Helps readers work with the central elements of cybersecurity, rather than fight or ignore them Includes content by cybersecurity leaders from organizations such as Microsoft, Target, ADP, Capital One, Verisign, AT&T, Samsung, and many others Offers insights from national-level security experts including former Secretary of Homeland Security Michael Chertoff and former Director of National Intelligence Mike McConnell The Digital Big Bang is an invaluable source of information for anyone faced with the challenges of 21...
    Note: Online resource; Title from title page (viewed September 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Retain your talent with a proactive approach to employee development, one conversation at a time When employees are happy at work, the energy and creativity they possess is virtually limitless. But many leaders are ill-equipped to discuss and gauge the career satisfaction of their employees, and risk losing their talent to their competitors. Career Conversations is your guide to developing the skills needed for effective career discussions with your staff, providing step-by-step instructions on how to incorporate this capability into your leadership routine. It has never been easier for employees to seek other job opportunities. Search firms and online platforms such as LinkedIn make the danger of the competition poaching your best employees all too real. To take active, dynamic and genuine interest in their employee's career satisfaction and development, leaders require the skills and knowledge to have ongoing career conversations. Packed full of case studies, practical exercises and key insights, career development expert Greg Smith explains how leaders can guide their employees to achieve career satisfaction by taking an active, dynamic and ongoing interest in their development. engage with employees on career aspirations listen critically and build trust help employees reinvent themselves for the future of work gain self-insight and become a more effective leader empathise and respond to your staff's needs. Career Conversations is a must-read for current and aspiring organisational leaders, Human Resource directors, HR practitioners, senior executives, supervisors, managers and business owners. This book will help you guide your employees through their careers and, in turn, help your company thrive.
    Note: Online resource; Title from title page (viewed July 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover the military's keys to excellent leadership and team building training The Program: Lessons From Elite Military Units for Creating and Sustaining High Performing Leaders and Teams offers a hands-on guide to the winning techniques and tactics of The Program, the acclaimed team building and leadership development company. Drawing on the actual experiences of The Program's instructors from their personal combat stories to working with world-class athletic teams and successful corporations, the book clearly shows how The Program's training operations can help to achieve life goals and ambitions. The Program offers a road map that contains illustrative examples, ideas, and approaches for improving teammates and leaders at all levels within an organization of any size or type. Bring your organization to the next level of success Discover how to hold your leaders and teammates to the highest standards Understand how accountability increases effectiveness Learn to communicate effectively This important book explores the military's leadership and team building concepts that can be implemented to ensure an organization creates and sustains performance that adheres to the highest standards of excellence.
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Elevate your brand, rise above the crowd, and build tribe In Follow the Feeling , strategy advisor Kai D. Wright answers a critical question plaguing entrepreneurs, brand strategists, marketers, and leaders: how do you grow your brand in a noisy world? Analyzing 1,500 fast-growing companies from Alibaba to Zara, the Columbia University lecturer and Ogilvy global consulting partner unpacks five branding secrets. Starting with behavioral economic principles and ending with a new systems-based approach to brand building, Wright offers readers one metric that trumps the hundreds entangling brand value, feelings. Follow the Feeling will show you how to best build and position your brand so you can stand out from competitors, build a tribe, and engineer a positive feeling across five important branding territories-lexicon, audio cues, visual stimuli, experience, and culture. Sharing real-world lessons and practical advice he has gained helping everyone from Sean Diddy Combs and Meghan Trainor to Bank of America and HP develop and implement shareable, culturally-infectious branding strategies. Through storytelling, global research, and practical tips, this valuable book will help you and your organization: Efficiently create and deploy a comprehensive brand strategy across the organization Quickly launch new brands or reboot existing brands for growth Build tribes from audiences, consumers, clients, and partners Lean into the convergence of communication, culture, digital, and technology Regardless of industry or sector, branding is essential for companies, non-profits, and even individuals. Follow the Feeling: Brand Building in a Noisy World is a must-have resource for anyone from C-Suite executives to aspiring entrepreneurs seeking to unleash the full potential of their brand. And in this world of ever-increasing metrics paired with waning attentiveness, the most important signal of brand health is how you, through your brand, make people feel.
    Note: Online resource; Title from title page (viewed August 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A hands-on guide for creating a winning engineering project Engineering Project Management is a practical, step-by-step guide to project management for engineers. The author - a successful, long-time practicing engineering project manager - describes the techniques and strategies for creating a successful engineering project. The book introduces engineering projects and their management, and then proceeds stage-by-stage through the engineering life-cycle project, from requirements, implementation, to phase-out. The book offers information for understanding the needs of the end user of a product and other stakeholders associated with a project, and is full of techniques based on real, hands-on management of engineering projects. The book starts by explaining how we perform the actual engineering on projects; the techniques for project management contained in the rest of the book use those engineering methods to create superior management techniques. Every topic - from developing a work-breakdown structure and an effective project plan, to creating credible predictions for schedules and costs, through monitoring the progress of your engineering project - is infused with actual engineering techniques, thereby vastly increasing the effectivity and credibility of those management techniques. The book also teaches you how to draw the right conclusions from numeric data and calculations, avoiding the mistakes that often cause managers to make incorrect decisions. The book also provides valuable insight about what the author calls the social aspects of engineering project management: aligning and motivating people, interacting successfully with your stakeholders, and many other important people-oriented topics. The book ends with a section on ethics in engineering. This important book: Offers a hands-on guide for developing and implementing a project management plan Includes background information, strategies, and techniques on project management designed for engineers Takes an easy-to-understand, step-by-step approach to project management Contains ideas for launching a project, managing large amount of software, and tips for ending a project Structured to support both undergraduate and graduate courses in engineering project management, Engineering Project Management is an essential guide for managing a successful project from the idea phase to the completion of the project.
    Note: Online resource; Title from title page (viewed August 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119491446
    Language: English
    Pages: 1 online resource (544 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The essential guide to effective IG strategy and practice Information Governance is a highly practical and deeply informative handbook for the implementation of effective Information Governance (IG) procedures and strategies. A critical facet of any mid- to large-sized company, this "super-discipline" has expanded to cover the management and output of information across the entire organization; from email, social media, and cloud computing to electronic records and documents, the IG umbrella now covers nearly every aspect of your business. As more and more everyday business is conducted electronically, the need for robust internal management and compliance grows accordingly. This book offers big-picture guidance on effective IG, with particular emphasis on document and records management best practices. Step-by-step strategy development guidance is backed by expert insight and crucial advice from a leading authority in the field. This new second edition has been updated to align with the latest practices and regulations, providing an up-to-date understanding of critical IG concepts and practices. Explore the many controls and strategies under the IG umbrella Understand why a dedicated IG function is needed in today's organizations Adopt accepted best practices that manage risk in the use of electronic documents and data Learn how IG and IT technologies are used to control, monitor, and enforce information access and security policy IG strategy must cover legal demands and external regulatory requirements as well as internal governance objectives; integrating such a broad spectrum of demands into workable policy requires a deep understanding of key concepts and technologies, as well as a clear familiarity with the most current iterations of various requirements. Information Governance distills the best of IG into a primer for effective action.
    Note: Online resource; Title from title page (viewed December 5, 2019)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (440 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book is a comprehensive introduction to model predictive control (MPC), including its basic principles and algorithms, system analysis and design methods, strategy developments and practical applications. The main contents of the book include an overview of the development trajectory and basic principles of MPC, typical MPC algorithms, quantitative analysis of classical MPC systems, design and tuning methods for MPC parameters, constrained multivariable MPC algorithms and online optimization decomposition methods. Readers will then progress to more advanced topics such as nonlinear MPC and its related algorithms, the diversification development of MPC with respect to control structures and optimization strategies, and robust MPC. Finally, applications of MPC and its generalization to optimization-based dynamic problems other than control will be discussed. Systematically introduces fundamental concepts, basic algorithms, and applications of MPC Includes a comprehensive overview of MPC development, emphasizing recent advances and modern approaches Features numerous MPC models and structures, based on rigorous research Based on the best-selling Chinese edition, which is a key text in China Predictive Control: Fundamentals and Developments is written for advanced undergraduate and graduate students and researchers specializing in control technologies. It is also a useful reference for industry professionals, engineers, and technicians specializing in advanced optimization control technology.
    Note: Online resource; Title from title page (viewed November 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Incorporating Chinese, European, and International standards and units of measurement, this book presents a classic subject in an up-to-date manner with a strong emphasis on failure analysis and prevention-based machine element design. It presents concepts, principles, data, analyses, procedures, and decision-making techniques necessary to design safe, efficient, and workable machine elements. Design-centric and focused, the book will help students develop the ability to conceptualize designs from written requirements and to translate these design concepts into models and detailed manufacturing drawings. Presents a consistent approach to the design of different machine elements from failure analysis through strength analysis and structural design, which facilitates students' understanding, learning, and integration of analysis with design Fundamental theoretical topics such as mechanics, friction, wear and lubrication, and fluid mechanics are embedded in each chapter to illustrate design in practice Includes examples, exercises, review questions, design and practice problems, and CAD examples in each self-contained chapter to enhance learning Analysis and Design of Machine Elements is a design-centric textbook for advanced undergraduates majoring in Mechanical Engineering. Advanced students and engineers specializing in product design, vehicle engineering, power machinery, and engineering will also find it a useful reference and practical guide.
    Note: Online resource; Title from title page (viewed April 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (424 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: A hands-on guide to using Excel in the business context First published in 2012, Using Excel for Business and Financial Modelling contains step-by-step instructions of how to solve common business problems using financial models, including downloadable Excel templates, a list of shortcuts and tons of practical tips and techniques you can apply straight away. Whilst there are many hundreds of tools, features and functions in Excel, this book focuses on the topics most relevant to finance professionals. It covers these features in detail from a practical perspective, but also puts them in context by applying them to practical examples in the real world. Learn to create financial models to help make business decisions whilst applying modelling best practice methodology, tools and techniques. • Provides the perfect mix of practice and theory • Helps you become a DIY Excel modelling specialist • Includes updates for Excel 2019/365 and Excel for Mac • May be used as an accompaniment to the author’s online and face-to-face training courses Many people are often overwhelmed by the hundreds of tools in Excel, and this book gives clarity to the ones you need to know in order to perform your job more efficiently. This book also demystifies the technical, design, logic and financial skills you need for business and financial modelling.
    Note: Online resource; Title from title page (viewed April 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Expert guidance on how to grow innovation and optimize already-successful areas of established organizations Transforming Legacy Organizations provides real-world advice and research-based information on how to grow innovation by employing new technologies, improving processes, and establishing a culture of creativity and forward momentum. Conventional business wisdom views innovation as the biggest advantage startups have over large, established organizations, often referred to as legacy organizations. This belief is false, especially when considering that 70% of all startups fail within 20 months of their first venture round. The truth is innovation initiatives of legacy organizations have far better chances of succeeding. Organizations with superior resources—money, customers, suppliers, data, employees, infrastructure—can overcome challenges from new entrepreneurial ventures: knowing how to leverage their underutilized advantage is key for achieving sustained, long-term innovation success. Author Kris Oestergaard has been teaching established organizations around the world for over 15 years. Transforming Legacy Organizations illustrates how to best pursue innovation to create future success. This book helps leaders to: Incorporate proven strategies and research-based information into your organization’s overall innovation initiatives Use new technologies to improve processes and increase innovation Learn to capitalize on your organization’s existing resources to beat startups at their own game Transform innovative concepts into specific products, services, and business models Reinvent your organization to overcome disruptions in the market and challenges from new competitors Transforming Legacy Organizations: Turn your Established Business into an Innovation Champion to Win the Future is a valuable resource for leaders of established companies such as C-Suite executives, senior managers, and heads of business development, innovation, and digital teams.
    Note: Online resource; Title from title page (viewed August 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Everything you ever wanted to know about consulting—a practical roadmap for aspiring entrepreneurs Seismic changes occurring in the workforce are leading to more and more people entering the world of contract, freelance, and contingency work. Rapid changes in demographics and advances in technology have led companies and talent to engage in profoundly new ways and consulting is one of the keys to success. The New Business of Consulting is authentic and practical, and shares the knowledge and skills required to start and grow a successful consulting business. From how to make a smooth career transition, to how to determine a consulting fee, to how consultants inadvertently create a bad reputation, it covers everything you need to know to thrive and flourish in this competitive field. Covers contemporary topics, such as how to achieve success in the gig economy Discloses a reliable technique to land the clients you want Presents options to help you balance your life and your business Prepares you for naming your business, managing critical financial issues, and building a client relationship Shows you how to take your income and impact beyond working as a solopreneur The crucial start-up days of a consulting business may be frenetic and fraught with questions. This new edition provides sanity and answers all the questions. It includes practical tools, templates, and checklists that you can download and implement immediately.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become the leader others want to follow Forget everything you know about motivating others and building a harmonious workplace. If you want to get the best out of people, you must be willing to fight. But, that doesn't mean you become a dominator, nor does coddling others work. The best leader you've ever had in your life was a liberator—someone willing to fight for your highest good, even at a personal cost. Inside, global leadership experts Jeremie Kubicek and Steve Cockram explain what made that leader so unique, how to become that person yourself, and how to share the same gift with others. Be one of the few that people actually want to follow Learn the lost art of leadership—the intentional calibration of support and challenge for everyone you lead, your team and your family Become a multiplication master as you learn to bring the best out of people for their highest good and that of the whole team Overhaul entire cultures by focusing on the transformation and empowerment of sub-culture leaders The 100x Leader will help you become—and build—leaders worth following.
    Note: Online resource; Title from title page (viewed March 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Achieve higher levels of workforce engagement and retain more employees A strong U.S. economy with record-low unemployment rates and the shift to Millennials—now the largest generation in the workforce—are driving specific challenges for organizations to engage and retain employees. Engaged employees don't just happen, they are nurtured by organizations with great cultures and strong leadership. Talent Keepers puts a new spin on a systematic approach to employee engagement and retention with precise tactics that have achieved proven results. This book includes research-based methods of engaging employees, beginning the moment they are hired. With six client case studies that focus on how the organization put an engagement plan into practice and achieved success, readers will come away with specific, actionable strategies they can begin implementing immediately in their organization. • Put an engagement plan into action • Find actionable strategies • Implement ways to retain your best employees • Achieve success starting today If you’re a top leader looking to engage and retain your best performers, Talent Keepers has you covered.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Turn the tables on the social dynamics of sales—stop chasing prospects and start closing deals Sales Badassery : Kick Ass. Take Names. Crush the Competition is a no-nonsense guide to transforming your entire attitude to sales, turning the old way of doing things on its head to shift all the power to you. The common myth of sales strategy tells you to approach a prospect from a position of deference— they hold the superior position, forcing you to supplicate, beg, make undue concessions, and be at their beck and call during and after the sale. This indispensable work shows you that levelling the playing field is not enough, you need to slant it in your direction. The innovative Sales Badassery philosophy enables you to turn yourself into an unstoppable sales powerhouse, taking no prisoners along the way. Best-selling author Frank Rumbauskas has distilled years of successful sales experience into an effective sales philosophy. This invaluable book provides the tools and guidance for transforming ordinary salespeople into top-level businesspersons. Regardless of what you sell, the proven techniques of this essential resource will empower you to: Transform yourself into a Sales Badass, respected by your customers and feared by your competitors Stop sucking up to your prospects and never accept the word “no” Adopt a zero-tolerance policy for disrespectful and unreasonable customers Convert customers into colleagues to expand your contacts and increase referrals Sales Badassery: Kick Ass. Take Names. Crush the Competition is a must-read for everyone tired of chasing prospects and selling their souls for the sake of a sale. This transformative approach to sales will enable you leverage your power, conquer your competitors, and steer your goals in the direction you always wanted.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 4+ Hours of Video Instruction Machine Learning is the scientific study of models and algorithms that train a computer to make predictions without explicit instruction. Machine Learning is a subset of Artificial Intelligence, which can be defined as computers that mimic human problem-solving. This video demonstrates the core principles of Machine Learning and AI, including supervised Machine Learning, unsupervised Machine Learning, neural networks, and social network theory. Learn to master the foundational concepts of AI and Machine Learning. The LiveLessons video starts with an overview of Artificial Intelligence and covers applications of AI across industries and opportunities in AI for individuals, organizations, and ecosystems. It also covers the difference between narrow, general, and super AI. Description Shore up the foundational knowledge necessary to work with Artificial Intelligence and Machine Learning! This LiveLesson video covers the core principles of Artificial Intelligence and Machine Learning, including how to frame a problem in terms of Machine Learning and how Machine Learning is different than statistics. Learn about fundamental concepts including nearest neighbors, decision trees, and neural networks. The video wraps up covering timely machine learning topics such as cluster analysis, dimensionality reduction, and social networks. Access the code repository for this LiveLesson at https://github.com/noahgift/fundamentals_ai_ml . About the Instructor Noah Gift is lecturer and consultant at UC Davis Graduate School of Management MSBA program the Graduate Data Science program, MSDS, at Northwestern, the Graduate Data Science program at UC Berkeley. He is teaching and designing graduate Machine Learning, AI, Data Science courses and consulting on Machine Learning and Cloud Architecture for students and faculty. These responsibilities include leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect and AWS Academy Accredited Instructor, Google Certified Professional Cloud Architect, and Microsoft MTA on Python. Noah was selected to the SME Machine Learning team due to accomplishments in the area of Machine Learning on the AWS platform. He has published more than 100 technical publications, including several books on subjects ranging from Cloud Machine Learning to DevOps. Gift received an MBA fro...
    Note: Online resource; Title from title screen (viewed September 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Demonstrates how to solve reliability problems using practical applications of Bayesian models This self-contained reference provides fundamental knowledge of Bayesian reliability and utilizes numerous examples to show how Bayesian models can solve real life reliability problems. It teaches engineers and scientists exactly what Bayesian analysis is, what its benefits are, and how they can apply the methods to solve their own problems. To help readers get started quickly, the book presents many Bayesian models that use JAGS and which require fewer than 10 lines of command. It also offers a number of short R scripts consisting of simple functions to help them become familiar with R coding. Practical Applications of Bayesian Reliability starts by introducing basic concepts of reliability engineering, including random variables, discrete and continuous probability distributions, hazard function, and censored data. Basic concepts of Bayesian statistics, models, reasons, and theory are presented in the following chapter. Coverage of Bayesian computation, Metropolis-Hastings algorithm, and Gibbs Sampling comes next. The book then goes on to teach the concepts of design capability and design for reliability; introduce Bayesian models for estimating system reliability; discuss Bayesian Hierarchical Models and their applications; present linear and logistic regression models in Bayesian Perspective; and more. Provides a step-by-step approach for developing advanced reliability models to solve complex problems, and does not require in-depth understanding of statistical methodology Educates managers on the potential of Bayesian reliability models and associated impact Introduces commonly used predictive reliability models and advanced Bayesian models based on real life applications Includes practical guidelines to construct Bayesian reliability models along with computer codes for all of the case studies JAGS and R codes are provided on an accompanying website to enable practitioners to easily copy them and tailor them to their own applications Practical Applications of Bayesian Reliability is a helpful book for industry practitioners such as reliability engineers, mechanical engineers, electrical engineers, product engineers, system engineers, and materials scientists whose work includes predicting design or product performance.
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (500 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Deep, insightful analysis of controversial risk management issues in Islamic banking Mapping the Risks And Risk Management Practices In Islamic Banking is a comprehensive analysis of the current state of risk management practices within the Islamic banking industry, with recommendations for policy makers, bankers, and industry stakeholders. Going beyond the academic, this book presents the opinions and perceptions of industry financiers and bankers, alongside primary information and data collected by Islamic finance professionals to deconstruct and analyze the sector's current risk management practices. You'll get up to date on the latest attitudes and trends, and delve into the current issues surrounding risk management in Islamic banks. With a focus on practical applications, this authoritative guide discusses the unique risks facing Islamic banks, from the perspective of a wide range of practitioners. Risk management is one of the biggest, most controversial issues in Islamic finance, yet it remains under-researched. Many uncertainties exist for which the answers are still unclear, yet will play a large role in shaping the industry's future. This book digs deep into current ideas and practices to discover what's being done, what needs to be done, and what needs to stop happening to keep the future of Islamic finance strong. Explore both Islamic and traditional attitudes toward risk Examine current Islamic risk management practices Understand the latest industry issues and trends Consider the diverse range of risks unique to the Islamic banking sector Effective risk management in Islamic banking deserves priority attention. Unless the industry develops its own genuine risk management architecture, it cannot achieve its full potential and the viability needed for a more resilient financial system than the debunked Wall Street model. Mapping the Risks and Risk Management Practices in Islamic Banking provides a deep, authoritative analysis of where the industry is today and where it needs to develop.
    Note: Online resource; Title from title page (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119523734 , 1119523737 , 1119523788 , 9781119523789 , 9781119523758 , 1119523753 , 9781119523789
    Language: English
    Pages: 1 online resource (560 pages)
    Edition: 5th edition
    Series Statement: Wiley series in probability and statistics
    Parallel Title: Erscheint auch als
    Keywords: Insurance Statistical methods ; Insurance Mathematical models ; Electronic books ; local ; Assurance ; Méthodes statistiques ; Assurance ; Modèles mathématiques ; BUSINESS & ECONOMICS ; Insurance ; Risk Assessment & Management ; Insurance ; Mathematical models ; Insurance ; Statistical methods
    Abstract: A guide that provides in-depth coverage of modeling techniques used throughout many branches of actuarial science, revised and updated Now in its fifth edition, Loss Models: From Data to Decisions puts the focus on material tested in the Society of Actuaries (SOA) newly revised Exams STAM (Short-Term Actuarial Mathematics) and LTAM (Long-Term Actuarial Mathematics). Updated to reflect these exam changes, this vital resource offers actuaries, and those aspiring to the profession, a practical approach to the concepts and techniques needed to succeed in the profession. The techniques are also valuable for anyone who uses loss data to build models for assessing risks of any kind. Loss Models contains a wealth of examples that highlight the real-world applications of the concepts presented, and puts the emphasis on calculations and spreadsheet implementation. With a focus on the loss process, the book reviews the essential quantitative techniques such as random variables, basic distributional quantities, and the recursive method, and discusses techniques for classifying and creating distributions. Parametric, non-parametric, and Bayesian estimation methods are thoroughly covered. In addition, the authors offer practical advice for choosing an appropriate model. This important text: • Presents a revised and updated edition of the classic guide for actuaries that aligns with newly introduced Exams STAM and LTAM • Contains a wealth of exercises taken from previous exams • Includes fresh and additional content related to the material required by the Society of Actuaries (SOA) and the Canadian Institute of Actuaries (CIA) • Offers a solutions manual available for further insight, and all the data sets and supplemental material are posted on a companion site Written for students and aspiring actuaries who are preparing to take the SOA examinations, Loss Models offers an essential guide to the concepts and techniques of actuarial science.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Somewhere along the way, we got distracted. As much as we multitask, love our devices and feel like we’re in control, deep down we know that something is off. Shortened attention spans, declines in critical thinking, lack of sleep, self-doubt and decreased creativity are just some of the effects coming to light in an age of digital distraction. It’s time to reclaim our lives. It’s time to take control. Lifescale is a journey of self-discovery and growth. It’s about getting back into balance and remastering our destinies. Author Brian Solis knows first-hand. He struggled with distraction and all of its ill-effects. To get his life back, he developed a set of techniques, exercises, and thought experiments designed to tame the chaos, and positively and productively navigate our day-to-day lives. Instead of falling victim to the never-ending cycle of newsfeeds, Likes, addictive apps, and boredom scrolling (aka the endless scroll), we can learn to manage our time and inspire our own lives in a way that will bring meaning back—without sacrificing the benefits that our devices bring us. In Lifescale , Brian has done the legwork to pull together scientific findings and practical tools into one book. Readers—especially those who are distracted—will connect with the humor, pathos, and inspiration inside. Using this book’s simple but powerful lessons, we can: Identify sources of distraction and turn attention toward creativity and productivity Understand and resist the manipulative techniques that turn us into digital addicts Find meaning and purpose to guide our time in more meaningful ways Visualize future success to successfully dive into deep work and stop procrastinating Break bad habits, establish rituals, and establish routines that help you achieve goals Nurture imagination and learn to express ourselves more artistically Maximize productivity with simple but effective strategies Focus for extended periods and make breaks more restorative Foster a strong sense of purpose in life and identify the steps needed to bring it to life every day Smile more and build self-esteem With the renewed perspective Lifescale offers, we can finally learn to prioritize what matters, and live our digital and physical lives with intention and true happiness.
    Note: Online resource; Title from title page (viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (268 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Designing scalable software in C++ requires more than just a sound understanding of logical design. Senior developers, architects, and project leaders need a grasp of high-level physical design concepts that even many software experts have never explored. In Large-Scale C++, Volume I: Process and Architecture , John Lakos takes a practitioner's view of modern large-scale software development, helping experienced professionals apply architectural-level physical design concepts in their everyday work. Lakos teaches critical concepts clearly and concisely, with new high-value examples. Up to date and modular, Large-Scale C++, Volume I, is designed to help you solve problems right now, and serve as an indispensable reference for years to come.
    Note: Online resource; Title from title page (viewed December 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build a Keras model to scale and deploy on a Kubernetes cluster We have seen an exponential growth in the use of Artificial Intelligence (AI) over last few years. AI is becoming the new electricity and is touching every industry from retail to manufacturing to healthcare to entertainment. Within AI, we're seeing a particular growth in Machine Learning (ML) and Deep Learning (DL) applications. ML is all about learning relationships from labeled (Supervised) or unlabeled data (Unsupervised). DL has many layers of learning and can extract patterns from unstructured data like images, video, audio, etc. Keras to Kubernetes: The Journey of a Machine Learning Model to Production takes you through real-world examples of building DL models in Keras for recognizing product logos in images and extracting sentiment from text. You will then take that trained model and package it as a web application container before learning how to deploy this model at scale on a Kubernetes cluster. You will understand the different practical steps involved in real-world ML implementations which go beyond the algorithms. • Find hands-on learning examples • Learn to uses Keras and Kubernetes to deploy Machine Learning models • Discover new ways to collect and manage your image and text data with Machine Learning • Reuse examples as-is to deploy your models • Understand the ML model development lifecycle and deployment to production If you're ready to learn about one of the most popular DL frameworks and build production applications with it, you've come to the right place!
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive introduction to the core issues of stochastic differential equations and their effective application Introduction to Stochastic Differential Equations with Applications to Modelling in Biology and Finance offers a comprehensive examination to the most important issues of stochastic differential equations and their applications. The author — a noted expert in the field — includes myriad illustrative examples in modelling dynamical phenomena subject to randomness, mainly in biology, bioeconomics and finance, that clearly demonstrate the usefulness of stochastic differential equations in these and many other areas of science and technology. The text also features real-life situations with experimental data, thus covering topics such as Monte Carlo simulation and statistical issues of estimation, model choice and prediction. The book includes the basic theory of option pricing and its effective application using real-life. The important issue of which stochastic calculus, Itô or Stratonovich, should be used in applications is dealt with and the associated controversy resolved. Written to be accessible for both mathematically advanced readers and those with a basic understanding, the text offers a wealth of exercises and examples of application. This important volume: Contains a complete introduction to the basic issues of stochastic differential equations and their effective application Includes many examples in modelling, mainly from the biology and finance fields Shows how to: Translate the physical dynamical phenomenon to mathematical models and back, apply with real data, use the models to study different scenarios and understand the effect of human interventions Conveys the intuition behind the theoretical concepts Presents exercises that are designed to enhance understanding Offers a supporting website that features solutions to exercises and R code for algorithm implementation Written for use by graduate students, from the areas of application or from mathematics and statistics, as well as academics and professionals wishing to study or to apply these models, Introduction to Stochastic Differential Equations with Applications to Modelling in Biology and Finance is the authoritative guide to understanding the issues of stochastic differential equations and their application.
    Note: Online resource; Title from title page (viewed April 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Provides an easy-to-read introduction to the area of polymer flooding to improve oil production The production and utilization of oil has transformed our world. However, dwindling reserves are forcing industry to manage resources more efficiently, while searching for alternative fuel sources that are sustainable and environmentally friendly. Polymer flooding is an enhanced oil recovery technique that improves sweep, reduces water production, and improves recovery in geological reservoirs. This book summarizes the key factors associated with polymers and polymer flooding—from the selection of the type of polymer through characterization techniques, to field design and implementation—and discusses the main issues to consider when deploying this technology to improve oil recovery from mature reservoirs. Essentials of Polymer Flooding Technique introduces the area of polymer flooding at a basic level for those new to petroleum production. It describes how polymers are used to improve efficiency of “chemical” floods (involving surfactants and alkaline solutions). The book also offers a concise view of several key polymer-flooding topics that can’t be found elsewhere. These are in the areas of pilot project design, field project engineering (water quality, oxygen removal, polymer dissolution equipment, filtration, pumps and other equipment), produced water treatment, economics, and some of the important field case histories that appear in the last section. Provides an easy to read introduction to polymer flooding to improve oil production whilst presenting the underlying mechanisms Employs “In A Nutshell” key point summaries at the end of each chapter Includes important field case studies to aid researchers in addressing time- and financial-consumption in dealing with this issue Discusses field engineering strategies appropriate for professionals working in field operation projects Essentials of Polymer Flooding Technique is an enlightening book that will be of great interest to petroleum engineers, reservoir engineers, geoscientists, managers in petroleum industry, students in the petroleum industry, and researchers in chemical enhanced oil recovery methods.
    Note: Online resource; Title from title page (viewed May 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 7 Hours of Video Instruction Data Engineering with Python and AWS Lambda LiveLessons shows users how to build complete and powerful data engineering pipelines in the same language that Data Scientists use to build Machine Learning models. By embracing serverless data engineering in Python, you can build highly scalable distributed systems on the back of the AWS backplane. Users learn to think in the new paradigm of serverless, which means to embrace events and event-driven programs that replace expensive and complicated servers. Description Some of the many benefits of programming with AWS Lambda in Python include no servers to manage, continuous scaling, and subsecond metering. Several use cases include data processing, stream processing, IoT backends, mobile, and web applications. Learn to take advantage of a new paradigm in software architecture that will make your code easier to write, maintain, and deploy. AWS Lambda functions are the building blocks for creating sophisticated applications and services on AWS. In this LiveLesson, you learn to use Python to develop Lambda functions that communicate with key AWS services: API Gateway, SQS, and CloudWatch functions. You also learn how a new cloud-based development environment, Cloud9, can streamline writing, debugging, and deploying AWS Lambda functions. About the Instructors Noah Gift is a lecturer and consultant at both the UC Davis Graduate School of Management MSBA program and the Graduate Data Science program, MSDS, at Northwestern. He is teaching and designing graduate Machine Learning, AI, and Data Science courses, and consulting on Machine Learning and Cloud Architecture for students and faculty, including leading a multi-cloud certification initiative for students. Noah is a Python Software Foundation Fellow, AWS Subject Matter Expert (SME) on Machine Learning, AWS Certified Solutions Architect and AWS Academy Accredited Instructor, Google Certified Professional Cloud Architect, and Microsoft MTA on Python. Noah has published close to 100 technical publications, including two books on subjects ranging from Cloud Machine Learning to DevOps. Gift received an MBA from UC Davis, an M.S. in Computer Information Systems from Cal State Los Angeles, and a B.S. in Nutritional Science from Cal Poly San Luis Obispo. Currently, he is consulting startups and other companies on Machine Learning, Cloud Architecture, and CTO level consulting as the founder of Pragmatic AI Labs. His most recent ...
    Note: Online resource; Title from title screen (viewed August 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (552 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to bridge design Bridge Design - Concepts and Analysis provides a unique approach, combining the fundamentals of concept design and structural analysis of bridges in a single volume. The book discusses design solutions from the authors’ practical experience and provides insights into conceptual design with concrete, steel or composite bridge solutions as alternatives. Key features: Principal design concepts and analysis are dealt with in a unified approach. Execution methods and evolution of the static scheme during construction are dealt with for steel, concrete and composite bridges. Aesthetics and environmental integration of bridges are considered as an issue for concept design. Bridge analysis, including modelling and detail design aspects, is discussed for different bridge typologies and structural materials. Specific design verification aspects are discussed on the basis of present design rules in Eurocodes. The book is an invaluable guide for postgraduate students studying bridge design, bridge designers and structural engineers.
    Note: Online resource; Title from title page (viewed June 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Bring calm to the chaos in your life. Whether you find yourself checked out, burnt out, or just plain freaked out; you deserve better. Psychologist Alison Hill takes you deep into the key pillars for our happiness, health and sanity to help you live a life filled with purpose and progress. Productivity training or the latest organisational system will only take you so far. To make lasting change you need the right tools, mindset and skills. Boss of Busy helps you find the courage and optimism to live the life you crave, let go of what is holding you back and learn how to prioritise what really matters. Originally published in 2016 as Stand Out , this book has been reviewed and redesigned to become part of the Wiley Be Your Best series - aimed at helping readers acheive professional and personal success.
    Note: Online resource; Title from title page (viewed March 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Formation Control of Multi-Agent Systems: A Graph Rigidity Approach Marcio de Queiroz, Louisiana State University, USA Xiaoyu Cai, FARO Technologies, USA Matthew Feemster, U.S. Naval Academy, USA A comprehensive guide to formation control of multi-agent systems using rigid graph theory This book is the first to provide a comprehensive and unified treatment of the subject of graph rigidity-based formation control of multi-agent systems. Such systems are relevant to a variety of emerging engineering applications, including unmanned robotic vehicles and mobile sensor networks. Graph theory, and rigid graphs in particular, provides a natural tool for describing the multi-agent formation shape as well as the inter-agent sensing, communication, and control topology. Beginning with an introduction to rigid graph theory, the contents of the book are organized by the agent dynamic model (single integrator, double integrator, and mechanical dynamics) and by the type of formation problem (formation acquisition, formation manoeuvring, and target interception). The book presents the material in ascending level of difficulty and in a self-contained manner; thus, facilitating reader understanding. Key features: Uses the concept of graph rigidity as the basis for describing the multi-agent formation geometry and solving formation control problems. Considers different agent models and formation control problems. Control designs throughout the book progressively build upon each other. Provides a primer on rigid graph theory. Combines theory, computer simulations, and experimental results. Formation Control of Multi-Agent Systems: A Graph Rigidity Approach is targeted at researchers and graduate students in the areas of control systems and robotics. Prerequisite knowledge includes linear algebra, matrix theory, control systems, and nonlinear systems.
    Note: Online resource; Title from title page (viewed April 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The first book to be published on the Theta method, outlining under what conditions the method outperforms other forecasting methods This book is the first to detail the Theta method of forecasting – one of the most difficult-to-beat forecasting benchmarks, which topped the biggest forecasting competition in the world in 2000: the M3 competition. Written by two of the leading experts in the forecasting field, it illuminates the exact replication of the method and under what conditions the method outperforms other forecasting methods. Recent developments such as multivariate models are also included, as are a series of practical applications in finance, economics, and healthcare. The book also offers practical tools in MS Excel and guidance, as well as provisional access, for the use of R source code and respective packages. Forecasting with the Theta Method: Theory and Applications includes three main parts. The first part, titled Theory, Methods, Models & Applications details the new theory about the method. The second part, Applications & Performance in Forecasting Competitions, describes empirical results and simulations on the method. The last part roadmaps future research and also include contributions from another leading scholar of the method – Dr. Fotios Petropoulos. First ever book to be published on the Theta Method Explores new theory and exact conditions under which methods would outperform most forecasting benchmarks Clearly written with practical applications Employs R – open source code with all included implementations Forecasting with the Theta Method: Theory and Applications is a valuable tool for both academics and practitioners involved in forecasting and respective software development.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Unleash your entrepreneurial spirit with a counterintuitive approach to starting your own venture or taking your career to the next level Start Before You’re Ready offers entrepreneurs an inspiring new roadmap to success — one that runs against nearly everything you’ve ever been taught about business. Author Mick Spencer is living proof that success doesn’t always rest down the traditional path of formal education and deep pockets. At the age of 22, with nothing to his name, he founded ONTHEGO Custom Apparel (www.otgcustom.com), a customised apparel and uniform company. Since then he has built a worldwide network of movers and shakers and raised millions in venture capital. His company is now a multi-million-dollar player on the international stage, disrupting the slow-moving industry with a modern blend of technological disruptions and social responsibility. In this book, he presents a solid case that analysis paralysis and endless ‘preparation’ won’t get you anywhere — you have to take that leap and do what you really want to do. Indeed, start before you’re ready. Spencer challenges you to get outside your comfort zone and, although intimidating, his approach forces you to learn ‘on the go’ and focus on what you can do rather than what you can’t. Engrossing personal anecdotes coach you through the frustrations and challenges, while vital tools and clear strategies give you a concrete plan for making every day count, many of which have been taught to Mick by billionaires, global CEO’s and highly sought after founders. Chart your own path to success — even without a university degree or financial assets Focus on what you can do right now to achieve your goals Master self-reliance, overcome adversity and discover your true purpose Learn positive habits and build confidence to overcome challenges Starting your own venture or pushing the boundaries in your career is always a leap of faith. It’s saying ‘yes’ before figuring out how to deliver. It’s moments of self-doubt followed by fiery adventurousness and courageous optimism. You are at once inspired, vulnerable, motivated and proud — and you are capable of extraordinary things. Start Before You’re Ready equips you with the inspiration and practical advice you need to succeed in today’s entrepreneurial environment.
    Note: Online resource; Title from title page (viewed February 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Probability, Random Variables, Statistics, and Random Processes: Fundamentals & Applications is a comprehensive undergraduate-level textbook. With its excellent topical coverage, the focus of this book is on the basic principles and practical applications of the fundamental concepts that are extensively used in various Engineering disciplines as well as in a variety of programs in Life and Social Sciences. The text provides students with the requisite building blocks of knowledge they require to understand and progress in their areas of interest. With a simple, clear-cut style of writing, the intuitive explanations, insightful examples, and practical applications are the hallmarks of this book. The text consists of twelve chapters divided into four parts. Part-I, Probability (Chapters 1 – 3), lays a solid groundwork for probability theory, and introduces applications in counting, gambling, reliability, and security. Part-II, Random Variables (Chapters 4 – 7), discusses in detail multiple random variables, along with a multitude of frequently-encountered probability distributions. Part-III, Statistics (Chapters 8 – 10), highlights estimation and hypothesis testing. Part-IV, Random Processes (Chapters 11 – 12), delves into the characterization and processing of random processes. Other notable features include: Most of the text assumes no knowledge of subject matter past first year calculus and linear algebra With its independent chapter structure and rich choice of topics, a variety of syllabi for different courses at the junior, senior, and graduate levels can be supported A supplemental website includes solutions to about 250 practice problems, lecture slides, and figures and tables from the text Given its engaging tone, grounded approach, methodically-paced flow, thorough coverage, and flexible structure, Probability, Random Variables, Statistics, and Random Processes: Fundamentals & Applications clearly serves as a must textbook for courses not only in Electrical Engineering, but also in Computer Engineering, Software Engineering, and Computer Science.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Double your odds of leading successful, sustainable change Leaders aren’t short on access to change management advice, but the jury has long been out as to which approach is the best one to follow. With the publication of Beyond Performance 2.0 , the verdict is well and truly in. By applying the approach detailed by authors, Scott Keller and Bill Schaninger, the evidence shows that leaders can more than double their odds of success—from thirty percent to almost eighty. Whereas the first edition of Beyond Performance introduced the authors’ “Five Frames of Performance and Health” approach to change management, the fully revised and updated Beyond Performance 2.0 has been transformed into a truly practical “how to” guide for leaders. Every aspect of how to lead change at scale is covered in a step-by-step manner, always accompanied by practical tools and real-life examples. Keller and Schaninger’s work is distinguished in many ways, one of which is the rigor behind the recommendations. The underpinning research is the most comprehensive of its kind—based on over 5 million data points drawn from 2,000 companies globally over a 15-year period. This data is overlaid with the authors’ combined more than 40 years of experience in helping companies successfully achieve large-scale change. As senior partners in McKinsey & Company, consistently named the world’s most prestigious management consulting firm, Keller and Schaninger also draw on the shared experience of their colleagues from offices in over 60 countries with unrivaled access to CEOs and senior teams. Beyond Performance 2.0 also dares to go against the grain—eschewing the notion of copying best practices and instead guiding leaders to make choices specific to their unique context and organization. It does this with meticulously balance of focus on short- and long-term considerations, and on fully addressing the hard technical and oft cultural elements of making change happen. Further, the approach doesn’t just focus on delivering change; it builds an organization’s muscle to continuously change, making it healthier so that it can act with increased speed and agility to stay perpetually ahead of its competition. Leaders looking for a proven approach to leading large-scale change from a trusted source have found what they are looking for in Beyond Performance 2.0 .
    Note: Online resource; Title from title page (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A strategic and operational guide to using 3D printing to drive value in the supply chain—featuring case studies and illustrated examples from across industries After many years as a tool for designers, 3D printing today promises to revolutionize supply chains. Cut through the hype and hyperbole, and it becomes clear that it offers unprecedented potential to redesign supply chain models, simplifying and shrinking them, enabling previously unimaginable designs to be produced where they are most needed. However, adopting it is a strategic endeavor, one that involves the consideration of several wider implications. This book goes beyond touting the latest technological advances or listing the many wonderful things that 3D printing is being used to make. It teaches readers what is important about 3D printing, why they need to prepare for its emergence today, and how they can go about adopting it. Supercharg3d: How 3D Printing Will Drive Your Supply Chain shows readers how to drive value in their supply chain by supercharging it—giving it more power—with 3D printing. Aimed at being a first reference for those in businesses who make strategic decisions on operations and supply chain matters, it takes a pragmatic position, balancing the opportunities that 3D printing presents with the reality of the limitations that it continues to have, so that readers can make the best decisions possible. Strategic guide that covers 3D printing and its implications in the supply chain Operational guidance and best practices for how and when 3D printing can be adopted Identification of 3D printing’s impacts on the individual SCOR® supply chain elements Features new, transformative supply chain models that are enabled by 3D printing Includes case studies and illustrated examples from diverse industries including aerospace (Airbus), energy (Shell), consumer goods (Nike), medical (Align Technology) and transportation (Deutsche Bahn) Supercharg3d: How 3D Printing Will Drive Your Supply Chain is the go-to book for operations and supply chain decision makers in manufacturing, engineering and technology companies looking to incorporate the technology into their business operations.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build your best life by forging your own path to business success After speaking to companies such as Merck, Land O'Lakes, and Cargill, and to over 2000 audiences across the world, Damian Mason, successful businessman, agriculturalist, podcaster, and writer, wants to help you achieve your entrepreneurial goals and live a better life. While other business books claim to tell you how to reach success, they fall short because they don’t address the fact that success is different for each of us. Do Business Better helps you define success on your terms, then shows you how to achieve it. You’ll learn the Four Unwavering Traits of Entrepreneurial Success and how to discover the differences between routines and habits, then implement your changes through meaningful actions that create permanent improvement. Along the way, you’ll learn from real-world examples and relatable stories, and discover a wealth of applicable advice on starting, managing, and growing your own enterprise. Discover your best life, then build a path to achieve it Learn how other entrepreneurs have adapted their lives to achieve their goals Find out what’s really standing between you and your dreams Rid yourself of ineffective thinking patterns and develop habits that actually help you Do Business Better is the go-to guide for business people, entrepreneurs, and the self-employed looking to jumpstart their journey and build their dreams into reality. If your goal is prosperity, longevity, and a life and business on your terms, this book is for you.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Effective communication through authentic leadership A rapidly evolving workplace and disruptive technologies have created a growing demand for transparency and authenticity in communication from business leaders. Yet many decision-makers find themselves far behind the curve when it comes to understanding and meeting the evolving expectations of employees and customers. Real Communication: How to Be You and Lead True reveals how to guide and communicate in a way that is authentic and will help business leaders truly connect and engage with their teams, customers, and coworkers. • Communicate more effectively • Improve employee engagement • Manage organisational changes • Help teams cope with change When employees trust their leaders, businesses thrive. In Real Communication you will find everything you need to implement new strategies, instill core values, and cultivate engagement.
    Note: Online resource; Title from title page (viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 9+ Hours of Video Instruction While there are resources for Data Science and resources for Machine Learning, there's a distinct gap in resources for the precursor course to Data Science and Machine Learning. This complete video course fills that gap--it is specifically designed to prepare students to learn how to program for Data Science and Machine Learning with Python. This is the antidote to the over-complicated universe of these hot new, growing technologies. With this course, students will learn the fundamentals of Python and get prepared specifically for Data Science. Noah Gift and Kennedy Behrman take students with zero programming background through enough Python to prepare them for their Data Science curriculum. Companies are looking for developers who can create insight-driven systems, as they are now becoming critical to business success. Very few professionals are adequately trained to handle both large-scale software engineering and Machine Learning/AI. This is an emerging field, and we are developing the training to meet this need in the marketplace. Description Notebook-based Data Science programming in Python is the emerging standard but there is a dearth of quality training material available for beginners. This 9-hour video provides foundational training on the Python language for the novice or beginner programmer looking to start in the Data Science field. The video serves as the 100-level course for a Data Science undergraduate or graduate program. The course has been designed around Colab notebook-based learning. Students would be able to run every exercise shown in the videos. The material focuses on a smaller, easier subset of Python that is needed just for Data Science coding. Skill Level Beginner What You Will Learn Learn Google Colab notebook Data Science programming Learn the essential subset of Python used in Data Science Learn to manipulate data using popular Python libraries such as pandas and numpy Learn to apply Python Data Science recipes to real-world projects Learn functional programming fundamentals unique to Data Science Who Should Take This Course Complete beginners to programming Statisticians and Analysts in the data industry looking to use Python for Data Science Sales, Product Managers, Data Analysts, Marketing who want to perform Data Science Software Engineers looking to level up into Data Science and Machine Learning tracks Students enrolled in a Data Science program Course Requirements General comp...
    Note: Online resource; Title from title screen (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Combine the best parts of your personal and professional life to live the life you really want Balance is B.S. is an unflinching and honest look at the challenges today’s working woman faces in balancing her professional and personal lives. In the United States, women comprise over 40% of household income. Increased gender diversity in the modern business landscape continues to have a positive impact on bottom lines and revenue reports across the economy, and offers significant benefits for ambitious women in the workplace. This increase of women in the workforce does present a serious problem—women are working longer and harder outside of the home, but their workload has not lessened inside of the home. While their career prospects rise, expectations of their family and personal lives remain flat. Women pursue the mythical “work-life” balance, and feel guilty for not reaching it. There is a better way. This insightful book provides working women with real-world advice, enabling them to blend their personal and professional lives, avoid burning out, and raise expectations of themselves and those around them. Every chapter presents practical exercises to identify values, and focus on what matters most. Following the path laid out by this essential guide, you will learn how to: Blend business and personal lives together without compromising your values Adjust expectations of yourself and others around you Use practical exercises and effective techniques to combine work, social, family, and parenting lives Stop feeling guilty about your work-life balance, and embrace the best parts of both Balance is B.S. is an invaluable resource for working women regardless of profession, experience, and status. Author Tamara Loehr draws on her years of entrepreneurial success to share her proven methods of merging work, play, and family to map out and reach the life you actually want to live.
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cyber-solutions to real-world business problems Artificial Intelligence in Practice is a fascinating look into how companies use AI and machine learning to solve problems. Presenting 50 case studies of actual situations, this book demonstrates practical applications to issues faced by businesses around the globe. The rapidly evolving field of artificial intelligence has expanded beyond research labs and computer science departments and made its way into the mainstream business environment. Artificial intelligence and machine learning are cited as the most important modern business trends to drive success. It is used in areas ranging from banking and finance to social media and marketing. This technology continues to provide innovative solutions to businesses of all sizes, sectors and industries. This engaging and topical book explores a wide range of cases illustrating how businesses use AI to boost performance, drive efficiency, analyse market preferences and many others. Best-selling author and renowned AI expert Bernard Marr reveals how machine learning technology is transforming the way companies conduct business. This detailed examination provides an overview of each company, describes the specific problem and explains how AI facilitates resolution. Each case study provides a comprehensive overview, including some technical details as well as key learning summaries: Understand how specific business problems are addressed by innovative machine learning methods Explore how current artificial intelligence applications improve performance and increase efficiency in various situations Expand your knowledge of recent AI advancements in technology Gain insight on the future of AI and its increasing role in business and industry Artificial Intelligence in Practice: How 50 Successful Companies Used Artificial Intelligence to Solve Problems is an insightful and informative exploration of the transformative power of technology in 21st century commerce.
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (544 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Introduces the latest developments in forecasting in advanced quantitative data analysis This book presents advanced univariate multiple regressions, which can directly be used to forecast their dependent variables, evaluate their in-sample forecast values, and compute forecast values beyond the sample period. Various alternative multiple regressions models are presented based on a single time series, bivariate, and triple time-series, which are developed by taking into account specific growth patterns of each dependent variables, starting with the simplest model up to the most advanced model. Graphs of the observed scores and the forecast evaluation of each of the models are offered to show the worst and the best forecast models among each set of the models of a specific independent variable. Advanced Time Series Data Analysis: Forecasting Using EViews provides readers with a number of modern, advanced forecast models not featured in any other book. They include various interaction models, models with alternative trends (including the models with heterogeneous trends), and complete heterogeneous models for monthly time series, quarterly time series, and annually time series. Each of the models can be applied by all quantitative researchers. Presents models that are all classroom tested Contains real-life data samples Contains over 350 equation specifications of various time series models Contains over 200 illustrative examples with special notes and comments Applicable for time series data of all quantitative studies Advanced Time Series Data Analysis: Forecasting Using EViews will appeal to researchers and practitioners in forecasting models, as well as those studying quantitative data analysis. It is suitable for those wishing to obtain a better knowledge and understanding on forecasting, specifically the uncertainty of forecast values.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: T. Rowe Price, the Sage of Baltimore In 1937, Thomas Rowe Price, Jr. founded an investment company in Baltimore that would become one of the most successful in the world. Today, The T. Rowe Price Group manages over one trillion dollars and services clients around the world. It is among the largest investment firms focused on managing mutual funds and pension accounts. Uniquely trusted and respected, the firm is considered the “gold standard” by many investment advisors. In this book, Cornelius Bond tells the full story, for the first time, of how Price, a modest and ethical man, built the company bearing his name. From the private, unpublished personal and corporate records, you will get direct access to the creative process behind Price’s highly successful approach to investing. Personal insights based on Price’s own writings and the personal experience of the author who worked with him for many years. The Growth Stock philosophy as described in the words of the creator and master of this approach. Two fund managers who worked closely with Mr. Price reunite to consider the investment environment of the next five to ten years as Price himself might have viewed it. This book will give you an insider’s access to the true story of Thomas Rowe Price, Jr.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: What would you do today if you were being brave? Courage begets courage. It's a habit. Doing something brave everyday - no matter how small - unlocks new possibilities, opportunities and pathways to thrive in your work, relationships and life. Drawing on her background in business, psychology and coaching, best-selling author Margie Warrell guides you past the fears that keep you from making the changes to create your ideal life. In today's uncertain times, fear can unconsciously direct our lives. Start small, dare big, and begin today to live with greater purpose, courage and success. Originally published in 2015 as Brave , this book has been reviewed and redesigned to become part of the Wiley Be Your Best series - aimed at helping readers acheive professional and personal success.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take your Supernova practice to even greater heights of performance and profitability The Supernova Multiplier provides expert guidance to the revolutionary wealth management model that has transformed the lives and businesses of financial professionals worldwide. The innovative Supernova method enables financial advisors to rapidly grow their business, efficiently manage time, and maximize client satisfaction. The Five Stars of the Supernova model—Segmentation, Organization, Planning, Acquisition, and Leadership—provide financial advisors with the tools and knowledge to propel their practices to new heights of performance. The acknowledged pioneer of the Supernova model, author Rob Knapp offers in-depth examination of every aspect of the Supernova model, from client experience to leadership development. This invaluable resource addresses significant issues facing disciples of the model, including areas of chronic underperformance, and delivers proven solutions that financial advisors can integrate into their practices. Detailed coverage of core elements, such as the Rule of Reciprocity, Gap Analysis and the Five Star Model, promotes critical analysis of advisor performance and builds the foundation for precise alignment to the essential Supernova principles. This indispensable book empowers current and prospective Supernova practitioners to: Build and optimize an efficient and profitable Supernova advisory practice Structure your practice around high-value activities that increase revenue and grow your business Maintain a predictable schedule of meaningful client contact Develop and implement proactive planning strategies with your team and client base. The Supernova model is not complex, but requires sustained and disciplined effort to achieve best results. The Supernova Multiplier: 7 Strategies for Financial Advisors to Grow Their Practices is the key to unlocking remarkable results and sustained achievement in advisory practices across the financial management industry that will differentiate you and your practice from the ordinary into the extraordinary.
    Note: Online resource; Title from title page (viewed February 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A unique approach to understanding the foundations of statistical quality control with a focus on the latest developments in nonparametric control charting methodologies Statistical Process Control (SPC) methods have a long and successful history and have revolutionized many facets of industrial production around the world. This book addresses recent developments in statistical process control bringing the modern use of computers and simulations along with theory within the reach of both the researchers and practitioners. The emphasis is on the burgeoning field of nonparametric SPC (NSPC) and the many new methodologies developed by researchers worldwide that are revolutionizing SPC. Over the last several years research in SPC, particularly on control charts, has seen phenomenal growth. Control charts are no longer confined to manufacturing and are now applied for process control and monitoring in a wide array of applications, from education, to environmental monitoring, to disease mapping, to crime prevention. This book addresses quality control methodology, especially control charts, from a statistician’s viewpoint, striking a careful balance between theory and practice. Although the focus is on the newer nonparametric control charts, the reader is first introduced to the main classes of the parametric control charts and the associated theory, so that the proper foundational background can be laid. Reviews basic SPC theory and terminology, the different types of control charts, control chart design, sample size, sampling frequency, control limits, and more Focuses on the distribution-free (nonparametric) charts for the cases in which the underlying process distribution is unknown Provides guidance on control chart selection, choosing control limits and other quality related matters, along with all relevant formulas and tables Uses computer simulations and graphics to illustrate concepts and explore the latest research in SPC Offering a uniquely balanced presentation of both theory and practice, Nonparametric Methods for Statistical Quality Control is a vital resource for students, interested practitioners, researchers, and anyone with an appropriate background in statistics interested in learning about the foundations of SPC and latest developments in NSPC.
    Note: Online resource; Title from title page (viewed April 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How can you communicate effectively and create meaningful interactions in an increasingly digital world? By teaching. In Make Yourself Clear , educational experts and entrepreneurs Reshan Richards and Stephen J. Valentine explain the many parallels between teaching and business and offer companies, both large and small, concrete advice for building the teaching capacity of their salespeople, leaders, service professionals, and trainers. The rise of digital communications has led to three emergent, often problematic, forces: automation, an increase in the speed and volume of information transfer, and an unmet need for people to feel more than satisfied in their interpersonal transactions, particularly between sellers and consumers. Through a mix of research, anecdotes, case studies, and theoretical speculation, this book equips readers to build understanding within their current and future audiences by leveraging the tools, methods, and mindsets used by successful teachers. You will be equipped to understand others better, and in turn, to be better understood. Make Yourself Clear is not prescriptive, nor does it suggest rigid steps, pillars, or frameworks. Instead, it provides immediately recognizable and relatable context, suggesting actions that can be tried, measured, tested, and iterated upon in any communication context that involves the exchange of information and ideas. Ground your business communications in proven techniques Profit from expert instruction given by those who have helped thousands of readers and workshop students Develop your sales career by applying effective teaching practices to customer and colleague interactions For educators, adopt the latest best practices into your teaching style Backed by thorough research and extensive real-world testing, Make Yourself Clear opens a door to more productive communication and more effective interactions. It offers compelling and relevant insights to longtime fans of the work of Richards and Valentine and newcomers alike, leading to real and lasting benefits.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    ISBN: 9780135301104
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Practical, Foundational Technical Introduction to the World's #1 Cloud Platform Includes access to several hours of online training video: Mark Wilkins' expert training video library guides you through setting up core services and prepares you to deploy your own apps and resources. Learning Amazon Web Services (AWS) is the perfect foundational resource for all administrators, developers, project managers, and other IT professionals who want to plan and deploy AWS services and/or earn AWS certification. Top cloud trainer and evangelist Mark Wilkins teaches best practices that align with Amazon's Well-Architected Framework, introduces key concepts in the context of a running case study, carefully explains how core AWS services operate and integrate, and offers extensively tested tips for maximizing flexibility, security, and value. Companion online videos guide you step-by-step through setting AWS compute, storage, networking, scale, security, automation, and more. Balance cost, compliance, and latency in your service designs Choose the right networking options for your virtual private cloud (VPC) Build, host, launch, manage, and budget for EC2 compute services Plan for scale and resiliency, and make informed decisions about AWS storage Enforce strict security, and automate to improve operational efficiency This book with companion training videos is a valuable learning tool for anyone seeking to demonstrate expertise through formal certification. WEB EDITION: All buyers of the book or ebook can register your book for access to a free online Web Edition of this title, which included videos embedded within the text, plus updates as they become available.
    Note: Online resource; Title from title page (viewed July 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (568 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers a holistic approach to guiding product design, manufacturing, and after-sales support as the manufacturing industry transitions from a product-oriented model to service-oriented paradigm This book provides fundamental knowledge and best industry practices in reliability modelling, maintenance optimization, and service parts logistics planning. It aims to develop an integrated product-service system (IPSS) synthesizing design for reliability, performance-based maintenance, and spare parts inventory. It also presents a lifecycle reliability-inventory optimization framework where reliability, redundancy, maintenance, and service parts are jointly coordinated. Additionally, the book aims to report the latest advances in reliability growth planning, maintenance contracting and spares inventory logistics under non-stationary demand condition. Reliability Engineering and Service provides in-depth chapter coverage of topics such as: Reliability Concepts and Models; Mean and Variance of Reliability Estimates; Design for Reliability; Reliability Growth Planning; Accelerated Life Testing and Its Economics; Renewal Theory and Superimposed Renewals; Maintenance and Performance-Based Logistics; Warranty Service Models; Basic Spare Parts Inventory Models; Repairable Inventory Systems; Integrated Product-Service Systems (IPPS), and Resilience Modeling and Planning Guides engineers to design reliable products at a low cost Assists service engineers in providing superior after-sales support Enables managers to respond to the changing market and customer needs Uses end-of-chapter case studies to illustrate industry best practice Lifecycle approach to reliability, maintenance and spares provisioning Reliability Engineering and Service is an important book for graduate engineering students, researchers, and industry-based reliability practitioners and consultants.
    Note: Online resource; Title from title page (viewed March 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Create simple, engaging, and effective outputs that actually get results Billions of corporate dollars are spent every year on initiatives to help people succeed in their job, but much of it goes to waste. Across industries, people are scrambling to find what they need to grow and improve at work, and executives are left wondering why these initiatives aren’t effective. Author Juliana Stancampiano has plumbed the depths of this massive disconnect with her team. With this book, she bridges the gap. Radical Outcomes is a blueprint for a new way of working. Instead of taking old methods and retrofitting them for new technology, Stancampiano unveils a collaborative, fast, and effective way of working that avoids randomness and organizational drag. The book offers a new way of working—the future of the way people and teams will work together. Find out how to get tangible results through a structured process Cut through noise and information overload to give people what they really need Design the right output for the right outcome Improve and succeed no matter where you are in the organization Find out how to create radical outcomes through high performing teams—and get started today.
    Note: Online resource; Title from title page (viewed January 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (456 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The authoritative guide to the effective design and production of reliable technology products, revised and updated While most manufacturers have mastered the process of producing quality products, product reliability, software quality and software security has lagged behind. The revised second edition of Improving Product Reliability and Software Quality offers a comprehensive and detailed guide to implementing a hardware reliability and software quality process for technology products. The authors – noted experts in the field – provide useful tools, forms and spreadsheets for executing an effective product reliability and software quality development process and explore proven software quality and product reliability concepts. The authors discuss why so many companies fail after attempting to implement or improve their product reliability and software quality program. They outline the critical steps for implementing a successful program. Success hinges on establishing a reliability lab, hiring the right people and implementing a reliability and software quality process that does the right things well and works well together. Designed to be accessible, the book contains a decision matrix for small, medium and large companies. Throughout the book, the authors describe the hardware reliability and software quality process as well as the tools and techniques needed for putting it in place. The concepts, ideas and material presented are appropriate for any organization. This updated second edition: Contains new chapters on Software tools, Software quality process and software security. Expands the FMEA section to include software fault trees and software FMEAs. Includes two new reliability tools to accelerate design maturity and reduce the risk of premature wearout. Contains new material on preventative maintenance, predictive maintenance and Prognostics and Health Management (PHM) to better manage repair cost and unscheduled downtime. Presents updated information on reliability modeling and hiring reliability and software engineers. Includes a comprehensive review of the reliability process from a multi-disciplinary viewpoint including new material on uprating and counterfeit components. Discusses aspects of competition, key quality and reliability concepts and presents the tools for implementation. Written for engineers, managers and consultants lacking a background in product reliability and software quality theory and statistics, the updated ...
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Provides detailed mathematical exposition of the fundamentals of fuzzy set theory, including intuitionistic fuzzy sets This book examines fuzzy and intuitionistic fuzzy mathematics and unifies the latest existing works in literature. It enables readers to fully understand the mathematics of both fuzzy set and intuitionistic fuzzy set so that they can use either one in their applications. Each chapter of Fuzzy Set and Its Extension: The Intuitionistic Fuzzy Set begins with an introduction, theory, and several examples to guide readers along. The first one starts by laying the groundwork of fuzzy/intuitionistic fuzzy sets, fuzzy hedges, and fuzzy relations. The next covers fuzzy numbers and explains Zadeh's extension principle. Then comes chapters looking at fuzzy operators; fuzzy similarity measures and measures of fuzziness; and fuzzy/intuitionistic fuzzy measures and fuzzy integrals. The book also: discusses the definition and properties of fuzzy measures; examines matrices and determinants of a fuzzy matrix; and teaches about fuzzy linear equations. Readers will also learn about fuzzy subgroups. The second to last chapter examines the application of fuzzy and intuitionistic fuzzy mathematics in image enhancement, segmentation, and retrieval. Finally, the book concludes with coverage the extension of fuzzy sets. This book: Covers both fuzzy and intuitionistic fuzzy sets and includes examples and practical applications Discusses intuitionistic fuzzy integrals and recent aggregation operators using Choquet integral, with examples Includes a chapter on applications in image processing using fuzzy and intuitionistic fuzzy sets Explains fuzzy matrix operations and features examples Fuzzy Set and Its Extension: The Intuitionistic Fuzzy Set is an ideal text for graduate and research students, as well as professionals, in image processing, decision-making, pattern recognition, and control system design.
    Note: Online resource; Title from title page (viewed April 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (784 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Comprehensively teaches the fundamentals of supply chain theory This book presents the methodology and foundations of supply chain management and also demonstrates how recent developments build upon classic models. The authors focus on strategic, tactical, and operational aspects of supply chain management and cover a broad range of topics from forecasting, inventory management, and facility location to transportation, process flexibility, and auctions. Key mathematical models for optimizing the design, operation, and evaluation of supply chains are presented as well as models currently emerging from the research frontier. Fundamentals of Supply Chain Theory, Second Edition contains new chapters on transportation (traveling salesman and vehicle routing problems), integrated supply chain models, and applications of supply chain theory. New sections have also been added throughout, on topics including machine learning models for forecasting, conic optimization for facility location, a multi-supplier model for supply uncertainty, and a game-theoretic analysis of auctions. The second edition also contains case studies for each chapter that illustrate the real-world implementation of the models presented. This edition also contains nearly 200 new homework problems, over 60 new worked examples, and over 140 new illustrative figures. Plentiful teaching supplements are available, including an Instructor’s Manual and PowerPoint slides, as well as MATLAB programming assignments that require students to code algorithms in an effort to provide a deeper understanding of the material. Ideal as a textbook for upper-undergraduate and graduate-level courses in supply chain management in engineering and business schools, Fundamentals of Supply Chain Theory, Second Edition will also appeal to anyone interested in quantitative approaches for studying supply chains. Lawrence V. Snyder, PhD, is Professor in the Department of Industrial and Systems Engineering and Co-Director of the Institute for Data, Intelligent Systems, and Computation at Lehigh University. He has written numerous journal articles and tutorials on optimization models for supply chains and other infrastructure systems, with a focus on decision-making under uncertainty. Zuo-Jun Max Shen, PhD, is Professor in the Department of Industrial Engineering and Operations Research and the Department of Civil and Environmental Engineering at the University of California at Berkeley. He is an INFORMS Fellow a...
    Note: Online resource; Title from title page (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How do we create new ways of looking at the world? Join award-winning data storyteller RJ Andrews as he pushes beyond the usual how-to, and takes you on an adventure into the rich art of informing. Creating Info We Trust is a craft that puts the world into forms that are strong and true. It begins with maps, diagrams, and charts — but must push further than dry defaults to be truly effective. How do we attract attention? How can we offer audiences valuable experiences worth their time? How can we help people access complexity? Dark and mysterious, but full of potential, data is the raw material from which new understanding can emerge. Become a hero of the information age as you learn how to dip into the chaos of data and emerge with new understanding that can entertain, improve, and inspire. Whether you call the craft data storytelling, data visualization, data journalism, dashboard design, or infographic creation — what matters is that you are courageously confronting the chaos of it all in order to improve how people see the world. Info We Trust is written for everyone who straddles the domains of data and people: data visualization professionals, analysts, and all who are enthusiastic for seeing the world in new ways. This book draws from the entirety of human experience, quantitative and poetic. It teaches advanced techniques, such as visual metaphor and data transformations, in order to create more human presentations of data. It also shows how we can learn from print advertising, engineering, museum curation, and mythology archetypes. This human-centered approach works with machines to design information for people. Advance your understanding beyond by learning from a broad tradition of putting things “in formation” to create new and wonderful ways of opening our eyes to the world. Info We Trust takes a thoroughly original point of attack on the art of informing. It builds on decades of best practices and adds the creative enthusiasm of a world-class data storyteller. Info We Trust is lavishly illustrated with hundreds of original compositions designed to illuminate the craft, delight the reader, and inspire a generation of data storytellers.
    Note: Online resource; Title from title page (viewed January 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Updated and Expanded for Python 3 It’s easy to start developing programs with Python, which is why the language is so popular. However, Python’s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up. This second edition of Effective Python will help you master a truly “Pythonic” approach to programming, harnessing Python’s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++ , Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence. Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You’ll understand the best way to accomplish key tasks so you can write code that’s easier to understand, maintain, and improve. In addition to even more advice, this new edition substantially revises all items from the first edition to reflect how best practices have evolved. Key features include 30 new actionable guidelines for all major areas of Python Detailed explanations and examples of statements, expressions, and built-in types Best practices for writing functions that clarify intention, promote reuse, and avoid bugs Better techniques and idioms for using comprehensions and generator functions Coverage of how to accurately express behaviors with classes and interfaces Guidance on how to avoid pitfalls with metaclasses and dynamic attributes More efficient and clear approaches to concurrency and parallelism Solutions for optimizing and hardening to maximize performance and quality Techniques and built-in modules that aid in debugging and testing Tools and best practices for collaborative development Effective Python will prepare growing programmers to make a big impact using Python.
    Note: Online resource; Title from title page (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers timely and comprehensive coverage of dynamic system reliability theory This book focuses on hot issues of dynamic system reliability, systematically introducing the reliability modeling and analysis methods for systems with imperfect fault coverage, systems with function dependence, systems subject to deterministic or probabilistic common-cause failures, systems subject to deterministic or probabilistic competing failures, and dynamic standby sparing systems. It presents recent developments of such extensions involving reliability modelling theory, reliability evaluation methods, and features numerous case studies based on real-world examples. The presented dynamic reliability theory can enable a more accurate representation of actual complex system behavior, thus more effectively guiding the reliable design of real-world critical systems. Dynamic System Reliability: Modelling and Analysis of Dynamic and Dependent Behaviors begins by describing the evolution from the traditional static reliability theory to the dynamic system reliability theory, and provides a detailed investigation of dynamic and dependent behaviors in subsequent chapters. Although written for those with a background in basic probability theory and stochastic processes, the book includes a chapter reviewing the fundamentals that readers need to know in order to understand contents of other chapters which cover advanced topics in reliability theory and case studies. The first book systematically focusing on dynamic system reliability modelling and analysis theory Provides a comprehensive treatment on imperfect fault coverage (single-level/multi-level or modular), function dependence, common cause failures (deterministic and probabilistic), competing failures (deterministic and probabilistic), and dynamic standby sparing Includes abundant illustrative examples and case studies based on real-world systems Covers recent advances in combinatorial models and algorithms for dynamic system reliability analysis Offers a rich set of references, providing helpful resources for readers to pursue further research and study of the topics Dynamic System Reliability: Modelling and Analysis of Dynamic and Dependent Behaviors is an excellent book for undergraduate and graduate students, and engineers and researchers in reliability and related disciplines.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: More than 7.5 Hours of Video Instruction Overview Nearly every company in the world is evaluating its digital strategy and looking for ways to capitalize on the promise of digitization. Big data analytics and machine learning are central to this strategy. Understanding the fundamentals of data processing and artificial intelligence is becoming required knowledge for executives, digital architects, IT administrators, and operational telecom (OT) professionals in nearly every industry. In Data Analytics and Machine Learning Fundamentals LiveLessons , experienced CCIEs Robert Barton and Jerome Henry provide more than 7 1/2 hours of personal instruction exploring the principles of big data analytics, supervised learning, unsupervised learning, and neural networks. In addition to delving into the fundamental concepts, Barton and Henry address sample big data and machine learning use cases in different industries and present demos featuring the most common tools (such as Hadoop, TensorFlow, Matlab/Octave, R, and Python) in various fields used by data scientists and researchers. At the conclusion of this video course, you will be armed with knowledge and application skills required to become proficient in articulating big data analytics and machine learning principles and possibilities. Skill Level Beginner to intermediate data analytics/machine learning knowledge Learn How To * Understand how static and real-time streaming data is collected, analyzed, and used * Understand the key tools and methods that enable machines to learn and mimic human thinking * Bring together unstructured data in preparation for analysis and visualization * Compare and contrast the various big data architectures * Apply supervised learning/linear regression, data fitting, and reinforcement learning to machines to yield the information results you’re looking for * Apply classification techniques to machine learning to better analyze your data * Exploit the benefits of unsupervised learning to glean data you didn’t even know you were looking for * Understand how artificial neural networks (ANNs) perform deep learning with surprising (and useful) results * Apply principal components analysis (PCA) to improve the management of data analysis * Understand the key approaches to implementing machine learning on real systems and the considerations you must make when undertaking a machine learning project Who Should Take This Course * Anyone who wants to learn about machine learni...
    Note: Online resource; Title from title screen (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Covering a key topic due to growing research into the role of signaling mechanisms in toxicology, this book focuses on practical approaches for informatics, big data, and complex data sets. Combines fundamentals / basics with experimental applications that can help those involved in preclinical drug studies and translational research Includes detailed presentations of study methodology and data collection, analysis, and interpretation Discusses tools like experimental design, sample handling, analytical measurement techniques
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master the online tools available to grow your business and conquer the competition Business Hack is your essential roadmap to business growth and online marketing success. Author and successful entrepreneur John Lee shares his proven methods to harness the power of online tools, including using social media—offering practical steps to create and implement highly effective cyber-marketing campaigns. Thanks to the digital revolution, you no longer need teams of marketing experts and other expensive overheads to build and promote your business. This unique and valuable resource covers everything you need to consider when building your marketing strategy, from established principles of sales to cutting-edge digital techniques. In today’s dynamic business environment, strong and ongoing engagement in social media marketing is no longer an option–it is a necessity . From local craft-based businesses to new tech start-ups and even global multinational corporations, effective cyber-marketing can be instrumental in determining success. A comprehensive digital strategy enables you to compete across all platforms and maintain viability and relevance in the face of intense competition. Following the proven techniques in this essential guide allows you to: Implement powerful social media marketing campaigns to increase revenue and rise above the competition Integrate traditional sales and advertising methods with modern technology to create a comprehensive business marketing strategy Identify future trends to stay ahead of the technology curve and capitalize on new opportunities. Learn the skills used by successful entrepreneurs and respected experts in online marketing The Internet and rise of digital media have changed the rules of business and marketing. It is now possible for small and new businesses to compete and thrive in the global marketplace through intelligent use of digital and social media marketing. Business Hack provides the tools and knowledge necessary to succeed in the 21st century.
    Note: Online resource; Title from title page (viewed February 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The new, fully-updated edition of the respected guide to understanding financial extremes, evaluating investment opportunities, and identifying future bubbles Now in its second edition, Boombustology is an authoritative, up-to-date guide on the history of booms, busts, and financial cycles. Engaging and accessible, this popular book helps investors, policymakers, and analysts navigate the radical uncertainty that plagues today’s uncertain investing and economic environment. Author Vikram Mansharamani, an experienced global equity investor and prominent Harvard University lecturer, presents his multi-disciplinary framework for identifying financial bubbles before they burst. Moving beyond the typical view of booms and busts as primarily economic occurrences, this innovative book offers a multidisciplinary approach that utilizes microeconomic, macroeconomic, psychological, political, and biological lenses to spot unsustainable dynamics. It gives the reader insights into the dynamics that cause soaring financial markets to crash. Cases studies range from the 17th Century Dutch tulip mania to the more recent US housing collapse. The numerous cross-currents driving today’s markets—trade wars, inverted yield curves, currency wars, economic slowdowns, dangerous debt dynamics, populism, nationalism, as well as the general uncertainties in the global economy—demand that investors, policymakers, and analysts be on the lookout for a forthcoming recession, market correction, or worse. An essential resource for anyone interested in financial markets, the second edition of Boombustology: Adopts multiple lenses to understand the dynamics of booms, busts, bubbles, manias, crashes Utilizes the common characteristics of past bubbles to assist in identifying future financial extremes Presents a set of practical indicators that point to a financial bubble, enabling readers to gauge the likelihood of an unsustainable boom Offers two new chapters that analyze the long-term prospects for Indian markets and the distortions being caused by the passive investing boom Includes a new foreword by James Grant, legendary editor of Grant's Interest Rate Observer A comprehensive exploration of how bubbles form and why they burst, Boombustology, 2nd Edition is packed with a wealth of new and updated information for individual and institutional investors, academics, students, policymakers, risk-managers, and corporate managers alike.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...