Mostrando 1,461 - 1,480 Resultados de 1,683 Para Buscar '"Bottom"', tiempo de consulta: 0.12s Limitar resultados
  1. 1461
    Publicado 2019
    Tabla de Contenidos: “…Top-Down Approach -- 2.4.3.2. Bottom-Up Approach -- 2.4.3.3. WBS Organizational Standards -- 2.4.3.4. …”
    Libro electrónico
  2. 1462
    Publicado 2019
    Tabla de Contenidos: “…Concern 4: MTurkers Are Deceptive -- Concern 5: MTurkers Drop out of Surveys -- Concern 6: MTurkers Self-Select into Surveys -- Considerations for Running an MTurk Study -- Conclusion -- References -- Chapter 18: Mechanical Turk in Consumer Research: Perceptions and Usage in Marketing Academia -- Crowdsourcing Overview -- Perceptions of MTurk Data: Facts and Fables -- Usage of MTurk: General Usage and Common Data Quality Practices -- Methodology -- Measures -- Results -- Concluding Remarks -- References -- Chapter 19: Digital and Social Media Research -- Introduction -- Overview of Extant Digital and Social Media Research inConsumer Psychology -- Critical Discussion of Research Methods -- Future Research Agenda and Methodological Recommendations -- Conclusion -- References -- PART IV: Data Analysis -- Chapter 20: Mediation Analysis in Consumer Psychology: Models, Methods, and Considerations -- Simple Mediation Models and Terminology -- Testing Mediation -- Complex Mediation Models -- Recommendations in Mediation Analysis -- Conclusion -- Note -- References -- Chapter 21: Text Analysis in Consumer Research: An Overview and Tutorial -- Manual Coding -- Top-Down Dictionary Approaches -- Bottom-Up Data-Driven Approaches -- Summary -- References -- Chapter 22: Meta-Analysis -- Introduction -- Heterogeneity in Behavioral Research -- Approaches Based on Test Statistics -- Approaches Based on Standardized Effect Sizes -- Approaches Based on Basic Summary Information -- Study-Level Covariates -- Assessing and Adjusting for Publication Bias -- Discussion -- References -- PART V: Philosophy of Science -- Chapter 23: Integrating Effects and Theory in Research and Application -- The Logic of Research -- Beyond the Either-Or View of Effects and Theory -- Using Nomological Networks across Studies -- Mediation Analysis…”
    Libro electrónico
  3. 1463
    Publicado 2024
    Tabla de Contenidos: “…The Problem to Solve -- Discovering the Solution -- The Results -- Part VII Transformation Story: Datasite -- Part VIII Transformation Techniques -- Chapter 28 Transformation Outcome -- Chapter 29 Transformation Assessment -- Overview -- Be Realistic -- Talk to All Levels -- Look for Evidence -- Look Below the Surface -- Be Kind -- High-Level Assessment -- How Products Are Built and Deployed -- How Problems Are Solved -- How You Decide Which Problems to Solve -- The Detailed Assessment -- Product Model Competencies -- Product Model Concepts -- Innovation Theatre -- Chapter 30 Transformation Tactics-Competencies -- Product Model Competencies -- New Job Definitions -- Role Balancing -- New Recruiting Practices -- Assessments and Coaching Plans -- Onboarding Programs -- Chapter 31 Transformation Tactics-Concepts -- Product Teams -- Team Chemistry -- Team Durability -- Review Team Topology -- Dealing with Distributed Teams and Remote Employees -- Product Delivery -- Product Discovery -- Driving Up Customer Interaction -- Discovery Sprints -- Hack Days -- Product Strategy -- Create Product Vision -- Create Product Strategy -- Portfolio Management -- Funding Product Teams -- Implement Team Objectives -- Product Vision or Strategy Sprints -- Product Culture -- Hack Days -- Customer Engagement -- Innovation Accounting -- Culture Retrospectives -- Chapter 32 Transformation Tactics-Adoption -- Pilot Teams -- Product Model Dimensions -- Top Down and Bottom Up -- Coaching Stakeholders -- Stakeholder Briefings -- Managing Existing Commitments -- Chapter 33 Transformation Evangelism -- The Transformation Plan -- Note on Task Ownership -- Continuous Evangelism -- The Value of Quick Wins -- Constantly Beat the Drum -- Transformation Setbacks -- Chapter 34 Transformation Help -- Managers as Coaches -- In-House Product Coaches -- External Product Coaches…”
    Libro electrónico
  4. 1464
    Publicado 2016
    Tabla de Contenidos: “…Application of Dynamic Models for Optimal Redesign of Cell Factories -- Summary -- 8.1 Introduction -- 8.2 Kinetics of Pathway Reactions: the Need to Measure in a Very Narrow Time Window -- 8.2.1 Sampling -- 8.2.2 Quenching and Extraction -- 8.2.3 Analysis -- 8.2.4 Examples for Quantitative Measurements of Metabolites in Stimulus-Response Experiments -- 8.3 Tools for In Vivo Diagnosis of Pathway Reactions -- 8.3.1 Modular Decomposition of the Network: the Bottom-Up Approach -- 8.4 Examples: The Pentose-Phosphate Shunt and Kinetics of Phosphofructokinase -- 8.4.1 Kinetics of the Irreversible Reactions of the Pentose-Phosphate Shunt -- 8.4.2 Kinetics of the Phophofructokinase I (PFK1) -- 8.5 Additional Approaches for Dynamic Modeling Large Metabolic Networks -- 8.5.1 Generalized Mass Action -- 8.5.2 S-Systems Approach -- 8.5.3 Convenience Kinetics -- 8.5.4 Log-Lin and Lin-Log Approaches -- 8.6 Dynamic Models Used for Redesigning Cell Factories. …”
    Libro electrónico
  5. 1465
    Publicado 2015
    Tabla de Contenidos: “…4.5.2 The task Directive -- 4.6 Synchronization Constructs -- 4.7 Correctness and Optimization Issues -- 4.7.1 Thread Safety -- 4.7.2 False Sharing -- 4.8 A Case Study: Sorting in OpenMP -- 4.8.1 Bottom-Up Mergesort in OpenMP -- 4.8.2 Top-Down Mergesort in OpenMP -- 4.8.3 Performance Comparison -- Exercises -- Chapter 5: Distributed memory programming -- 5.1 Communicating Processes -- 5.2 MPI -- 5.3 Core concepts -- 5.4 Your first MPI program -- 5.5 Program architecture -- 5.5.1 SPMD -- 5.5.2 MPMD -- 5.6 Point-to-Point communication -- 5.7 Alternative Point-to-Point communication modes -- 5.7.1 Buffered Communications -- 5.8 Non blocking communications -- 5.9 Point-to-Point Communications: Summary -- 5.10 Error reporting and handling -- 5.11 Collective communications -- 5.11.1 Scattering -- 5.11.2 Gathering -- 5.11.3 Reduction -- 5.11.4 All-to-All Gathering -- 5.11.5 All-to-All Scattering -- 5.11.6 All-to-All Reduction -- 5.11.7 Global Synchronization -- 5.12 Communicating objects -- 5.12.1 Derived Datatypes -- 5.12.2 Packing/Unpacking -- 5.13 Node management: communicators and groups -- 5.13.1 Creating Groups -- 5.13.2 Creating Intra-Communicators -- 5.14 One-sided communications -- 5.14.1 RMA Communication Functions -- 5.14.2 RMA Synchronization Functions -- 5.15 I/O considerations -- 5.16 Combining MPI processes with threads -- 5.17 Timing and Performance Measurements -- 5.18 Debugging and profiling MPI programs -- 5.19 The Boost.MPI library -- 5.19.1 Blocking and non blocking Communications -- 5.19.2 Data Serialization -- 5.19.3 Collective Operations -- 5.20 A case study: diffusion-limited aggregation -- 5.21 A case study: brute-force encryption cracking -- 5.21.1 Version #1 : "plain-vanilla'' MPI -- 5.21.2 Version #2 : combining MPI and OpenMP -- 5.22 A Case Study: MPI Implementation of the Master-Worker Pattern…”
    Libro electrónico
  6. 1466
    Publicado 2013
    Tabla de Contenidos: “…PREPAYMENT TERMINOLOGY -- CALCULATING PREPAYMENT SPEEDS -- Conditional Prepayment Rate -- PSA Prepayment Benchmark -- Prospectus Prepayment Curve -- Prepayment Conventions for Securities Backed by Home Equity and Manufactured Housing Loans -- DELINQUENCY, DEFAULT, AND LOSS TERMINOLOGY -- Delinquency Measures -- Default Measures -- Loss Severity Measures -- KEY POINTS -- NOTES -- REFERENCES -- Prepayments and Factors Influencing the Return of Principal for Residential Mortgage-Backed Securities -- PREPAYMENT FUNDAMENTALS -- Turnover -- Refinancing -- FACTORS INFLUENCING PREPAYMENT SPEEDS -- Borrower Inefficiencies -- Product Choices and Transitions -- Changes in Homeowner Equity and Credit -- Time -- DEFAULTS AND "INVOLUNTARY" PREPAYMENTS -- Factors Influencing Default Frequency and Credit Performance -- Voluntary and Involuntary Prepayments -- Interactions Between Prepayments and Defaults -- KEY POINTS -- NOTES -- REFERENCES -- Operational Risk -- Operational Risk -- OPERATIONAL RISK DEFINED -- OPERATIONAL RISK EXPOSURE INDICATORS -- CLASSIFICATION OF OPERATIONAL RISK -- Internal versus External Operational Losses -- Direct versus Indirect Operational Losses -- Expected versus Unexpected Operational Losses -- Operational Risk Type, Event Type, and Loss Type -- Operational Loss Severity and Frequency -- KEY POINTS -- NOTES -- REFERENCES -- Operational Risk Models -- OPERATIONAL RISK MODELS -- Models Based on Top-Down Approaches -- Models Based on Bottom-Up Approaches -- SPECIFICS OF OPERATIONAL LOSS DATA -- Scarcity of Available Historical Data -- Data Arrival Process -- Loss Severity Process -- Dependence Between Business Units -- KEY POINTS -- NOTES -- REFERENCES -- Modeling Operational Loss Distributions -- APPROACHES TO OPERATIONAL RISK MODELING -- NONPARAMETRIC APPROACH: EMPIRICAL DISTRIBUTION FUNCTION…”
    Libro electrónico
  7. 1467
    Publicado 2017
    Tabla de Contenidos: “…Moment -- A Camera Changes Everything -- No Immediate Feedback -- Your Own Worst Critic -- Recorded for Posterity -- Unfamiliar Territory -- The Archenemy of Performance Success: You -- The Key to On-Camera Success: Authenticity -- Chapter Takeaways -- Section Two The MVPs of Performance Success -- Chapter 3 M-Mental Mind-set: The Prep before the Performance -- Reaching the Real Audience -- Visualize the Viewer -- Video Chat: Now You See Me, Now You Don't -- Embrace Your Nervousness -- Passion Play -- Beware of Brain Cramps -- The Bottom Line: It's Not about You -- Chapter Takeaways -- Note -- Chapter 4 V-Vocal Variety: Pacing and Pausing with Purpose -- The Musicality of Your Delivery-What's Your Range? …”
    Libro electrónico
  8. 1468
    Publicado 2010
    Tabla de Contenidos: “…-- 12.1 Apprenticeship and Learning -- 12.1.1 Institutional History of Apprenticeship Programmes in the US -- 12.2 Methodology of this Study -- 12.3 The Physical Context of the Classroom as compared to the Field -- 12.4 On the Job: The Worksite itself as Resource for Learning -- 12.5 On the Job: Tools and Equipment as Resources for Learning -- 12.6 Learning Through Interaction without Master-Apprentice Relationships -- 12.7 Learning and the ‘Bottom Line’ -- 12.8 What can go Wrong -- 12.9 Apprenticeship Learning as Reproduction of the Economic Viability -- 12.10 Conclusion -- 13. …”
    Libro electrónico
  9. 1469
    Publicado 2021
    Tabla de Contenidos: “…Policies, Applied -- Attributes -- Policy Scenarios -- Target-Initiated Access -- Microsegmentation -- Policy Evaluation and Enforcement Flows -- Authentication Trigger -- Access Trigger -- Session Expiration Trigger -- External Trigger -- Summary -- Chapter 18: Zero Trust Scenarios -- VPN Replacement/VPN Alternative -- Considerations -- Resources -- Users and User Experience -- Identity Providers -- Networking -- Recommendations -- Third-Party Access -- Considerations -- Architecture -- Users and User Experience -- Recommendations -- Cloud Migration -- Migration Categories -- Forklift Migration -- Refactor the Application -- Rewrite the Application -- Adopt SaaS -- Considerations -- Architecture -- Forklift -- Refactor the Application -- Rewrite the Application -- Adopt SaaS -- Users and User Experience -- Recommendations -- Service-to-Service Access -- Considerations -- Recommendations -- DevOps -- DevOps Phases -- Plan and Code -- Build and Test -- Release and Deploy -- Operate and Monitor -- Considerations -- Recommendations -- Mergers and Acquisitions -- Considerations -- Recommendations -- Divestiture -- Full Zero Trust Network/Network Transformation -- Considerations -- Recommendations -- Summary -- Chapter 19: Making Zero Trust Successful -- Zero Trust: A Strategic Approach (Top-Down) -- Governance Board -- Architecture Review Board -- Change Management Board -- Value Drivers -- Security -- Audit and Compliance -- Agility/New Business Initiatives -- Customer/Partner Integrations -- Technology Modernization -- Zero Trust: A Tactical Approach (Bottom-Up) -- Sample Zero Trust Deployments -- Scenario 1: A Tactical Zero Trust Project -- Define Problem -- Research Zero Trust Solutions -- Review Approach and Proposed Architecture -- POC Two Candidate Zero Trust Platforms -- Present POC Results -- Production Pilot -- Validate Pilot Results and Value…”
    Libro electrónico
  10. 1470
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Part 1: Overview -- Chapter 1: Truth and Dare - The CxO Challenges -- The market -- Uncertainty about the future -- Trends -- Glocalization -- The supply chain -- Financial challenges -- CapEx versus OpEx -- Maintenance costs -- The cost of living -- Lack of investment -- Recession -- Return on investment -- Accuracy cost estimation -- Regulation compliance -- GDPR -- The CCPA -- Industry regulations -- Data residency -- Technology evolution -- Flexible adoption of new technology -- Technology strategy -- Emerging new technologies -- Evolving customer perspectives -- Consistent customer service -- Operational challenges -- Sustainable supply chain pressures -- Resourcing issues regarding raw materials, people, and skill gaps -- The multi-vendor model -- Choosing a SAP service provider -- Key considerations for businesses when opting for a cloud provider -- Keeping the lights on -- Organizational challenges -- Transformation challenges - business- or IT-driven -- Factors affecting transformation -- Environmental challenges -- Sustainability challenges -- COVID-19 -- Political polarization -- Impact of the war in Ukraine -- Summary -- Chapter 2: Faith of Four - Vision of the Masters -- The four masters -- Chief Executive Officer (CEO) -- Chief Finance Officer (CFO) -- Chief Information/Technology Officer (CIO/CTO) -- Chief Sustainability Officer (CSO) -- The business challenge -- Top-line growth -- Bottom-line growth -- Green-line growth -- Other focus areas -- The way forward -- Uncertainty -- Insights -- Yesterday's ERP -- Sustainability insight -- The next steps -- The phoenix transformation -- How does Spark4Life Ltd take the first step? …”
    Libro electrónico
  11. 1471
    Publicado 2016
    Tabla de Contenidos: “…-- Defining the Corporate Mission -- Establishing Strategic Business Units -- Assigning Resources to Each SBU -- Assessing Growth Opportunities -- Organization and Organizational Culture -- Marketing Innovation -- Marketing Insight: Creating Innovative Marketing -- Business Unit Strategic Planning -- The Business Mission -- SWOT Analysis -- Marketing Memo: Checklist for Evaluating Strengths/Weaknesses Analysis -- Goal Formulation -- Strategic Formulation -- Program Formulation and Implementation -- Marketing Insight: Businesses Charting a New Direction -- Feedback and Control -- The Nature and Contents of a Marketing Plan -- Marketing Memo: Marketing Plan Criteria -- The Role of Research -- The Role of Relationships -- From Marketing Plan to Marketing Action -- Summary -- Applications -- Marketing Excellence: Electrolux -- Marketing Excellence: Emirates -- Sample Marketing Plan: Pegasus Sports International -- Part 2: Capturing Marketing Insights -- Chapter 3: Collecting Information and Forecasting Demand -- Components of a Modern Marketing Information System -- Internal Records -- The Order-to-payment Cycle -- Sales Information Systems -- Databases, Data Warehousing, and Data Mining -- Marketing Insight: Digging Into Big Data -- Marketing Intelligence -- The Marketing Intelligence Syst Em -- Collecting Marketing Intelligence on the Internet -- Communicating and acting on Marketing Intelligence -- Analyzing the Macroenvironment -- Needs and Trends -- Identifying the Major Forces -- The Demographic Environment -- Marketing Memo: Finding Gold at the Bottom of the Pyramid -- The Economic Environment -- The Sociocultural Environment…”
    Libro electrónico
  12. 1472
    Publicado 2000
    Video
  13. 1473
    Publicado 2020
    Tabla de Contenidos: “…La toma de decisiones de inversión -- 16.1 El flujo de caja libre -- 16.2 Índices para evaluar proyectos de inversión -- 16.2.1 El valor presente neto (VPN) -- 16.2.2 La Tasa Interna de Retorno (TIR) -- 16.2.3 El costo promedio ponderado del capital (WACC) -- 16.2.3.1 El costo del patrimonio (RE ) -- 16.2.3.2 La tasa libre de riesgo (Rf ) -- 16.2.3.2.1 Tasas libres de riesgo reales -- 16.2.3.2.2 Otras alternativas a la tasa libre de riesgo -- 16.2.3.3 Cálculo de la prima de riesgo (Rm - Rf ) -- 16.2.3.4 Cálculo de la Beta (b) -- 16.2.3.4.1 Las betas fundamentales -- 16.2.3.4.2 Bottom-Up Betas -- 16.2.4 El costo de la deuda (RD ) -- 16.3 La valoración de empresas y el gradiente -- Unidad 6. …”
    Libro electrónico
  14. 1474
    Publicado 2022
    Tabla de Contenidos: “…LAS FUERZAS DEL MERCADO: LOS NUEVOS PARTICIPANTES Y LA DURA COMPETENCIA -- LA NECESIDAD DE LOS NUEVOS MODELOS DE NEGOCIO -- TRANSFORMACIÓN EN RESPONSABLE Y VERDE -- PASO 1: HACER OPERATIVA LA TRIPLE CUENTA DE RESULTADOS (TRIPLE BOTTOM (...) -- PASO 2: DEFINIR ACCIONES -- PASO 3: DEFINIR UN PROYECTO PILOTO RELACIONADO CON LA ECONOMÍA CIRCULAR -- CAMBIOS EN EL ENTORNO EXTERNO: PESTEL -- PASO 1: IDENTIFICAR TENDENCIAS Y DESARROLLOS -- PASO 2: ANALIZAR POSIBLES IMPACTOS -- PASO 3: DEFINIR ACCIONES -- UNA EMERGENCIA -- GESTIÓN DE LA INCERTIDUMBRE: EVALUACIÓN DE RIESGOS -- RESUMEN -- 13 RETOS TÉCNICOS PARA LA CADENA DE SUMINISTRO -- DESAFIAR LA CONFIGURACIÓN PUSH/PULL -- DESAFÍOS A LA CAPACIDAD -- UN NUEVO DESAFÍO: LA VIDA ÚTIL DE LA MAQUINARIA -- EL DISEÑO DE LA RED -- SEGMENTOS Y CANALES -- DESAFIAR EL STATU QUO DE LA CLIENTELA -- PROPUESTAS DE VALOR -- RESUMEN -- 14 LA CADENA DE SUMINISTRO Y LOS RETOS DE LIDERAZGO -- CÓMO GESTIONAR UN NÚMERO CRECIENTE DE PARTES INTERESADAS -- EL LIDERAZGO Y LA CADENA DE SUMINISTRO EN EL MUNDO VUCA -- CÓMO GESTIONAR LA CONFIANZA Y LA COLABORACIÓN -- RESUMEN -- 15 CONCLUSIÓN. …”
    Libro electrónico
  15. 1475
    Publicado 2003
    Tabla de Contenidos:
    Libro electrónico
  16. 1476
    Publicado 2015
    “…Networks-on-Chip: From Implementations to Programming Paradigms provides a thorough and bottom-up exploration of the whole NoC design space in a coherent and uniform fashion, from low-level router, buffer and topology implementations, to routing and flow control schemes, to co-optimizations of NoC and high-level programming paradigms. …”
    Libro electrónico
  17. 1477
    Publicado 2000
    Video
  18. 1478
    Publicado 2021
    Tabla de Contenidos: “…. -- The Workplace Scorecard - Scoring the Top, from the Bottom Up…”
    Libro electrónico
  19. 1479
    Publicado 2016
    Tabla de Contenidos: “…Principle 1: Give Experienced Learners Control Principle 2: Make Important Instructional Events the Default Principle 3: Consider Alternative Forms of Learner Control Principle 4: Give Pacing Control to All Learners Principle 5: Offer Navigational Support in Hypermedia Environments The Bottom Line What to Look for in E-Learning 16. E-Learning to Build Thinking Skills Chapter Summary What are Thinking Skills? …”
    Libro electrónico
  20. 1480
    Publicado 2023
    Tabla de Contenidos: “…-- Ethics and ethical reasoning in testing -- Ethical frameworks -- Classic ethical challenges -- Practical ethical issues in testing -- Skipping test steps and the good news -- Decisions are not made in meetings -- Scientific thinking and logical fallacies -- Logical fallacies -- How we wind up in hell and how to escape -- Put the responsibility in the right place -- Summary -- Additional readings for the serious philosopher -- Chapter 15: Words and Language About Work -- Context-driven testing and the other schools -- The Agile school -- The DevOps or CD school -- The analytical school -- The factory school -- The quality school -- The context-driven school -- Precise language -- Wordsmatter -- The benefits of being imprecise -- Process versus skill -- Testing and checking -- Yes, we can assure quality -- Summary -- Further reading -- Chapter 16: Testing Strategy Applied -- A mobile test strategy example -- Our sample mobile app -- Designing a test program -- Mobile system coordination and deployment -- The human element -- AI in software testing -- The state of AI tools -- Possible ways to use AI for testing -- Other forms of AI in testing -- The bottom line for AI testing -- A few thoughts to leave with -- Thoughts on documentation -- Summary -- Index -- About PACKT -- Other Books You May Enjoy…”
    Libro electrónico