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  (589)
  • Safari, an O'Reilly Media Company  (141)
  • [Erscheinungsort nicht ermittelbar] : Wiley  (509)
  • [Erscheinungsort nicht ermittelbar] : Focal Press  (132)
  • [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional  (89)
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
    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 ...
  • 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
    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 ...
  • 5
    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 ...
  • 6
    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 ...
  • 7
    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 ...
  • 8
    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 ...
  • 9
    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 ...
  • 10
    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 ...
  • 11
    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 ...
  • 12
    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 ...
  • 13
    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 ...
  • 14
    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 ...
  • 15
    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 ...
  • 16
    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 ...
  • 17
    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 ...
  • 18
    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 ...
  • 19
    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 ...
  • 20
    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 ...
  • 21
    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 ...
  • 22
    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 ...
  • 23
    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 ...
  • 24
    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 ...
  • 25
    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 ...
  • 26
    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 ...
  • 27
    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 ...
  • 28
    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 ...
  • 29
    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 ...
  • 30
    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 ...
  • 31
    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 ...
  • 32
    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: 'An instant classic—this book is so utterly relevant and needed. And it is hellishly refreshing to boot. I fucking love it, and heartily recommend it to all.' —Dr Jason Fox, best-selling author of How to Lead a Quest Take a practical approach to the communication challenges in your workplace. Through 11 strategies, 23 tactics and 15 stories this handy how-to will help curious humans: use the science of connection to create compelling communication translate mind-numbing complexity into captivating simplicity hijack attention, engage and influence others. Whether you're a leader looking to connect with your workforce; a member of a small team, hungry to make a difference; or at the helm of a global organisation, with an eye on the horizon – this is a how-to for forward thinkers like you.
    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 ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (296 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An authoritative guide to new product development for early career engineers and engineering students Managing Technology and Product Development Programmes provides a clear framework and essential guide for understanding how research ideas and new technologies are developed into reliable products which can sold successfully in the private or business marketplace. Drawing on the author’s practical experience in a variety of engineering industries, this important book fills a gap in the product development literature. It links back into the engineering processes that drives the actual creation of products and represents the practical realisation of innovation. Comprehensive in scope, the book reviews all elements of new product development. The topics discussed range from the economics of new product development, the quality processes, prototype development, manufacturing processes, determining customer needs, value proposition and testing. Whilst the book is designed with an emphasis on engineered products, the principles can be applied to other fields as well. This important resource: Takes a holistic approach to new product development Links technology and product development to business needs Structures technology and product development from the basic idea to the completed off-the-shelf product Explores the broad range of skills and the technical expertise needed when developing new products Details the various levels of new technologies and products and how to track where they are in the development cycle Written for engineers and students in engineering, as well as a more experienced audience, and for those funding technology development, Managing Technology and Product Development Programmes offers a thorough understanding of the skills and information engineers need in order to successfully convert ideas and technologies into products that are fit for the marketplace.
    Note: Online resource; Title from title page (viewed May 13, 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
    ISBN: 9780135172490
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: The Contemporary Introduction to Deep Reinforcement Learning that Combines Theory and Practice Deep reinforcement learning (deep RL) combines deep learning and reinforcement learning, in which artificial agents learn to solve sequential decision-making problems. In the past decade deep RL has achieved remarkable results on a range of problems, from single and multiplayer games–such as Go, Atari games, and DotA 2–to robotics. Foundations of Deep Reinforcement Learning is an introduction to deep RL that uniquely combines both theory and implementation. It starts with intuition, then carefully explains the theory of deep RL algorithms, discusses implementations in its companion software library SLM Lab, and finishes with the practical details of getting deep RL to work. This guide is ideal for both computer science students and software engineers who are familiar with basic machine learning concepts and have a working understanding of Python. Understand each key aspect of a deep RL problem Explore policy- and value-based algorithms, including REINFORCE, SARSA, DQN, Double DQN, and Prioritized Experience Replay (PER) Delve into combined algorithms, including Actor-Critic and Proximal Policy Optimization (PPO) Understand how algorithms can be parallelized synchronously and asynchronously Run algorithms in SLM Lab and learn the practical implementation details for getting deep RL to work Explore algorithm benchmark results with tuned hyperparameters Understand how deep RL environments are designed Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
    Note: Online resource; Title from title page (viewed December 2, 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 (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Military Recruiting is a war. It’s just a different kind of war than what you were prepared and trained to fight for. Recruiting is a war for talent. Smart, competent, and capable people are rare and in high demand. Every organization, from commercial enterprises, healthcare, non-profit, sports, and education, to the military is in an outright battle to recruit and retain these bright and talented people. Rather than bullets and bombs, the war for talent is won through high-impact prospecting activity, time discipline, intellectual agility, emotional intelligence, and human to human relationships. On this highly competitive, ever changing, asymmetrical battlefield, to win, you must operate at a level of excellence beyond anything asked of military recruiters before. Yet, in this new paradigm, many recruiters are struggling, and most recruiting units are staring down the barrel at 50 percent or more of their recruiters consistently missing Mission. It is imperative that we arm military recruiters with the skills they need to win in this challenging environment. The failure to make Mission is an existential threat to the strength and readiness of America’s fighting forces and our democracy. Fanatical Military Recruiting begins where the Recruiting and Retention colleges of the various branches of the military leave off. It is an advanced, master’s level training resource designed specifically for the unique demands of Military Recruiting. In FMR , you’ll learn: The Single Most Important Discipline in Military Recruiting How to Get Out of a Recruiting Slump The 30-Day Rule and Law of Replacement Powerful Time and Territory Management Strategies that Put You in Control of Your Day The 7 Step Telephone Prospecting Framework The 4 Step Email and Direct Messaging Framework The 5 C’s of Social Recruiting The 7 Step Text Message Prospecting Framework How to Leverage a Balanced Prospecting Methodology to Keep the Funnel Full of Qualified Applicants Powerful Human Influence Frameworks that Reduce Resistance and Objections The 3 Step Prospecting Objection Turn-Around Framework Mission Drive and the 5 Disciplines of Ultra-High Performing Military Recruiters In his signature right-to-the-point style that has made him the go-to trainer to a who’s who of the world’s most prestigious organizations, Jeb Blount pulls no punches. He slaps you in the face with the cold, hard truth about what’s really holding you back. Then, he pulls you in with stories, examples, ...
    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 ...
  • 36
    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 ...
  • 37
    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: The successful entrepreneur’s guide to accelerating growth Daring to Compete offers real-world strategies to accelerate the growth of your business and secure your place as a market leader. This expert guide is the result of years of comprehensive research and experience from global professional services organization EY, originator of the celebrated “Entrepreneur Of The Year” program. Employing its worldwide reach and extensive network of successful entrepreneurs, EY has developed a model of sustainable business development—“The 7 Drivers of GrowthTM.” This innovative and highly effective approach to strategic growth is an invaluable resource for high-growth businesses, entrepreneurs, and start-ups. Favoring practical strategies over abstract theories, this book provides clear guidance on the Customer; Funding and Finance; Transactions and Alliances; Risk; People, Behaviors, and Culture; Digital Technology and Analytics; and Operations. This book brings the application of these drivers to life by featuring insights from Entrepreneur Of The Year award-winning entrepreneurs from a wide range of industries and geographic locations. These entrepreneurs share how each driver functions in actual business situations and present first-hand advice on their application and implementation. Planned and sustainable growth is a challenge faced by businesses every day, from developing ventures to leading enterprises. Effective entrepreneurs embrace the drivers of growth and recognize what areas require sharper focus. This book allows you to identify and apply these elements in your own business—facilitating optimal outcomes and accelerating growth. This indispensable guide enables you to: Implement a proven business model to compete more effectively and achieve market leadership Gain the knowledge and confidence to face challenges, anticipate, and overcome obstacles Access research, tools, and services to accelerate growth and compete on a global scale Learn invaluable market leadership strategies from a team of highly successful entrepreneurs Developed from the real-life stories of EY Entrepreneur Of The Year winners, this book is an inspirational and informative must-read guide to business growth and market leadership. Daring to Compete is an invaluable resourcefor both aspiring and experienced entrepreneurs and established business leaders seeking to become more entrepreneurial.
    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 ...
  • 38
    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: Grow Your Leadership. Enrich Your Life. Leave a Lasting Legacy. What is great leadership? What separates the merely competent leaders from those rare individuals who leave a lasting impression on everyone around them? As one of the world's most in-demand CEO coaches and top leadership gurus, John Mattone has worked with some of our brightest business minds-Apple's Steve Jobs, Pepsi's Roger Enrico, and Nielsen's Armando Uriegas-and he's identified the key qualities that, together, make up the mindset of great leadership. In The Intelligent Leader , Mattone lays out an accessible, practical, and compelling path that anyone can take to become the kind of leader that brings enrichment to the lives of others, enjoys a more fulfilling life, and leaves a lasting legacy. Each chapter uses a variety of real-world examples, tools, and assessments to explore one of Mattone's 7 dimensions of Intelligent Leadership, including: • Thinking differently, thinking big • Having a mindset of duty vs. a mindset of entitlement • Leveraging your gifts and addressing your gaps • Having the courage to execute with pride, passion, and precision Readers will have complimentary online access to the Mattone Leadership Enneagram Inventory ($110 value), which offers a personalized assessment of your leadership style and maturity.
    Note: Online resource; Title from title page (viewed October 15, 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 (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Smarter decision-making based on cognitive science AlphaBrain is the investor's guide to achieving more, doing better, and reaching higher. At its core, the magnitude of your success is based on the quality of your decisions. The problem is that human beings are poor decision-makers; we tend to approach problems after they arise instead of planning for them in advance. We put too much weight on instinct, belief, and "gut feeling." We make the same mistakes over and over again—so reliably, in fact, that cognitive science can accurately predict exactly which mistakes we'll make and when. This book offers a way to understand and plan for the human mind's usual tendencies to help you make smarter investment decisions. Using a framework based on cognitive research, you'll learn how to approach decisions objectively, systematically, and constantly review your process; you'll take action based on evidence instead of intuition, and get ahead of potential problems before they get the best of you. With so much riding on the correctness of your choices, natural tendency can be a dangerous thing. This book shows you how to remove the bias and emotion to start making choices backed by hard evidence and objective data and lower your stress. Shift your processes from reactive to proactive Base decisions on reality over belief Eliminate cognitive bias and reduce common mistakes Make better decisions with a systematic, objective approach Why do we begin managing risk only once it becomes apparent? Why do we react to the market instead of making the big decisions before emotion takes over? Investing has always been a largely reactive field, but those who dominate it approach decision-making less like a human and more like a machine. AlphaBrain shows you how to get real about investing, with cognitive techniques that lead to smarter, evidence-based decisions.
    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 ...
  • 40
    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: Understand the dynamics of all different types of teams Beyond Team Building: How to Build High Performing Teams and the Culture to Support Them represents the latest in thinking about creating effective teams. The authors present a new "Five C" framework that focuses on the core aspects of team building. The book helps the reader assess how his/her team is performing on each of the 5Cs-context, composition, competencies, change, and collaborative leadership, and discusses options concerning how to improve team performance along each of these dimensions. The book includes: • A wealth of examples of effective (and ineffective) teams from such companies as Cisco Systems, Bain & Company, and Amazon • New material concerning how to develop effective entrepreneurial and family teams • How to manage cross-cultural, virtual, and alliance teams • How to create a "team building organization" This book provides the next generation of team leaders, team members, and team consultants with the knowledge and skills they need to create effective and high functioning teams.
    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 ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (472 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Instructs readers on how to use methods of statistics and experimental design with R software Applied statistics covers both the theory and the application of modern statistical and mathematical modelling techniques to applied problems in industry, public services, commerce, and research. It proceeds from a strong theoretical background, but it is practically oriented to develop one's ability to tackle new and non-standard problems confidently. Taking a practical approach to applied statistics, this user-friendly guide teaches readers how to use methods of statistics and experimental design without going deep into the theory. Applied Statistics: Theory and Problem Solutions with R includes chapters that cover R package sampling procedures, analysis of variance, point estimation, and more. It follows on the heels of Rasch and Schott's Mathematical Statistics via that book's theoretical background-taking the lessons learned from there to another level with this book's addition of instructions on how to employ the methods using R. But there are two important chapters not mentioned in the theoretical back ground as Generalised Linear Models and Spatial Statistics. Offers a practical over theoretical approach to the subject of applied statistics Provides a pre-experimental as well as post-experimental approach to applied statistics Features classroom tested material Applicable to a wide range of people working in experimental design and all empirical sciences Includes 300 different procedures with R and examples with R-programs for the analysis and for determining minimal experimental sizes Applied Statistics: Theory and Problem Solutions with R will appeal to experimenters, statisticians, mathematicians, and all scientists using statistical procedures in the natural sciences, medicine, and psychology amongst others.
    Note: Online resource; Title from title page (viewed October 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    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 ...
  • 43
    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 ...
  • 44
    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 ...
  • 45
    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 ...
  • 46
    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 ...
  • 47
    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 ...
  • 48
    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 ...
  • 49
    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 ...
  • 50
    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 ...
  • 51
    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 ...
  • 52
    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 ...
  • 53
    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 ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1440 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The most comprehensive guide to FASB Codifications, updated with the latest pronouncements Wiley GAAP 2019 is the essential resource for US GAAP implementation. Covering all codifications by the Financial Accounting Standards Board (FASB)—including the latest updates—this book provides clear explanations and practical examples for real-world application of these dynamic guidelines. Each chapter includes relevant sources of GAAP and expert guidance on interpretation, terminology, relevant concepts, and applicable rules, while in-depth discussion on the issues surrounding specific pronouncements offers informative perspective for a variety of scenarios. This user-friendly reference covers every pronouncement currently in effect or being deliberated—including FASB Technical Bulletins, FASB Implementation Guides, AcSEC Practice Bulletins, and AICPA Accounting Interpretations—in a single volume, fully referenced to the FASB Current Text and cross-referenced to the new FASB codification system. Clear and concise without sacrificing depth or rigor, this invaluable resource simplifies research and helps CPAs and other accounting professionals ensure accuracy and compliance. Examine the latest changes to US GAAP standards and practices Gain expert perspectives on the issues surrounding specific pronouncements Learn how the standards translate to common real-world scenarios Clarify implementation through numerous illustrations and real-world examples Staying up-to-date with constantly-evolving guidelines is a challenge, but the requirement for accurate interpretation and appropriate application adds an additional layer of complexity in an area where noncompliance could expose an organization to significant risk. Wiley GAAP 2019 provides the guidance, insight, and perspective accounting professionals need to ensure accurate and up-to-date GAAP implementation.
    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 ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The courses in this series will help you prepare for the Unity Certified 3D Artist exam, the professional certification for entry- to mid-level Unity artists. 3D artists are critical to the Unity development pipeline. They are a bridge between the programmers writing the application code and the designers or art directors who define the application’s aesthetics and style. In these courses, you will be challenged to complete realistic art implementation tasks in Unity that are aligned to the topics covered on the exam. Description Unity’s only official series of courses to prepare for the Unity Certified 3D Artist exam. This specialization covers five topic areas distributed over 5 self-paced courses: Asset Creation and Management; Lighting, Reflection and Post-Processing Effect; Integrating Scripts for Scene Integrations; Character Setup; and Setting up Cutscenes.Participants in this Specialization will complete multiple project milestones across two main projects: a Kitchen Configuration application with a realistic aesthetic, and a 3D video game level with a more stylized science-fantasy look. Across these two projects, learners will complete tasks including importing assets, manipulating materials, creating prefabs, adding lighting, setting up character models, and building cutscenes. About the Instructor Unity Technologies is the creator of the worlds most widely used real-time 3D (RT3D) development platform, giving developers around the world the tools to create rich, interactive 2D, 3D, VR and AR experiences. Our 1000 person engineering team keeps Unity at the bleeding-edge of technology by working alongside partners such as Facebook, Google, Microsoft, and Oculus to ensure optimized support for the latest releases and platforms. Experiences made with Unity reach nearly 3 billion devices worldwide, and were installed 24 billion times in the last 12 months. Unity is powering RT3D in architecture, automotive, construction, engineering, film, games, and more. By successfully completing the projects in all four courses, participants will have had extensive, guided practice in the programming skills needed to pass the Unity Certified 3D Artist Programmer Eexam. Skill Level Intermediate What You Will Learn Select the relevant import settings for importing 3D assets into Unity Troubleshoot common issues with imported 3D assets Identify techniques to prototype scenes and maintain prefabs throughout the production cycle Recognize pro...
    Note: Online resource; Title from title screen (viewed June 5, 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 (312 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers comprehensive insight into the theory, models, and techniques of ultra-dense networks and applications in 5G and other emerging wireless networks The need for speed—and power—in wireless communications is growing exponentially. Data rates are projected to increase by a factor of ten every five years—and with the emerging Internet of Things (IoT) predicted to wirelessly connect trillions of devices across the globe, future mobile networks (5G) will grind to a halt unless more capacity is created. This book presents new research related to the theory and practice of all aspects of ultra-dense networks, covering recent advances in ultra-dense networks for 5G networks and beyond, including cognitive radio networks, massive multiple-input multiple-output (MIMO), device-to-device (D2D) communications, millimeter-wave communications, and energy harvesting communications. Clear and concise throughout, Ultra-Dense Networks for 5G and Beyond - Modelling, Analysis, and Applications offers a comprehensive coverage on such topics as network optimization; mobility, handoff control, and interference management; and load balancing schemes and energy saving techniques. It delves into the backhaul traffic aspects in ultra-dense networks and studies transceiver hardware impairments and power consumption models in ultra-dense networks. The book also examines new IoT, smart-grid, and smart-city applications, as well as novel modulation, coding, and waveform designs. One of the first books to focus solely on ultra-dense networks for 5G in a complete presentation Covers advanced architectures, self-organizing protocols, resource allocation, user-base station association, synchronization, and signaling Examines the current state of cell-free massive MIMO, distributed massive MIMO, and heterogeneous small cell architectures Offers network measurements, implementations, and demos Looks at wireless caching techniques, physical layer security, cognitive radio, energy harvesting, and D2D communications in ultra-dense networks Ultra-Dense Networks for 5G and Beyond - Modelling, Analysis, and Applications is an ideal reference for those who want to design high-speed, high-capacity communications in advanced networks, and will appeal to postgraduate students, researchers, and engineers in the field.
    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 ...
  • 57
    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: A groundbreaking text to the study of textile fibers that bridges the knowledge gap between fiber shape and end uses Textile Fiber Microscopy offers an important and comprehensive guide to the study of textile fibers and contains a unique text that prioritizes a review of fibers’ microstructure, macrostructure and chemical composition. The author – a noted expert in the field – details many fiber types and includes all the possible fiber shapes with a number of illustrative micrographs. The author explores a wealth of topics such as fiber end uses, fiber source and production, a history of each fiber and the sustainability of the various fibers. The text includes a review of environmentally friendly fibers and contains information on the most current fiber science by putting the focus on fibers that have been mechanically or chemically recycled, for use in textile production. The author also offers an exploration of issues of textile waste and the lack of textile recycling that can help public policymakers with ways to inform and regulate post-industrial and post-consumer textile waste issues. This vital guide: Contains an accompanied micrograph for many fibers presented Includes information on how fiber microstructure is connected to fabric properties and how it affects the end use of fabrics Offers a review of the sophistication of textile fibers from a scientific point of view Presents a comparative textile fiber review that is appropriate for both for students, textile experts and forensic scientists Written for students and professionals of apparel design and merchandising, and forensic scientists, Textile Fiber Microscopy presents an important review of textile fibers from a unique perspective that explores fibers’ microstructure, macrostructure and chemical composition.
    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 ...
  • 58
    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 ...
  • 59
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ten skills for agile leadership Complex challenges are all around us—they impact our companies, our communities, and our planet. This complexity and the emergence of networks is changing the practice of strategic management. Today’s leaders need to understand how to design and guide complex collaborations to accelerate innovation and change—collaborations that cross boundaries both inside and outside organizations. Strategic Doing introduces you to the new disciplines of agile strategy and collaborative leadership. You’ll learn how to design and guide complex collaborations by following a discipline of simple rules that you won’t find anywhere else. • Unleash the power of true collaboration • Learn and master the 10 skills of agile leadership • Apply individual skills to targeted situations • Introduces a new discipline of leadership strategy Filled with compelling case studies, Strategic Doing outlines a new discipline of leadership strategy specifically designed for open, loosely-connected networks.
    Note: Online resource; Title from title page (viewed May 14, 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 (464 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: AN UP-TO-DATE, COMPREHENSIVE TREATMENT OF A CLASSIC TEXT ON MISSING DATA IN STATISTICS The topic of missing data has gained considerable attention in recent decades. This new edition by two acknowledged experts on the subject offers an up-to-date account of practical methodology for handling missing data problems. Blending theory and application, authors Roderick Little and Donald Rubin review historical approaches to the subject and describe simple methods for multivariate analysis with missing values. They then provide a coherent theory for analysis of problems based on likelihoods derived from statistical models for the data and the missing data mechanism, and then they apply the theory to a wide range of important missing data problems. Statistical Analysis with Missing Data, Third Edition starts by introducing readers to the subject and approaches toward solving it. It looks at the patterns and mechanisms that create the missing data, as well as a taxonomy of missing data. It then goes on to examine missing data in experiments, before discussing complete-case and available-case analysis, including weighting methods. The new edition expands its coverage to include recent work on topics such as nonresponse in sample surveys, causal inference, diagnostic methods, and sensitivity analysis, among a host of other topics. An updated "classic" written by renowned authorities on the subject Features over 150 exercises (including many new ones) Covers recent work on important methods like multiple imputation, robust alternatives to weighting, and Bayesian methods Revises previous topics based on past student feedback and class experience Contains an updated and expanded bibliography Statistical Analysis with Missing Data, Third Edition is an ideal textbook for upper undergraduate and/or beginning graduate level students of the subject. It is also an excellent source of information for applied statisticians and practitioners in government and industry.
    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 ...
  • 61
    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: Real-world tools to build your venture, grow your business, and avoid mistakes Startup, Scaleup, Screwup is an expert guide for emerging and established businesses to accelerate growth, facilitate scalability, and keep pace with the rapidly changing economic landscape. The contemporary marketplace is more dynamic than ever before—increased global competition, the impact of digital transformation, and disruptive innovation factors require businesses to implement agile management and business strategies to compete and thrive. This indispensable book provides business leaders and entrepreneurs the tools and guidance to meet growth and scalability challenges head on. Equal parts motivation and practical application, this book answers the questions every business leader asks from the startup ventures to established companies. Covering topics including funding options, employee hiring, product-market validation, remote team management, agile scaling, and the business lifecycle, this essential resource provides a solid approach to grow at the right pace and stay lean. This book will enable you to: Apply 42 effective tools to sustain and accelerate your business growth Avoid the mistakes and pitfalls associated with rapid business growth or organizational change Develop a clear growth plan to integrate into your overall business model Structure your business for rapid scaling and efficient management Startup, Scaleup, Screwup: 42 Tools to Accelerate Lean & Agile Business Growth is a must-read for entrepreneurs, founders, managers, and senior executives. Author Jurgen Appelo shares his wisdom on the creative economy, agile management, innovation marketing, and organizational change to provide a comprehensive guide to business growth. Practical methods and expert advice make this book an essential addition to any business professional’s library.
    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 ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: The industry validated Project Management Maturity Model developed by Dr. Harold Kerzner—updated and expanded Using the Project Management Maturity Model offers assessment tools for organizations of all sizes to evaluate their progress in effectively integrating project management along the maturity curve. This Third Edition includes maturity metrics, examples of Project Management Maturity Model (PMMM) reports, a new chapter on the characteristics of effective PMMM, assessment questions that align with the PMBOK ® Guide—Sixth Edition , all-new illustrations that define advanced levels of maturity, assessment tools for organizations using traditional PM methods, and detailed guidance for organizations using Agile and Scrum. Using the Project Management Maturity Model: Strategic Planning for Project Management, Third Edition is broken down into three major parts. The first part discusses the principles of strategic planning and how it relates to project management, the definition of project management maturity, and the need for customization. The second part details the Project Management Maturity Model (PMMM), which provides organizations with general guidance on how to perform strategic planning for project management. The third part of the book looks at some relatively new concepts in project management such as how assessments can be made to measure the firm’s growth using PM 2.0 and PM 3.0. Features customizable maturity model assessment tools for organizations of all sizes Includes assessment questions updated to line up with PMBOK® Guide—6th Edition Offers detailed guidance on applying the maturity model for Agile and Scrum Includes PowerPoint decks to aid in teaching the maturity model Using the Project Management Maturity Model: Strategic Planning for Project Management, Third Edition is an ideal book for senior level and middle level corporate managers, project and team managers, engineers, project team members, and business consultants. It also benefits both business and engineering students in courses on advanced project management.
    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 ...
  • 63
    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., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 5+ Hours of Video Instruction Web applications of today are becoming increasingly more complex. Our apps commonly need to request data from various sources and handle rich user interactions, which can become difficult to keep track of as our apps scale. Luckily, if you are using the React framework, there are many ways to solve these problems. React has emerged as the industry standard for JavaScript frameworks. With more than 3 million weekly downloads from the NPM package manager—and heavy usage by leading companies such as Google, Microsoft, Netflix, Twitter and so many more—React is a leading framework. Learn how to unlock the power of React with the Redux library to provide creative solutions and highly flexible web components. In larger applications, many developers and teams lean on Flux-style architectures, such as those implemented by the Redux library, which have proven to be highly scalable and easily testable. Instructor Dave Lunny covers how you can develop successful web applications with these powerful technologies. Description In this 5 hour LiveLesson, Dave Lunny provides a deep dive into the concepts behind Flux-based architectures like Redux, showing how to use unidirectional data patterns to help simplify your web applications. Lunny uses a mix of screen casting, slides, and personal narrative to cover modern development patterns, demonstrating how to solve state management issues that can arise—such as higher-order components, render props, and context. Skill Level Beginning-Intermediate What You Will Learn How to simplify the way data flows through applications A full understanding of the concepts behind Flux-style architecture and how to think in Redux Exciting concepts to help make components more flexible A keen understanding of the overarching concept behind Redux and how the library fits into a modern front-end JavaScript stack How to use Redux with React Advanced React patterns, such as higher-order components, render props, and the Context API Who Should Take This Course Web Developers Javascript developers Course Requirements Pre-requisites: A working knowledge of modern JavaScript (ES6+), as well as some basic CSS/HTML knowledge. Understanding of common web development best practices, specifically the benefits of building reusable UI components. Intermediate knowledge of the React JavaScript framework. About Pearson Video Training Pearson publishes expert-led video tutorials covering a wide selection of technolo...
    Note: Online resource; Title from title screen (viewed April 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    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 ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (184 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Choose the best speak-up arrangements for your organisation The last five years have seen dramatic and fundamental changes in whistleblower procedures for organisations. Prompted by a spate of important public disclosures, organizations are now mandated by law to implement effective arrangements enabling employees to speak up about perceived wrongdoing. Currently few resources exist to help with this. To help fill the gap, The Whistleblowing Guide examines the opportunities and challenges associated with different types of whistleblowing and speak-up arrangements, making recommendations based on best practices you can trust. Identifies the major organisational, structural and cultural obstacles to speaking up through speak-up arrangements Proposes effective whistleblowing and speak-up arrangements Explains the specific policy and legislation requirements that can promote or impede the effective implementation of speak-up arrangements, and how these can be translated into commercial and public organizations across sectors and cultures Makes a clear distinction between internal and external reporting arrangements The Whistleblowing Guide offers conceptual clarification about these key issues, including a focus on internal and external speak-up procedures, organisational response and communication, impartiality and trust.
    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 ...
  • 66
    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: Become a more effective leader by discovering the resources you already have Pamela McLean, CEO and cofounder of the Hudson Institute for Coaching, has been at the forefront of the field for the past three decades, using clinical and organizational psychology to provide the highest-quality coaching and development training to professionals in organizations and solo practice worldwide. Now, Pamela is teaching readers to cultivate their leadership potential through “use of self as instrument,” a key dimension of developmental coaching that emphasizes the whole person. Her holistic methods give coaches and other leaders a clearer framework for getting to know themselves, exploring their multiple layers, and fostering their latent abilities so that they can foster the abilities of others. Self as Coach guides you along a path that interweaves six broad dimensions of your internal landscape into the fabric of great coaching. This creates lasting improvements, unlike more common remedial, tactical, or performance-based programs, which often only function as short-term solutions. Develop leadership skills using internal resources you already possess Achieve real improvements with long-lasting benefits Based on methodology proven successful in business and personal settings Includes useful practices and exercises for self-reflection and brainstorming Whether you’re an emerging or experienced coach, whether you want to grow your own leadership skills or develop them across an entire organization, Self as Coach can help. With its innovative approach, proven methods, and near-universal applicability, this book will not only provide effective instruction but also help you uncover lasting insights that will benefit you long after you’ve turned the last page.
    Note: Online resource; Title from title page (viewed May 21, 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 (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In a unique and systematic way, this book discusses the security and privacy aspects of the cloud, and the relevant cloud forensics. Cloud computing is an emerging yet revolutionary technology that has been changing the way people live and work. However, with the continuous growth of cloud computing and related services, security and privacy has become a critical issue. Written by some of the top experts in the field, this book specifically discusses security and privacy of the cloud, as well as the digital forensics of cloud data, applications, and services. The first half of the book enables readers to have a comprehensive understanding and background of cloud security, which will help them through the digital investigation guidance and recommendations found in the second half of the book. Part One of Security, Privacy and Digital Forensics in the Cloud covers cloud infrastructure security; confidentiality of data; access control in cloud IaaS; cloud security and privacy management; hacking and countermeasures; risk management and disaster recovery; auditing and compliance; and security as a service (SaaS). Part Two addresses cloud forensics – model, challenges, and approaches; cyberterrorism in the cloud; digital forensic process and model in the cloud; data acquisition; digital evidence management, presentation, and court preparation; analysis of digital evidence; and forensics as a service (FaaS). Thoroughly covers both security and privacy of cloud and digital forensics Contributions by top researchers from the U.S., the European and other countries, and professionals active in the field of information and network security, digital and computer forensics, and cloud and big data Of interest to those focused upon security and implementation, and incident management Logical, well-structured, and organized to facilitate comprehension Security, Privacy and Digital Forensics in the Cloud is an ideal book for advanced undergraduate and master's-level students in information systems, information technology, computer and network forensics, as well as computer science. It can also serve as a good reference book for security professionals, digital forensics practitioners and cloud service providers.
    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 ...
  • 68
    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 ...
  • 69
    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: Experience the transformative power of creative rituals in the workplace Rituals for Work shows us how creative rituals can make our personal and business lives more meaningful and rewarding. Rituals are powerful tools: they reinforce good habits, motivate personal and professional achievement, create a common bond between co-workers and build shared values; they can transform an organization’s culture and provide a foundation to achieve common goals. Focusing on real-world examples, this book takes a practical approach to the power and benefits of workplace rituals. This insightful guide presents 50 creative rituals, from business and management to design and personal development. Specific case studies highlight the use of rituals and their positive impact to real-world organizations, while vivid visuals allow us to feel their energy and emotion. A ritual is only effective when its purpose is clearly defined. This book goes beyond simple analysis to provide actual recipes for individual rituals designed to promote specific habits, change negative behaviors, and instill values. Each ritual can be adapted to achieve a multitude of goals and tailored to fit your organization or team’s specific needs. ● Change behaviors, form positive habits, and assign meaning to shared goals ● Build shared values, foster innovation, and encourage strong teamwork ● Deal with conflicts effectively and engage others to work on resolutions ● Learn the fundamental concepts of ritual-building and share your knowledge with your team An informative and inspirational resource for executives, managers, team leaders, and employees of every level, Rituals for Work provides a blueprint for building a culture of engagement, innovation, and shared purpose for organizations of all sizes, across industries.
    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 ...
  • 70
    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: Seize opportunity from uncertainty What if you could use strategy to turn market volatility to your competitive advantage? Rethinking Strategy shows you how to anticipate and benefit from emerging market shifts and free your organisation from a cycle of disruption and response. In this ground-breaking book, author and strategist Steve Tighe helps you use scenarios to envisage what your industry and organisation could look like in the future and prepare for what’s to come. Through detailed case studies and practical tools, this guide reveals how to make strategy development your organisation’s principal creative and learning activity. anticipate impending market shifts before they emerge slow down change by making the future familiar unlock the entrepreneurial talent that lies within your organisation mobilise an army of internal advocates to drive strategy execution embed foresight into your planning and innovation processes Have you ever wondered how some companies seem to always be ahead of the curve while others struggle to keep up in today’s ever-changing competitive environment? With Rethinking Strategy , you’ll learn how to make better decisions and thrive alongside increasing competition and uncertainty.
    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 ...
  • 71
    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: The essential resource for navigating the growing direct loan market Private Debt: Opportunities in Corporate Direct Lending provides investors with a single, comprehensive resource for understanding this asset class amidst an environment of tremendous growth. Traditionally a niche asset class pre-crisis, corporate direct lending has become an increasingly important allocation for institutional investors—assets managed by Business Development Company structures, which represent 25% of the asset class, have experienced over 600% growth since 2008 to become a $91 billion market. Middle market direct lending has traditionally been relegated to commercial banks, but onerous Dodd-Frank regulation has opened the opportunity for private asset managers to replace banks as corporate lenders; as direct loans have thus far escaped the low rates that decimate yield, this asset class has become an increasingly attractive option for institutional and retail investors. This book dissects direct loans as a class, providing the critical background information needed in order to work effectively with these assets. Understand direct lending as an asset class, and the different types of loans available Examine the opportunities, potential risks, and historical yield Delve into various loan investment vehicles, including the Business Development Company structure Learn how to structure a direct loan portfolio, and where it fits within your total portfolio The rapid rise of direct lending left a knowledge gap surrounding these nontraditional assets, leaving many investors ill-equipped to take full advantage of ever-increasing growth. This book provides a uniquely comprehensive guide to corporate direct lending, acting as both crash course and desk reference to facilitate smart investment decision making.
    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 ...
  • 72
    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 ...
  • 73
    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 ...
  • 74
    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 ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: EDGE: The Agile Operating Model That Will Help You Successfully Execute Your Digital Transformation [“The authors’] passion for technology allows them to recognize that for most enterprises in the 21st century, technology is THE business. This is what really separates the EDGE approach. It is a comprehensive operating model with technology at its core.” —From the Foreword by Heidi Musser, Executive Vice President and Principal Consultant, Leading Agile; retired, Vice President and CIO, USAA Maximum innovation happens at the edge of chaos: the messy, risky, and uncertain threshold between randomness and structure. Operating there is uncomfortable but it’s where organizations “invent the future.” EDGE is a set of fast, iterative, adaptive, lightweight, and value-driven tools to achieve digital transformation, and EDGE: Value-Driven Digital Transformation is your guide to using this operating model for innovation. Jim Highsmith is one of the world’s leading agile pioneers and a coauthor of the Agile Manifesto. He, Linda Luu, and David Robinson know from their vast in-the-trenches experience that sustainable digital transformation requires far more than adopting isolated agile practices or conventional portfolio management. This hard, indispensable work involves changing culture and mindset, and going beyond transforming the IT department. EDGE embraces an adaptive mindset in the face of market uncertainty, a visible, value-centered portfolio approach that encourages continual value linkages from vision to detailed initiatives, incremental funding that shifts as strategies evolve, collaborative decision-making, and better risk mitigation. This guide shows leaders how to use the breakthrough EDGE approach to go beyond incremental improvement in a world of exponential opportunities. Build an organization that adapts fast enough to thrive Clear away unnecessary governance processes, obsolete “command and control” leadership approaches, and slow budgeting/planning cycles Improve collaboration when major, fast-paced responses are necessary Continually optimize investment allocation and monitoring based on your vision and goals Register your product for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
    Note: Online resource; Title from title page (viewed September 23, 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 (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An essential guide for board members and executives who need to understand the impact of digital on their thinking and decision making Duty of Care: An Executive's Guide for Corporate Boards in the Digital Era offers a much needed guide for board directors and leaders who need to get up-to-speed and close their digital knowledge gap in order to make the right decisions about digital technology investment and deployments. Written in easy-to-read language, this book targets directors and executives who want to protect themselves from risks ranging from massive cyber security breaches to digital infrastructure investment mistakes. Most board members don’t have the information they need to understand digital information systems, modern high-speed networks, and rapidly evolving software and hardware ecosystems. They also don’t have the time to seek out or filter what they need from the many diverse sources. Their lack of knowledge can lead to disastrous decisions that can cost shareholders billions of dollars in lost income or risk liability. Written by a globally recognized experienced business executive and expert in cyber security, this essential guide and blueprint can serve the strategic and governance needs of every company. Written by an noted expert in cyber security and digital strategy Designed to be accessible for board members unfamiliar with digital technology, with case studies and smart questions to support leaders on every topic Helps board directors, corporate officers, and corporate investors with the digital knowledge needed to make informed decisions Duty of Care is a comprehensive yet accessible book that helps board members close their “digital knowledge gap” in order to better serve their corporations.
    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 ...
  • 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 (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: OPTIMIZE YOUR BUSINESS DATA FOR FIRST-CLASS RESULTS Data Driven Business Transformation illustrates how to find the secrets to fast adaptation and disruptive origination hidden in your data and how to use them to capture market share. Digitalisation – or the Digital Revolution – was the first step in an evolving process of analysis and improvement in the operations and administration of commerce. The popular author team of Caroline Carruthers and Peter Jackson, two global leaders in data transformation and education, pick up the conversation here at the next evolutionary step where data from these digital systems generates value, and really use data science to produce tangible results. Optimise the performance of your company through data-driven processes by: Following step-by-step guidance for transitioning your company in the real world to run on a data-enabled business model Mastering a versatile set of data principles powerful enough to produce transformative results at any stage of a business’s development Winning over the hearts of your employees and influencing a cultural shift to a data-enabled business Reading first-hand stories from today’s thought leaders who are shaping data transformation at their companies Enable your company’s data to lift profits with Data Driven Business Transformation .
    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 ...
  • 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., 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 ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (864 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Protect Your Organization Against Massive Data Breaches and Their Consequences Data breaches can be catastrophic, but they remain mysterious because victims don't want to talk about them. In Data Breaches, world-renowned cybersecurity expert Sherri Davidoff shines a light on these events, offering practical guidance for reducing risk and mitigating consequences. Reflecting extensive personal experience and lessons from the world's most damaging breaches, Davidoff identifies proven tactics for reducing damage caused by breaches and avoiding common mistakes that cause them to spiral out of control. You'll learn how to manage data breaches as the true crises they are; minimize reputational damage and legal exposure; address unique challenges associated with health and payment card data; respond to hacktivism, ransomware, and cyber extortion; and prepare for the emerging battlefront of cloud-based breaches. Understand what you need to know about data breaches, the dark web, and markets for stolen data Limit damage by going beyond conventional incident response Navigate high-risk payment card breaches in the context of PCI DSS Assess and mitigate data breach risks associated with vendors and third-party suppliers Manage compliance requirements associated with healthcare and HIPAA Quickly respond to ransomware and data exposure cases Make better decisions about cyber insurance and maximize the value of your policy Reduce cloud risks and properly prepare for cloud-based data breaches Data Breaches is indispensable for everyone involved in breach avoidance or response: executives, managers, IT staff, consultants, investigators, students, and more. Read it before a breach happens! Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
    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 ...
  • 81
    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 ...
  • 82
    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: Expert guidance on the art and science of driving secure behaviors Transformational Security Awareness empowers security leaders with the information and resources they need to assemble and deliver effective world-class security awareness programs that drive secure behaviors and culture change. When all other processes, controls, and technologies fail, humans are your last line of defense. But, how can you prepare them? Frustrated with ineffective training paradigms, most security leaders know that there must be a better way. A way that engages users, shapes behaviors, and fosters an organizational culture that encourages and reinforces security-related values. The good news is that there is hope. That’s what Transformational Security Awareness is all about. Author Perry Carpenter weaves together insights and best practices from experts in communication, persuasion, psychology, behavioral economics, organizational culture management, employee engagement, and storytelling to create a multidisciplinary masterpiece that transcends traditional security education and sets you on the path to make a lasting impact in your organization. Find out what you need to know about marketing, communication, behavior science, and culture management Overcome the knowledge-intention-behavior gap Optimize your program to work with the realities of human nature Use simulations, games, surveys, and leverage new trends like escape rooms to teach security awareness Put effective training together into a well-crafted campaign with ambassadors Understand the keys to sustained success and ongoing culture change Measure your success and establish continuous improvements Do you care more about what your employees know or what they do ? It's time to transform the way we think about security awareness. If your organization is stuck in a security awareness rut, using the same ineffective strategies, materials, and information that might check a compliance box but still leaves your organization wide open to phishing, social engineering, and security-related employee mistakes and oversights, then you NEED this book.
    Note: Online resource; Title from title page (viewed May 21, 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 (160 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Professor Woodall’s essay shows that this book represents a remarkable contribution, even by today’s standards, because of its contemporary thinking about the relationship between the specific topic of SQC and the broader company context of Quality Management. It also demonstrates the remarkable awareness of at least some young US engineers in the post-war period about the vital role of Statistical Quality Control in establishing and maintaining a competitive position. The book reveals that there was unsuspected knowledge extant immediately post-war, about the importance of Statistical Quality Control when appropriately applied in an industrial setting. It also helps to correct wide-spread historical misconceptions about who specifically was responsible for helping Japanese industry get back on its feet post-war, a task assigned to General Douglas Macarthur by President Truman and how Macarthur was indebted to Sarasohn.
    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 ...
  • 84
    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: Accelerate sales and improve customer experience Every day, most working professionals entrust their most important messages to a form of communication that doesn't build trust, provide differentiation, or communicate clearly enough. It's easy to point to the sheer volume of emails, text messages, voicemails, and even social messaging as the problem that reduces our reply rates and diminishes our effectiveness. But the faceless nature of that communication is also to blame. Rehumanize Your Business explains how to dramatically improve relationships and results with your customers, prospects, employees, and recruits by adding personal videos to emails, text messages, and social messages. It explains the what, why, and how behind this new movement toward simple, authentic videos—and when to replace some of your plain, typed-out communication with webcam and smartphone recordings. • Restore face-to-face communication for clarity and connection • Add a personal, human touch to your emails and other messages • Meet people who’ve sent thousands of videos • Learn to implement your own video habit in an easy, time-saving way • Boost your replies, appointments, conversion, referrals, and results dramatically If you’re ready to influence, teach, sell, or serve in a more personal way, Rehumanize Your Business is your guide.
    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 ...
  • 85
    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: Do your most important work when you are your most resourceful Are you drowning in email? Overloaded with calendar invitations? Frustrated by wasteful meetings and an ever-growing workload? Then you know that being busy does not mean being productive. Most workers are being asked to take on more responsibilities with less support, advised to simply ‘be innovative.’ But you only have a finite amount of energy and thinking capacity available to you in a day. Most of us are wasting it on things that aren't contributing to our most important work: the activities that require problem solving, decision making and critical thinking. Developed for business professionals, The First Two Hours teaches you how to design your day, rather than be at the mercy of it. Using research on neuroscience, energy flow and the body’s natural rhythms, it divides the workday into manageable blocks and helps you determine when you are most resourceful, and therefore when you should complete your most demanding tasks. Optimize your day in blocks of two hours Take back control of your work life by creating a workflow designed for you Do your most important work at the right time of day so it gets the resources it deserves Decide when you need to be ’on’ and when you can be ’available’ so you can maximise productivity In a time of near-constant information overload, this practical handbook helps you focus on getting done what you need to get done, when you are best able to do it. By learning to invest your energy strategically, you can be in the driver’s seat every work day and achieve a level of productivity beyond what you thought possible.
    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 ...
  • 86
    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: Land the deals you want and develop your instincts with million-dollar negotiation techniques After selling over $3 Billion in real estate, including the most expensive one-bedroom house in history, Josh Altman, co-star of the hit show Million-Dollar Listing Los Angeles, wants to teach you the real estate sales and negotiation tactics that have made him one of America’s top agents. Buying or selling a house, whether for a client or yourself, is one of the most important (and most stressful) deals anyone can make, demanding emotional intelligence and a solid set of negotiating skills. But by mastering the same techniques that sell multi-million-dollar homes in Bel Air and Beverly Hills, you can attract buyers and close deals on any property. Josh breaks down the art of real estate into three simple parts. First, he’ll help you get business in the door during the Opening. Then he takes you step-by-step through the Work: everything between the first handshake and the last. And finally, the Close, the last step that ensures all your hard work pays off as you seal the deal. Learn how to open with a prospect, work the deal, close, open, and repeat Build and market your reputation, creating more sales opportunities Develop the traits of a closer in you and your team Drive the deal forward and get the best price for your property by creating desire, scarcity, and demand Successful real estate sales are driven by the same principles, whether they happen in the Hollywood Hills or just down the street. Josh wants to put those principles, and the techniques for applying them, in your hands. Learn them and discover what you can achieve.
    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 ...
  • 87
    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: Python makes machine learning easy for beginners and experienced developers With computing power increasing exponentially and costs decreasing at the same time, there is no better time to learn machine learning using Python. Machine learning tasks that once required enormous processing power are now possible on desktop machines. However, machine learning is not for the faint of heart—it requires a good foundation in statistics, as well as programming knowledge. Python Machine Learning will help coders of all levels master one of the most in-demand programming skillsets in use today. Readers will get started by following fundamental topics such as an introduction to Machine Learning and Data Science. For each learning algorithm, readers will use a real-life scenario to show how Python is used to solve the problem at hand. • Python data science—manipulating data and data visualization • Data cleansing • Understanding Machine learning algorithms • Supervised learning algorithms • Unsupervised learning algorithms • Deploying machine learning models Python Machine Learning is essential reading for students, developers, or anyone with a keen interest in taking their coding skills to the next level.
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Focal Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (222 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This book guides nonfiction storytellers in the art of creatively and strategically using sound to engage their audience and bring stories to life. Sound is half of film and video storytelling, and yet its importance is often overlooked until a post-production emergency arises. Written by two experienced creators—one a seasoned nonfiction producer/director with a background in music, and one a sound designer who owns a well-regarded mix studio—this book teaches nonfiction producers, filmmakers, and branded content creators how to reimagine their storytelling by improving sound workflow from field to post. In addition to real-world examples from the authors’ own experiences, interviews with and examples from industry professionals across many genres of nonfiction production are included throughout. Written in a conversational style, the book pinpoints practical topics and considerations like 360 video and viewer accessibility. As such, it is a vital point of reference for all nonfiction filmmakers, directors, and producers, or anyone wanting to learn how to improve their storytelling. An accompanying Companion Website offers listening exercises, production sound layout diagrams, templates, and other resources.
    Note: Online resource; Title from title page (viewed September 30, 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 (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Transform your approach to oprisk modelling with a proven, non-statistical methodology Operational Risk Modeling in Financial Services provides risk professionals with a forward-looking approach to risk modelling, based on structured management judgement over obsolete statistical methods. Proven over a decade’s use in significant banks and financial services firms in Europe and the US, the Exposure, Occurrence, Impact (XOI) method of operational risk modelling played an instrumental role in reshaping their oprisk modelling approaches; in this book, the expert team that developed this methodology offers practical, in-depth guidance on XOI use and applications for a variety of major risks. The Basel Committee has dismissed statistical approaches to risk modelling, leaving regulators and practitioners searching for the next generation of oprisk quantification. The XOI method is ideally suited to fulfil this need, as a calculated, coordinated, consistent approach designed to bridge the gap between risk quantification and risk management. This book details the XOI framework and provides essential guidance for practitioners looking to change the oprisk modelling paradigm. Survey the range of current practices in operational risk analysis and modelling Track recent regulatory trends including capital modelling, stress testing and more Understand the XOI oprisk modelling method, and transition away from statistical approaches Apply XOI to major operational risks, such as disasters, fraud, conduct, legal and cyber risk The financial services industry is in dire need of a new standard — a proven, transformational approach to operational risk that eliminates or mitigates the common issues with traditional approaches. Operational Risk Modeling in Financial Services provides practical, real-world guidance toward a more reliable methodology, shifting the conversation toward the future with a new kind of oprisk modelling.
    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 ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (680 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An essential guide on high dimensional multivariate time series including all the latest topics from one of the leading experts in the field Following the highly successful and much lauded book, Time Series Analysis—Univariate and Multivariate Methods , this new work by William W.S. Wei focuses on high dimensional multivariate time series, and is illustrated with numerous high dimensional empirical time series. Beginning with the fundamentalconcepts and issues of multivariate time series analysis,this book covers many topics that are not found in general multivariate time series books. Some of these are repeated measurements, space-time series modelling, and dimension reduction. The book also looks at vector time series models, multivariate time series regression models, and principle component analysis of multivariate time series. Additionally, it provides readers with information on factor analysis of multivariate time series, multivariate GARCH models, and multivariate spectral analysis of time series. With the development of computers and the internet, we have increased potential for data exploration. In the next few years, dimension will become a more serious problem. Multivariate Time Series Analysis and its Applications provides some initial solutions, which may encourage the development of related software needed for the high dimensional multivariate time series analysis. Written by bestselling author and leading expert in the field Covers topics not yet explored in current multivariate books Features classroom tested material Written specifically for time series courses Multivariate Time Series Analysis and its Applications is designed for an advanced time series analysis course. It is a must-have for anyone studying time series analysis and is also relevant for students in economics, biostatistics, and engineering.
    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 ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (504 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: A brand new, fully updated edition of a popular classic on matrix differential calculus with applications in statistics and econometrics This exhaustive, self-contained book on matrix theory and matrix differential calculus provides a treatment of matrix calculus based on differentials and shows how easy it is to use this theory once you have mastered the technique. Jan Magnus, who, along with the late Heinz Neudecker, pioneered the theory, develops it further in this new edition and provides many examples along the way to support it. Matrix calculus has become an essential tool for quantitative methods in a large number of applications, ranging from social and behavioral sciences to econometrics. It is still relevant and used today in a wide range of subjects such as the biosciences and psychology. Matrix Differential Calculus with Applications in Statistics and Econometrics, Third Edition contains all of the essentials of multivariable calculus with an emphasis on the use of differentials. It starts by presenting a concise, yet thorough overview of matrix algebra, then goes on to develop the theory of differentials. The rest of the text combines the theory and application of matrix differential calculus, providing the practitioner and researcher with both a quick review and a detailed reference. Fulfills the need for an updated and unified treatment of matrix differential calculus Contains many new examples and exercises based on questions asked of the author over the years Covers new developments in field and features new applications Written by a leading expert and pioneer of the theory Part of the Wiley Series in Probability and Statistics Matrix Differential Calculus With Applications in Statistics and Econometrics Third Edition is an ideal text for graduate students and academics studying the subject, as well as for postgraduates and specialists working in biosciences and psychology.
    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 ...
  • 92
    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: Proven techniques to win over any audience and make any sale Mastering the Art of Oral Presentations is your expert guide to delivering memorable and effective speeches and presentations. Whether selling a product, offering a service, or bidding for a contract, your oral presentation skills can often determine success or failure. This invaluable resource delivers real-world advice and proven strategies to elevate your game and close the deal. Comprehensive coverage of preparation procedures, delivery techniques, and presentation strategies provide you with the tools and knowledge to motivate and persuade your audience. Emphasizing real-world versatility, this unique book delivers methods equally effective to both individual and team presentations. Drawing from decades of experience, authors John Parker Stewart and Don Fulop offer keen insight into the process of winning over an audience. From topics ranging from rhetorical devices and visual cues to body language and stage presence, this expert guide will help convey a take-home message that resonates and endures long after your presentation has concluded. A must-have resource for government contractors, sales and marketing professionals, and anyone seeking to raise the level of their oral presentation skills, this book will help you: Develop winning approaches to oral presentations regardless of experience or skill level Build the confidence to present your ideas to individuals, teams, and large audiences Incorporate your personal and professional lives into your communication strategies Create and deliver messages that will win the hearts and minds of any audience Mastering the Art of Oral Presentations: Winning Orals, Speeches, and Stand-Up Presentations is an indispensable tool for those who speak to influence, to promote, and to sell—aiding you in making positive and lasting impressions on potential customers, team members, and decision makers.
    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 ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: “Our job as Scrum professionals is to continually improve our ability to use Scrum to deliver products and services that help customers achieve valuable outcomes. This book will help you to improve your ability to apply Scrum.” —From the Foreword by Ken Schwaber, co-author of Scrum Mastering Professional Scrum is for anyone who wants to deliver increased value by using Scrum more effectively. Leading Scrum practitioners Stephanie Ockerman and Simon Reindl draw on years of Scrum training and coaching to help you return to first principles and apply Scrum with the professionalism required to achieve its transformative potential. The authors aim to help you focus on proven Scrum approaches for improving quality, getting and using fast feedback, and becoming more adaptable, instead of “going through the motions” and settling for only modest improvements. Whether you’re a Scrum Master, Development Team member, or Product Owner, you’ll find practical advice for facing challenges with transparency and courage, overcoming a wide array of common challenges, and continually improving your Scrum practice. Realistically assess your current Scrum practice, and identify areas for improvement Recognize what a great Scrum Team looks like and get there Focus on “Done”—not “sort-of-Done” or “almost-Done” Measure and optimize the value delivered by every Product Increment Improve the way you plan, develop, and grow Clear away wider organizational impediments to agility and professionalism Overcome common misconceptions that stand in the way of progress Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
    Note: Online resource; Title from title page (viewed October 7, 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 (384 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers state-of-the-art principles and strategies gleaned from high-profile projects to help readers manage design This guide to managing design process within the commercial design and construction industry addresses a growing pain point in an industry where collaborative approaches to project delivery are outpacing the way professionals work. It synthesizes issues by investigating the “why,” “how,” and “who” of the discipline of managing design, and gives the “what” and “when” to apply the solutions given various project delivery and contracting methods. The book features candid interviews with over 40 industry leaders—architects, engineers, contractors, owners, educators, technology evangelists, and authors—which present a broad look at current issues and offer paths to future collaboration and change. Managing Design: Conversations, Project Controls and Best Practices for Commercial Design and Construction Projects is a self-help book for design and construction that provides aninsider’s look at the mysteries of managing design for yourself, team, firm and future. It tackles client empathy; firm culture; owner leadership; design and budgets; dealing with engineers, consultants, and contractors; contracts; team assembly; and much more. Features eye-opening interviews with 40 industry luminaries Exposes issues and poses solutions to longstanding industry ills Offers a project design controls framework and toolset for immediate application and action Includes best practice tips, process diagrams, and comparative analytical tables to support the text Written in a relatable style, Managing Design: Conversations, Project Controls and Best Practices for Commercial Design and Construction Projects is a welcome resource for owners, contractors, and designers in search of better ways to work together. “ Managing Design blends practical advice from the author's five decades in architecture and construction with wisdom from more than three dozen luminaries in the design, delivery, ownership and operation of the built environment. The result is an extraordinary guide to integrating practice across disciplines.” —Bob Fisher, Editor-In-Chief, Design Intelligence “ Managing Design peers into the soul of a contentious industry as it grapples with change—a deep dive into the design and construction process in the words of those doing the work. I enjoyed the engineers and contractors’ pleas to be made parties to design process early on. The questions—as inte...
    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 ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (353 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Complete Beginner's Guide to Understanding and Building Machine Learning Systems with Python Machine Learning with Python for Everyone will help you master the processes, patterns, and strategies you need to build effective learning systems, even if you're an absolute beginner. If you can write some Python code, this book is for you, no matter how little college-level math you know. Principal instructor Mark E. Fenner relies on plain-English stories, pictures, and Python examples to communicate the ideas of machine learning. Mark begins by discussing machine learning and what it can do; introducing key mathematical and computational topics in an approachable manner; and walking you through the first steps in building, training, and evaluating learning systems. Step by step, you'll fill out the components of a practical learning system, broaden your toolbox, and explore some of the field's most sophisticated and exciting techniques. Whether you're a student, analyst, scientist, or hobbyist, this guide's insights will be applicable to every learning system you ever build or use. Understand machine learning algorithms, models, and core machine learning concepts Classify examples with classifiers, and quantify examples with regressors Realistically assess performance of machine learning systems Use feature engineering to smooth rough data into useful forms Chain multiple components into one system and tune its performance Apply machine learning techniques to images and text Connect the core concepts to neural networks and graphical models Leverage the Python scikit-learn library and other powerful tools Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
    Note: Online resource; Title from title page (viewed August 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    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., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 6+ Hours of Video Instruction Learn the main concepts and techniques used in modern machine learning through numerous examples written in scikit-learn Overview Machine Learning with scikit-learn LiveLessons is your guide to the scikit-learn library, which provides a wide range of algorithms in machine learning that are unified under a common and intuitive Python API. Most of the dozens of classes provided for various kinds of models share the large majority of the same calling interface. Quite often you can easily substitute one algorithm for another with very little or no change in your underlying code. This enables you to explore the problem space quickly and often to arrive at an optimal–or at least satisficing–approach to your problem domain or datasets. The scikit-learn library is built on the foundations of the numeric Python stack. It uses NumPy for its fundamental data structures and optimized performance, and it plays well with pandas and matplotlib. It is free software under a BSD license. The great bulk of machine learning programming in Python is done with scikit-learn—at least outside the specialized domain of deep neural networks. About the Instructor David Mertz has been involved with the Python community for 20 years, with data science, (under various previous names) and with machine learning since way back when it was more likely to be called “artificial intelligence.” He was a director of the Python Software Foundation for six years and continues to serve on, or chair, a variety of PSF working groups. He has also written quite a bit about Python: the column Charming Python for IBM developerWorks, for many years; Text Processing in Python (Addison-Wesley, 2003); and two short books for O’Reilly. He created the data science training program for Anaconda, Inc., and was a senior trainer for them. Skill Level Intermediate Learn How To Use various machine learning techniques Explore a dataset Perform various types of classification Use regression, clustering, and hyperparameters Use feature engineering and feature selection Implement data pipelines Develop robust train/test splits Who Should Take This Course Programmers and statisticians interested in using Python and the scikit-learn library to implement machine learning Course Requirements Programming experience Table of Contents Introduction Lesson 1: What Is Machine Learning? Lesson 2: Exploring a Dataset Lesson 3: Classification Lesson 4: Regression Less...
    Note: Online resource; Title from title screen (viewed January 1, 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 5 hr., 46 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 September 23, 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
    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 ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (496 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Expertly navigate any workplace conversation and come out on top When confronted with difficult situations in the workplace, many people are at a loss for words. That’s why New York Times bestselling authors Stephen M. Pollan and Mark Levine created Lifescripts: What to Say to Get What You Want in Life's Toughest Situations . Using two-color flowcharts, Lifescripts maps out 171 difficult conversations, guiding you through discussion openers and effective responses reach the desired result. This completely revised and updated edition includes nearly 50 new business-focused scripts covering everything from apologizing for a misdirected email to requesting better meeting manners. Inside, you’ll find scripts to fit any situation you’re confronting at work. Use the signature Lifescripts visual flowcharts to work your way through exactly how the conversation should go. Be it boosting employee morale or getting the raise you deserve, when the time comes, you’ll be prepared not only with the right words and phrases, but with the confidence you need to get what you want. Work your way through conversation scripts for terminations, performance reviews, negotiating job offers, asking for raises, and much more Learn a unique set of icebreakers, pitches, questions, answers, and defenses for each difficult conversation Easily develop a winning conversational strategy using the signature visual flowcharts unique to Lifescripts Get strategic tips on attitude, timing, preparation, and behavior to help make any conversation a success This revised Third Edition of Lifescripts is here to help employees and managers communicate even more clearly and effectively. Whatever the situation, Lifescripts provides a road map to navigate the most perplexing, problematic dialogues for success.
    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 ...
  • 100
    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 ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...