Mostrando 5,621 - 5,640 Resultados de 9,028 Para Buscar '"Agente"', tiempo de consulta: 0.12s Limitar resultados
  1. 5621
    Publicado 2024
    Tabla de Contenidos: “…Case study 2 - creating a Chrome extension using AI -- Summary -- Chapter 8: AI for Chatbots -- Technical requirements -- How to use GPT-4 APIs and other LLM APIs to create chatbots -- Building conversational interfaces with LLM APIs -- How to use AI for customer support -- Case study - a chatbot using AI to assist users in ordering products -- Case study - creating interactive quizzes/assessments and deploying them as chatbot flows -- Summary -- Chapetr 9: Building Smarter Systems - Advanced LLM Integrations -- Automating bulk prompting with spreadsheets -- Integrating LLMs into your tech stack using Zapier and Make -- Creating and translating product descriptions -- Moving beyond APIs - building custom LLM pipelines with LangChain -- LangChain's building blocks -- LangChain's no-code tools - Langflow and Flowise -- LangSmith - debug, test, and monitor your LLM workflows -- The future of LLM integration - plugins, agents, assistants, GPTs, and multimodal models -- Summary -- Part 4: Ethics, Limitations, and Future Developments -- Chapter 10: Generative AI - Emerging Issues at the Intersection of Ethics and Innovation -- Exploring the ethical challenges of generative AI -- Trust and accountability challenges of generative AI -- Economic impact considerations -- Environmental sustainability issues -- Societal risks and reflections -- Broader societal impacts -- What machine creativity reveals about cognition -- Concerns in defense and healthcare -- The path forward - solutions and safeguards -- Summary -- Chapter 11: Conclusion -- Recap of the book's content -- Expanding possibilities - innovative prompt engineering applications -- Achieving intended outcomes - prompt engineering goals -- Understanding limitations and maintaining oversight -- Summary -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  2. 5622
    por Boehm, Barry W.
    Publicado 2003
    Tabla de Contenidos: “…Working Software over Comprehensive Documentation: CCPDS-R -- Customer Collaboration over Contract Negotiation: CCPDS-R -- Responding to Change over Following a Plan: CCPDS-R -- Summary -- Chapter 5 Using Risk to Balance Agility and Discipline -- An Overview of the Method -- An Example Family of Applications: Agent-Based Planning Systems -- An Intermediate Application: Supply Chain Management -- Step 1: SupplyChain.com Project Risk Ratings -- Step 2: Compare the Agile and Plan-Driven Risks -- Step 4a: Individual Risk Resolution Strategies -- Step 4b: Risk-Based Strategy for SupplyChain.com System Development -- Small Application: Event Planning -- Step 1: Event Planning Project Risk Ratings -- Step 2: Compare the Agile and Plan-Driven Risks -- Steps 4a, 4b: Risk-Based Strategy for Event Planning System Development -- Very Large Application: National Information System for Crisis Management (NISCM) -- Step1: NISCM Project Risk Ratings -- Step 2: Compare the Agile and Plan-Driven Risks -- Steps 3 and 4: Risk-Based Strategy for NISCM System Development -- Summary -- Chapter 6 Conclusions -- The Top Six Conclusions -- No Agile or Plan-Driven Method Silver Bullet -- Agile and Plan-Driven Method Home Grounds -- Future Applications Will Need Both Agility and Discipline -- Balanced Agility-Discipline Methods Are Emerging -- Build Your Method Up-Don't Tailor It Down -- Focus Less on Methods-More on People, Values, Communication, and Expectations Management -- What Can You Do Next about Balancing Agility and Discipline? …”
    Libro electrónico
  3. 5623
    por Rashvand, Habib F.
    Publicado 2012
    Tabla de Contenidos: “…List of Figures xi -- List of Tables xxi -- Preface xxiii -- Acknowledgements xxvii -- List of Abbreviations xxix -- 1 Distributed Sensors 1 -- 1.1 Primary Objectives 1 -- 1.1.1 User-Based Category 2 -- 1.1.2 Sector-Based Category 5 -- 1.1.3 Primary Objectives 5 -- 1.2 Historical Development 8 -- 1.2.1 Sensing 8 -- 1.2.2 Historical Sensor Generations 8 -- 1.3 Trends and Technology 10 -- 1.3.1 Market Development Trends 10 -- 1.3.2 Technological Developments 12 -- 1.4 Distributed Intelligence 15 -- 1.4.1 Innovation 16 -- 1.4.2 Dis-Invention 19 -- 1.4.3 Intelligent Agent 19 -- 1.4.4 Deployment Factor 20 -- 1.4.5 Overlay Network 21 -- 1.4.6 Deployment Algorithm 21 -- 1.5 Classifying Application Areas 25 -- 1.5.1 Domain-Based Classification 26 -- 1.5.2 Mobility-Based Classification 26 -- 1.5.3 Intelligence-Based Classification 27 -- 2 Smart Sensing Devices 31 -- 2.1 Specification and Classification 31 -- 2.2 Elementary Sensing Circuits and Devices 36 -- 2.2.1 Elementary Electrical Sensors 37 -- 2.2.2 Low Energy Integration 39 -- 2.3 Actuator Interface Structures 41 -- 2.4 Physical Phenomena Sensing Devices 45 -- 2.4.1 Optical Sensors 45 -- 2.4.2 Image Sensing 46 -- 2.5 Biological and Chemical Phenomena Sensing Devices 48 -- 2.6 Other Sensors and Actuators 54 -- 3 Smart Sensing Architectures 59 -- 3.1 Smart Sensor Nodes 60 -- 3.1.1 Hardware 62 -- 3.1.2 Software 62 -- 3.2 Embedded Operating Systems 67 -- 3.3 Network Formation 70 -- 3.3.1 Node Placement 76 -- 3.4 Networking Protocols 77 -- 3.4.1 Location-Based Protocols 79 -- 3.4.2 Data-Centric Protocols 83 -- 3.4.3 Hierarchical Routing 86 -- 3.4.4 Mobility-Based Routing Protocols 90 -- 3.4.5 Other Routing Protocols 93 -- 3.5 Cross-Layer Optimisation 95 -- 3.6 Inference and Aggregation 99 -- 3.7 Case Study: Smart Camera Networks 103 -- 3.8 Case Study: Collaborative Beamforming 107 -- 4 Monitoring Well Being 115 -- 4.1 Measuring Health 116 -- 4.2 Managing Chronic Diseases 125 -- 4.3 Case Study: Smart Shirts 132 -- 4.4 Case Study: Geriatric Care 136.…”
    Libro electrónico
  4. 5624
    Publicado 2017
    Tabla de Contenidos: “…. -- Chapter 11: Game Playing Agents and Robotics -- Introduction -- Learning to drive a car with end-to-end learning -- Getting started -- How to do it... -- Learning to play games with deep reinforcement learning -- How to do it... -- Genetic Algorithm (GA) to optimize hyperparameters -- How to do it.. -- Chapter 12: Hyperparameter Selection, Tuning, and Neural Network Learning -- Introduction -- Visualizing training with TensorBoard and Keras -- How to do it... -- Working with batches and mini-batches -- How to do it... -- Using grid search for parameter tuning -- How to do it... -- Learning rates and learning rate schedulers -- How to do it... -- Comparing optimizers -- How to do it... -- Determining the depth of the network -- Adding dropouts to prevent overfitting -- How to do it... -- Making a model more robust with data augmentation -- How to do it... -- Leveraging test-time augmentation (TTA) to boost accuracy -- Chapter 13: Network Internals -- Introduction -- Visualizing training with TensorBoard -- How to do it.. -- Visualizing the network architecture with TensorBoard -- Analyzing network weights and more -- How to do it... -- Freezing layers -- How to do it…”
    Libro electrónico
  5. 5625
    Publicado 2023
    Tabla de Contenidos: “…About the Editor vii -- Hassan Bousbaa -- Novel Anticancer Strategies -- Reprinted from: Pharmaceutics 2021, 13, 275, doi:10.3390/pharmaceutics13020275 1 -- Khaled AbouAitah and Witold Lojkowski -- Delivery of Natural Agents by Means of Mesoporous Silica Nanospheres as a Promising -- Anticancer Strategy -- Reprinted from: Pharmaceutics 2021, 13, 143, doi:10.3390/pharmaceutics13020143 5 -- Sibusiso Alven and Blessing Atim Aderibigbe -- The Therapeutic Efficacy of Dendrimer and Micelle Formulations for Breast Cancer Treatment -- Reprinted from: Pharmaceutics 2020, 12, 1212, doi:10.3390/pharmaceutics12121212 57 -- Ik Sup Jin, Min Jeong Jo, Chun-Woong Park, Youn Bok Chung, Jin-Seok Kim and Dae Hwan -- Shin -- Physicochemical, Pharmacokinetic, and Toxicity Evaluation of Soluplus® Polymeric Micelles -- Encapsulating Fenbendazole -- Reprinted from: Pharmaceutics 2020, 12, 1000, doi:10.3390/pharmaceutics12101000 107 -- Sathishbabu Paranthaman, Meghana Goravinahalli Shivananjegowda, Manohar Mahadev, -- Afrasim Moin, Shivakumar Hagalavadi Nanjappa and Nandakumar Dalavaikodihalli -- Nanjaiyah et al. -- Nanodelivery Systems Targeting Epidermal Growth Factor Receptors for Glioma Management -- Reprinted from: Pharmaceutics 2020, 12, 1198, doi:10.3390/pharmaceutics12121198 123 -- Yongwhan Choi, Hyounkoo Han, Sangmin Jeon, Hong Yeol Yoon, Hyuncheol Kim and Ick -- Chan Kwon et al. -- Deep Tumor Penetration of Doxorubicin-Loaded Glycol Chitosan Nanoparticles Using -- High-Intensity Focused Ultrasound -- Reprinted from: Pharmaceutics 2020, 12, 974, doi:10.3390/pharmaceutics12100974 153 -- Ragnhild Haugse, Anika Langer, Elisa Thodesen Murvold, Daniela Elena Costea, Bjørn Tore -- Gjertsen and Odd Helge Gilja et al. -- Low-Intensity Sonoporation-Induced Intracellular Signalling of Pancreatic Cancer Cells, -- Fibroblasts and Endothelial Cells -- Reprinted from: Pharmaceutics 2020, 12, 1058, doi:10.3390/pharmaceutics12111058 169 -- B ́arbara Pinto, Ana C. …”
    Libro electrónico
  6. 5626
    Publicado 2023
    Tabla de Contenidos: “…About the Editor vii -- Hassan Bousbaa -- Novel Anticancer Strategies -- Reprinted from: Pharmaceutics 2021, 13, 275, doi:10.3390/pharmaceutics13020275 1 -- Khaled AbouAitah and Witold Lojkowski -- Delivery of Natural Agents by Means of Mesoporous Silica Nanospheres as a Promising -- Anticancer Strategy -- Reprinted from: Pharmaceutics 2021, 13, 143, doi:10.3390/pharmaceutics13020143 5 -- Sibusiso Alven and Blessing Atim Aderibigbe -- The Therapeutic Efficacy of Dendrimer and Micelle Formulations for Breast Cancer Treatment -- Reprinted from: Pharmaceutics 2020, 12, 1212, doi:10.3390/pharmaceutics12121212 57 -- Ik Sup Jin, Min Jeong Jo, Chun-Woong Park, Youn Bok Chung, Jin-Seok Kim and Dae Hwan -- Shin -- Physicochemical, Pharmacokinetic, and Toxicity Evaluation of Soluplus® Polymeric Micelles -- Encapsulating Fenbendazole -- Reprinted from: Pharmaceutics 2020, 12, 1000, doi:10.3390/pharmaceutics12101000 107 -- Sathishbabu Paranthaman, Meghana Goravinahalli Shivananjegowda, Manohar Mahadev, -- Afrasim Moin, Shivakumar Hagalavadi Nanjappa and Nandakumar Dalavaikodihalli -- Nanjaiyah et al. -- Nanodelivery Systems Targeting Epidermal Growth Factor Receptors for Glioma Management -- Reprinted from: Pharmaceutics 2020, 12, 1198, doi:10.3390/pharmaceutics12121198 123 -- Yongwhan Choi, Hyounkoo Han, Sangmin Jeon, Hong Yeol Yoon, Hyuncheol Kim and Ick -- Chan Kwon et al. -- Deep Tumor Penetration of Doxorubicin-Loaded Glycol Chitosan Nanoparticles Using -- High-Intensity Focused Ultrasound -- Reprinted from: Pharmaceutics 2020, 12, 974, doi:10.3390/pharmaceutics12100974 153 -- Ragnhild Haugse, Anika Langer, Elisa Thodesen Murvold, Daniela Elena Costea, Bjørn Tore -- Gjertsen and Odd Helge Gilja et al. -- Low-Intensity Sonoporation-Induced Intracellular Signalling of Pancreatic Cancer Cells, -- Fibroblasts and Endothelial Cells -- Reprinted from: Pharmaceutics 2020, 12, 1058, doi:10.3390/pharmaceutics12111058 169 -- B ́arbara Pinto, Ana C. …”
    Libro electrónico
  7. 5627
    por Morales, Marcio
    Publicado 2023
    Tabla de Contenidos: “…-- Deploying the AWS services -- Summary -- Chapter 4: Deploying a Windows Container Instance -- Technical requirements -- Amazon ECS-optimized Windows AMIs -- Amazon ECS agent -- Right-sizing a Windows container instance -- Storage -- Processor -- Memory -- Network -- Deploying a Windows container instance with Terraform -- Deploying security groups -- Summary -- Chapter 5: Deploying an EC2 Windows-Based Task -- Technical requirements -- Understanding a task definition -- Task placement strategies -- Task placement constraints -- Setting up AD integration -- Windows containers and gMSA integration -- Setting up persistent storage -- Scheduling an EC2 Windows-based task with Terraform -- Deploying an EC2 Windows-based task definition -- Deploying an ECS service -- Deploying an Application Load Balancer -- Summary…”
    Libro electrónico
  8. 5628
    Publicado 2023
    Tabla de Contenidos: “…Chapter 10: Deploying Istio Service Mesh for Non-Kubernetes Workloads -- Technical requirements -- Examining hybrid architecture -- Setting up a Service Mesh for hybrid architecture -- Overview of the setup -- Setting up a demo app on a VM -- Setting up Istio in the cluster -- Configuring the Kubernetes cluster -- Setting up Istio on a VM -- Integrating the VM workload with the mesh -- Summary -- Chapter 11: Troubleshooting and Operating Istio -- Understanding interactions between Istio components -- Exploring Istiod ports -- Exploring Envoy ports -- Inspecting and analyzing the Istio configuration -- Troubleshooting errors using access logs -- Troubleshooting errors using debug logs -- Changing debug logs for the Istio data plane -- Changing log levels for the Istio control plane -- Debugging the Istio agent -- Understanding Istio's best practices -- Examining attack vectors for the control plane -- Examining attack vectors for the data plane -- Securing the Service Mesh -- Automating best practices using OPA Gatekeeper -- Summary -- Chapter 12: Summarizing What We Have Learned and the Next Steps -- Technical requirements -- Enforcing workload deployment best practices using OPA Gatekeeper -- Applying our learnings to a sample application -- Enabling Service Mesh for the sample application -- Configuring Istio to manage application traffic -- Configuring Istio to manage application resiliency -- Configuring Istio to manage application security -- Certification and learning resources for Istio -- Understanding eBPF -- Summary -- Appendix - Other Service Mesh Technologies -- Consul Connect -- Deploying an example application -- Zero-trust networking -- Traffic management and routing -- Gloo Mesh -- Kuma -- Deploying envoydemo and curl in Kuma mesh -- Traffic management and routing -- Linkerd -- Deploying envoydemo and curl in Linkerd…”
    Libro electrónico
  9. 5629
    Publicado 2023
    Tabla de Contenidos: “…Chapter 18 The Ecosystem: Surprising and Remarkable Partnerships -- Designing for Inevitability: An Ecosystemic Discipline -- Building an Ecosystem -- Maintaining versus Sustaining an Ecosystem -- Surprising and Remarkable Partnerships within an Organization -- Part Seven Create a More Human Future -- Chapter 19 Beyond Pilot Purgatory -- Pilots within Social Systems -- Riskless Experimentation -- Piloting the Path to Promotion -- Human-Centered Transformation -- Note -- Chapter 20 Storytelling: Leading Social Systems -- Storytelling as a Strategic Organizational Imperative -- Closing the Story Circle -- Storytelling as an Agent for Change -- Chapter 21 A More Human Organization -- Notes -- Part Eight Autonomous Transformation Technologies -- Chapter 22 Autonomous Transformation Technologies: A Leader's Guide -- Autonomous Transformation Example 1: Product Development -- Autonomous Transformation Example 2: Global Logistics -- Autonomous Transformation Example 3: Health Care -- A Note on Blockchain -- Notes -- Chapter 23 A Deeper Dive into Artificial Intelligence -- The Components of Artificial Intelligence -- Analytics -- Descriptive Analytics: What does my data tell me has happened/is happening? …”
    Libro electrónico
  10. 5630
    Publicado 2023
    Tabla de Contenidos: “…Unpublished Primary Sources -- Published Sources -- Part 2 Environmental History and Labor -- Chapter 4 Water for the Monarchy of the World: Mitayos and Maestros of Colonial Potosí Hydraulic Works -- 1 Introduction -- 2 The Toledan Hydraulic Policies: Energy and Environmental Changes in Potosí -- 3 Indigenous Workers and the Mita for Hydraulic Labor -- 4 Maestros: Hydraulic Experts in Colonial Potosí -- 5 Final Comments -- Acknowledgments -- Primary Sources -- Bibliography -- Chapter 5 The Market of Small Freedoms: Labor Negotiation in Seventeenth Century Potosí -- 1 Introduction -- 2 Labor Organization in the Early Mint -- 3 The Market of Small Freedoms and Its Rise -- 4 Market Structures -- 5 The Market in Decline -- 6 Conclusions -- Primary Sources -- Bibliography -- Part 3 Flows, Heterogenous Producers and Agency -- Chapter 6 The Silver of Potosí, 1580-1630: The Beating and Pumping of One of the Hearts of Early Globalization -- 1 Potosí, the Pacific and Early Globalization -- 2 The Beat: Potosí's Production, a "Substance that Supports the Whole of Peru" -- 3 The "Pumping": Potosinean Silver Circulation towards Global Markets -- 3.1 Peru-Panama-Seville -- 3.2 Buenos Aires-Brazil-Europe and Africa -- 3.3 Peru-Mexico-China -- 3.4 Peruleros: Transporting Agents of Potosinean Silver across the World -- 4 Potosí as a Consumption Node: The Case of Chinese Goods -- Primary Sources -- Bibliography -- Chapter 7 Lords of Mines and Mills during the First Great Silver Boom of Potosí (1569-1610) -- 1 Introduction -- 2 "Miners" in Potosí: Defining an Intricate Subject -- 3 Recovering the Names of the Potosí Miners, 1578 and 1610 -- 4 Final Comments -- Acknowledgements -- Primary Sources -- Bibliography -- Chapter 8 A Silver Bank: The Renaissance of Potosí and the Heterogeneous World of Its Producers in the Eighteenth Century -- 1 Introduction…”
    Libro electrónico
  11. 5631
    Publicado 2024
    Tabla de Contenidos: “…-- Investigating Grafana -- Installing the Grafana agent -- Configuring Grafana data sources and data sinks -- Grafana dashboards -- Reports and alerts -- Alternative infrastructure monitoring tools -- Nagios -- New Relic -- AWS CloudTrail and CloudWatch -- Microsoft Azure Monitor -- Summary -- Index…”
    Libro electrónico
  12. 5632
    Publicado 2021
    Tabla de Contenidos: “…The Use of Species Distribution Modelling and Landscape Genetics for Tsetse Control. Agent-Based Simulations to Determine Mediterranean Fruit Fly Declaration of Eradication Following Outbreaks: Concepts and Practical Examples. …”
    Libro electrónico
  13. 5633
    Publicado 2024
    Tabla de Contenidos: “…The Business Plan -- Chapter 21 Going international -- The Olympics -- Going global -- The China syndrome -- One door closes, another one opens -- An early offer -- Chapter 22 The (bad) American Dream -- How to negotiate with a Hollywood agent -- A marathon deal -- Pitching to the American retailers -- When the best laid plan(ogram)s go astray -- Chapter 23 Where's our stock? …”
    Libro electrónico
  14. 5634
    Publicado 2023
    Tabla de Contenidos: “…Toward a Sociotechnical Framework for Misinformation Policy Analysis -- Introduction -- Definitions of key terms -- Case selection and background -- General background of misinformation regulation in the United States -- General background of misinformation regulation in China -- Literature Review -- Methodology -- Data collection -- Content analysis method -- Developing the analytical framework -- Data analysis -- Findings -- Contexts -- Issues -- Channels -- Agents -- Targets -- Government actions -- Discussion and Conclusion: A Framework for the Future -- Notes -- References -- 2. …”
    Libro electrónico
  15. 5635
    Publicado 2023
    Tabla de Contenidos: “…7.2 Obligation to Develop Effective National Procedures -- 7.2.1 Not a Self-standing Positive Obligation -- 7.2.2 The Content of the Obligation -- 7.3 Obligation to Take Protective Operational Measures -- 7.3.1 The Test as Originally Developed in Osman v the United Kingdom -- 7.3.2 Modifications of the Test Regarding the Actors of Harm, the Objects of Harm, and the Immediacy of the Risk -- 7.3.3 Adjustment of the Test by Adding Risk Assessment as an 'Integral Part' -- 7.3.4 Adjustment of the Test by Adding Harm-related, Temporal, and Geographical Specifications -- 7.3.5 Content and Scope of the Obligation-the Operational Measures -- Conclusion -- 8 Extraterritorial Positive Obligations -- Introduction -- 8.1 Positive Obligations' Normative Preconditions -- 8.1.1 The Role of the State in Society -- 8.1.2 Democratic Legitimacy and Territorial Boundedness -- 8.1.3 Not Contingent Exclusively on Actual Capacity -- 8.2 Deconstructing Jurisdiction -- 8.2.1 The Territorial Paradigm -- 8.2.2 Effective Control over an Area -- 8.2.3 Physical Power and Control over a Person -- 8.2.4 Acts of Diplomatic and Consular Agents -- 8.2.5 Exercise of Public Powers -- 8.2.6 Extraterritorial Effects -- 8.2.7 Procedural Link -- 8.2.8 Conclusion -- 8.3 Adapting Jurisdiction to the Obligations? …”
    Libro electrónico
  16. 5636
    Publicado 2023
    Tabla de Contenidos: “…THEFT5 - NTLM credential theft via PKINIT (nPAC-the-hash) -- Account persistence -- PERSIST1 - Active user credential theft via certificates -- PERSIST2 - Machine persistence via certificates -- PERSIST3 - Account persistence via certificate renewal -- Shadow credentials -- Domain privilege escalation -- Certifried (CVE-2022-26923) -- Template and extension misconfigurations -- Improper access controls -- CA misconfiguration -- Relay attacks -- Domain persistence -- DPERSIST1 - Forge certificates with stolen CA certificate -- DPERSIST2 - Trusting rogue CA certificates -- DPERSIST3 - Malicious misconfiguration -- Summary -- References -- Chapter 9: Compromise Microsoft SQL Server -- Technical requirements -- Introduction, discovery, and enumeration -- SQL Server introduction -- Discovery -- Brute force -- Database enumeration -- Privilege escalation -- Impersonation -- TRUSTWORTHY misconfiguration -- UNC path injection -- From a service account to SYSTEM -- From a local administrator to sysadmin -- OS command execution -- xp_cmdshell -- A custom extended stored procedure -- Custom CLR assemblies -- OLE automation procedures -- Agent jobs -- External scripts -- Lateral movement -- Shared service accounts -- Database links -- Persistence -- File and registry autoruns -- Startup stored procedures -- Malicious triggers -- Summary -- Further reading -- Chapter 10: Taking Over WSUS and SCCM -- Technical requirements -- Abusing WSUS -- Introduction to MECM/SCCM -- Deployment -- Reconnaissance -- Privilege escalation -- Client push authentication coercion -- Credential harvesting -- Lateral movement -- Client push authentication relay attack -- Site takeover -- Abuse of Microsoft SQL Server -- Deploying an application -- Defensive recommendations -- Summary -- References -- Further reading -- Index -- Other Books You May Enjoy…”
    Libro electrónico
  17. 5637
    Publicado 2024
    Tabla de Contenidos: “…Intro -- Contents -- Acknowledgements -- Figures and Tables -- Figures -- Tables -- Notes on Contributors -- 1 Local Voices, the Uses of Archaeological Heritage in the Caribbean -- 1 Background -- 2 Looking for Ways to Engage with the Material Past -- 3 Archaeological Knowledge and Relationships with Local Agents -- 4 Overview of This Volume -- References -- 2 A Simple Way of Life: Voices of the Kalinago Territory -- 1 Introduction -- 2 Part 1: Life Experiences -- 3 Part 2: Research, History, and Ethnography -- 4 Part 3: Cultural Identity and Heritage -- 5 Part 4: Future, Economic Growth, and Challenges -- References -- 3 Revising Biased Representations of Past Indigenous People in School -- 1 Introduction -- 2 The Five-Cacicazgo Map and the Taíno -- 3 The Interview Methodology -- 3.1 Concepts -- 3.2 Methods -- 4 Results and Discussion -- 5 Conclusion -- References -- 4 Challenging the Prevailing Discourse about Indigenous Heritage Education in Grenada -- 1 Introduction -- 2 Indigenous Peoples of the Circum-Caribbean, Grenada -- 3 History Education in Contemporary Grenada -- 4 Destruction of the Natural Landscape and the Erosion of ­ Pre-Columbian History -- 5 Conclusion -- References -- 5 Words and Walls: Oral Revelations on Built and Archaeological Heritage -- 1 Introduction -- 2 Confronting the Slavery-Era Heritage of Saint Kitts from an Elite Perspective -- 2.1 1 A. …”
    Libro electrónico
  18. 5638
    por Schröder, Verena
    Publicado 2024
    Tabla de Contenidos: “…3.4.3 Die Piktogramm‐Methode: Leibliche Verbindungen und Viszerales fassen mittels visueller Impulse -- 3.4.4 Empathisch‐multisensorisches Im‐Feld‐Sein (und ‐Werden) -- 3.4.5 Aufbereitung und Auswertung der Daten -- 3.5 Erkenntnisse aus mehr‐als‐menschlicher Forschung ausdrücken -- 3.5.1 Comics als Forschungs‐ und Kommunikationsmedium und deren Rolle in der Geographie -- 3.5.2 Mehr‐als‐menschliche Qualitäten von Comics -- 3.5.3 Kollaborative Comicerstellung: Mensch‐Tier‐Beziehungen alternativ erzählen und sichtbar machen -- 4 Menschen und Wölfe in Koexistenz -- 4.1 Land‐ und jagdwirtschaftliche Praktiken in dynamischer Veränderung -- 4.1.1 Jagende Leiber und transformative Jagderfahrungen -- 4.1.2 Neue (Im‐)Mobilitäten und ökologische Rückkopplungen -- 4.1.3 Lebende und tote Materie als Trans‐Mittler -- 4.1.4 Herdenschutz aus tierlicher und menschlicher Perspektive -- 4.2 Machtstrukturen, Kategorisierungen und Grenzüberschreitungen -- 4.2.1 Materiell‐diskursive Grenzziehungen am gerissenen und verunfallten Tierkörper -- 4.2.2 Streifschüsse und Schafsrisse: Konstitutiv Ausgeblendetes und Sichtbares -- 4.2.3 Stall‐ oder Zaun‐Werden und die (Re‐)Materialisierung des Kuhhorns -- 4.3 Mensch‐Tier‐Verhältnisse zwischen Resonanz und Entfremdung -- 4.3.1 Mensch‐Wolf‐Begegnungen als Momente der Unverfügbarkeit -- 4.3.2 Körperliche Weltbeziehungen und das Erkennen der eigenen Verletzlichkeit im Antlitz des Tieres -- 4.3.3 Pro‐ und retrospektive Akteure oder wie Welt‐ und Ichverankerungen mit Wolfs(in‐)akzeptanz zusammenhängen -- 5 Leibliche und viszerale Beziehungserfahrungen zwischen Menschen, Wölfen und anderen Tieren im Comicformat -- 6 Diskussion und Synthese -- 6.1 Aufmerksamkeiten einer mehr‐als‐menschlichen Geographie des Verbundenseins -- Tiere als agentive Entitäten, die mit »eigener Stimme sprechen«…”
    Libro electrónico
  19. 5639
    Publicado 1999
    Tabla de Contenidos:
    Libro electrónico
  20. 5640
    Publicado 2003
    Tabla de Contenidos: “…Agar Gel Immunodiffusion -- Enzyme-Linked Immunosorbent Assay -- Test Result Measures -- Fixed-Decision Thresholds or Cutoffs -- Information Cost and Degree of Result Categorization -- Likelihood Ratios and ROC Curves -- MOLECULAR METHODS -- IS900 -- Molecular Strain Typing -- EPIDEMIOLOGIC TOOLS -- Test Protocol Standardization -- Laboratory Proficiency Evaluation -- 4 Control Principles and Programs -- CONTROL PRINCIPLES -- Environmental Factors in Infection Control Practices -- Producer Awareness and Adoption of Biosecurity Practices and Control Measures -- Control Programs with a Single-Agent Focus -- Vaccination -- Herd-Level Control -- Dairy Herds -- Beef Herds -- Sheep Flocks -- Goat Herds -- Zoos and Game Farms -- CURRENT CONTROL PROGRAMS -- National Programs -- NJWG and Control Plans -- NJWG 1998 Program -- USDA 2002 Program -- Test-Positive Component -- Test-Negative Component -- Laboratory Approval -- NMPF 2002 Proposal -- State Programs -- New York -- Pennsylvania -- Wisconsin -- Non-U.S. …”
    Libro electrónico