Mostrando 10,721 - 10,740 Resultados de 13,537 Para Buscar '"animal"', tiempo de consulta: 0.14s Limitar resultados
  1. 10721
    Publicado 1991
    Tabla de Contenidos: “…""Clinical Trials""""Mission""; ""Efficiency Within the ACTG""; ""Accrual""; ""Coordination""; ""Information Dissemination""; ""Research Resources""; ""Training""; ""Animal Models""; ""Facilities""; ""Communication of Research Results""; ""SUPPORTING THE NIH AIDS RESEARCH PROGRAM""; ""Funding of AIDS Research""; ""Grants Policy and Administration""; ""Administrative Support""; ""Staffing""; ""Facilities""; ""1 AIDS: the Research Challenge""; ""UNIQUENESS OF THE EPIDEMIC""; ""NIH'S RESPONSE TO THE EMERGING EPIDEMIC""; ""DEMOGRAPHICS AND PROJECTIONS OF THE EPIDEMIC""; ""HEALTH CARE FINANCING""…”
    Libro electrónico
  2. 10722
    por Mumford, Lewis, 1895-1990
    Publicado 2016
    Tabla de Contenidos: “…Las transformaciones del hombre. 36. De animal a humano. 37. La concientización del hombre. 38. …”
    Libro
  3. 10723
    por Duch, Lluis
    Publicado 2012
    Tabla de Contenidos: “…Cuerpo humano y cuerpo animal; 5.3. EL CUERPO HUMANO Y LOS SENTIDOS; 5.3.1. …”
    Libro electrónico
  4. 10724
    Publicado 2018
    Tabla de Contenidos: “…Exemple de grille d'animation de focus group dans le cadre d'une étude de faisabilité -- 7. …”
    Electrónico
  5. 10725
    Publicado 2016
    Tabla de Contenidos: “…8.3 Audioüberblendungen -- 8.4 Audioeffekte -- 8.5 Soundeffekte, Musik und Audioarchive -- Soundeffekte und Hintergrundgeräusche -- Musik -- Lizenzfreie Musik und Creative Commons -- 8.6 Workshop: Interview -- Kapitel 9: Die Farbkorrektur -- 9.1 Hinweise zur Arbeit mit Farben -- 9.2 Farbtheorie -- 9.3 Arbeitsschritte -- Die Helligkeit -- Der Weißabgleich -- Der Farbton, die Sättigung und die Dynamik -- 9.4 Farbkorrektur über Anpassungen -- 9.5 Farbkorrekturen über die Effekte-Palette -- 9.6 Hollywood-Looks-Presets -- 9.7 Workshop: Ablauf einer Farbkorrektur -- Kapitel 10: Animation und Videoeffekte -- 10.1 Keyframes -- Keyframes im Schnittfenster: Überblendung -- Der Keyframe-Assistent: Blendenflecke -- 10.2 Fixierte Effekte -- 10.3 Effekte -- 10.4 Compositing -- Bild in Bild -- Keying -- 10.5 Schwenken und Zoomen -- 10.6 Zeit-Effekte -- 10.7 Workshop: Multiple Persönlichkeit -- 10.8 Workshop: Split-Screen -- Kapitel 11: Titel und Text -- 11.1 Das Textwerkzeug -- 11.2 Schrift-Stile -- 11.3 Animation -- 11.4 Bewegte Titel -- 11.5 Das Arbeiten mit Schriftarten -- 11.6 Tipps zum Umgang mit Schrift -- 11.7 Workshop: Stummfilm -- Kapitel 12: Fotos und Grafiken -- 12.1 Workshop: Lower-Thirds -- 12.2 Workshop: Bilder als Overlay -- 12.3 Bewegungsverfolgung -- 12.4 Workshop: Stop-Motion -- Kapitel 13: Assistenten und Hilfswerkzeuge -- 13.1 Videostory -- 13.2 InstantMovie -- 13.3 Lieblingsmomente -- Kapitel 14: Das Filmmenü -- 14.1 Die Menümarken -- 14.2 Das Filmmenü-Werkzeug -- 14.3 Workshop: Reise-DVD -- Kapitel 15: Export -- 15.1 Die Ausgabeoptionen -- 15.2 Geräte -- Benutzerdefinierte Export-Einstellungen -- 15.3 Disc -- 15.4 Online -- Facebook -- Vimeo -- YouTube -- 15.5 Audio -- 15.6 Bild -- 15.7 Schlussbemerkung -- Anhang A: Fachterminologie -- Anhang B: Weiterführende Literatur -- Anhang C: Übersicht der wichtigsten Shortcuts -- Index…”
    Libro electrónico
  6. 10726
    Publicado 2015
    Tabla de Contenidos: “…The simulation model -- Geometric Brownian simulation -- The diffusion-based simulation -- The threshold model -- Schelling's Segregation Model -- An overview of statistical and machine learning -- K-nearest neighbors -- Generalized linear models -- Bayesian linear regression -- Creating animated and interactive plots -- Summary -- Chapter 6: Statistical and Machine Learning -- Classification methods -- Understanding linear regression -- Linear regression -- Decision tree -- An example -- The Bayes theorem -- The Naïve Bayes classifier -- The Naïve Bayes classifier using TextBlob -- Installing TextBlob -- Downloading corpora -- The Naïve Bayes classifier using TextBlob -- Viewing positive sentiments using word clouds -- k-nearest neighbors -- Logistic regression -- Support vector machines -- Principal component analysis -- Installing scikit-learn -- k-means clustering -- Summary -- Chapter 7: Bioinformatics, Genetics, and Network Models -- Directed graphs and multigraphs -- Storing graph data -- Displaying graphs -- igraph -- NetworkX -- Graph-tool -- The clustering coefficient of graphs -- Analysis of social networks -- The planar graph test -- The directed acyclic graph test -- Maximum flow and minimum cut -- A genetic programming example -- Stochastic block models -- Summary -- Chapter 8: Advanced Visualization -- Computer simulation -- Python's random package -- SciPy's random functions -- Simulation examples -- Signal processing -- Animation -- Visualization methods using HTML5 -- How is Julia different from Python? …”
    Libro electrónico
  7. 10727
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: The Basics -- Keywords -- Introduction -- Critical Requirements -- HTML5, CSS, and JavaScript Features -- Basic HTML Structure and Tags -- Using Cascading Style Sheets -- JavaScript Programming -- Using a Text Editor -- Building the Applications -- Testing and Uploading the Application -- Summary -- Chapter 2: Dice Game -- Introduction -- Critical Requirements -- HTML5, CSS, and JavaScript Features -- Pseudorandom Processing and Mathematical Expressions -- Variables and Assignment Statements -- Programmer-Defined Functions -- Conditional Statements: if and switch -- Drawing on the Canvas -- Displaying Text Output Using a Form -- Building the Application and Making It Your Own -- Throwing a Single Die -- Throwing Two Dice -- The Complete Game of Craps -- Making the Application Your Own -- Testing and Uploading the Application -- Summary -- Chapter 3: Bouncing Ball -- Introduction -- Critical Requirements -- HTML5, CSS, and JavaScript Features -- Drawing a Ball or an Image or Images -- Gradients with a Side Trip to Explain Arrays -- Setting Up a Timing Event -- Calculating a New Position and Collision Detection -- Starting, Positioning and Restarting the video with use of an anonymous function -- Validation -- Stopping and Resuming Animation Triggered by Buttons -- HTML Page Reload -- Preloading Images -- Building the Application and Making It Your Own -- Testing and Uploading the Application -- Summary -- Chapter 4: Cannonball and Slingshot -- Introduction -- Critical Requirements -- HTML5, CSS, and JavaScript Features -- Arrays and Programmer-Defined Objects -- Rotations and Translations for Drawing -- Drawing Line Segments -- Mouse Events for Pulling on the Slingshot…”
    Libro electrónico
  8. 10728
    por Institute of Medicine (U.S.).
    Publicado 1992
    Tabla de Contenidos: “…BODY WEIGHT AND COMPOSITION -- Maternal Energy Expenditure and Energy Balance -- Potential Energy-Sparing Mechanisms -- Blood Volume and Composition -- Undernutrition, Blood Volume Expansion, and Placental Blood Flow in Animal Models -- GESTATIONAL EFFECTS ON ORGAN SYSTEMS IN PREGNANT WOMEN -- Pregnancy-Related Changes in Maternal Metabolism -- Metabolic Adaptations -- Oxygen -- Glucose -- Lactic Acid -- Other Substrates -- Undernutrition in Pregnancy: ''Accelerated Starvation'' -- METABOLIC AND TRANSPORT FUNCTION OF THE PLACENTA -- Placental Transport in Malnourished Women and Animals -- Effect on Nutrient Flux -- FETAL METABOLISM AND NUTRITION -- Iron Status and Work Performance -- References -- 4 Nutrient Metabolism and Physical Activity -- ENERGY -- Resting or Basal Energy Requirements -- Energy Requirements for Activity -- Sources of Energy -- PROTEIN -- IRON -- PREGNANCY AND OXYGEN CONSUMPTION -- PREGNANCY, WORK, AND SUBSTRATE METABOLISM -- Hormonal Changes -- Temperature -- EFFECT OF MATERNAL UNDERNUTRITION OR PHYSICAL ACTIVITY ON THE FETUS -- EFFECTS OF UNDERNUTRITION ON PHYSICAL ACTIVITY -- Productivity -- Discretionary Physical Activity -- Physical Work Capacity (PWC) -- REFERENCES -- 5 Effects of Diet and Physical Activity in Pregnant Human Populations -- EFFECT OF ENERGY INTAKE -- Background -- Gestational Duration -- Fetal Growth -- Spontaneous Abortion -- Congenital Anomalies -- Maternal Mortality -- Other Pregnancy Complications -- EFFECTS OF MATERNAL WORK AND PHYSICAL ACTIVITY -- Background -- Gestational Duration -- Fetal Growth -- Spontanous Abortion -- Congenital Anomalies -- Maternal Mortality -- Other Pregnancy Complications -- COMBINED EFFECTS OF MATERNAL NUTRITION AND PHYSICAL ACTIVITY -- Background -- Gestational Duration -- Fetal Growth -- Other Pregnancy Outcomes -- DIRECT EVIDENCE OF COMBINED EFFECTS -- REFERENCES…”
    Libro electrónico
  9. 10729
    Tabla de Contenidos: “…SIGNIFICANCE OF THE FIBER-QUALITY PARAMETERS -- REFERENCES -- Appendix D Conceptual Model of Fiber Exposure -- SUMMARY -- REFERENCES -- Appendix E Epidemiological Studies Among Cohorts Exposed To Asbestos -- Appendix F Effects of Administering Asbestiform Fibers to Animals -- Appendix G Development of Some Equations Used for Quantitative Risk Assessment -- REFERENCE -- Appendix H Comparative Risk Assessment Score Sheets -- EXPOSURE -- BIODISPOSITION -- EFFECTS -- Appendix I Background Information on Members of the Committee on Nonoccupational Health Risks of Asbestiform Fibers…”
    Libro electrónico
  10. 10730
    por Mersmann, Birgit
    Publicado 2021
    Tabla de Contenidos: “…Grenzauflösung durch Imagination und Animation -- 2.1 Vom chinesischen Maler, der in seinem Bild verschwindet -- 2.2 Von verschwundenen Bildern, Malern und Betrachtern: Emanenz oder Immersion? …”
    Libro electrónico
  11. 10731
  12. 10732
    Publicado 2002
    “…Se evaluaron los siguientes tratamientos: 1) labranza tradicional, la cual consistió en la quema de los residuos y roturación mecánica del suelo en el sentido de la pendiente; 2) terrazas de muro vivo con setos a 1 m de desnivel y tracción mecánica; 3) terrazas de muro vivo con setos a 1 m de desnivel y tracción animal; 4) labranza de conservación. La pér dida de suelo media registrada de 1995 a 1999 fue 199, 13, 3 y 1 t ha -1 año-1 para los tratamientos indicados. …”
    Enlace del recurso
    Artículo digital
  13. 10733
    por Pérez Millán, María Inés
    Publicado 2010
    “…La retina de los peces óseos, a diferencia de la retina de los mamíferos, posee células progenitoras multipotentes que proliferan a lo largo de toda la vida del animal, originando todos los tipos celulares retinianos, que se agregan al tejido diferenciado a medida que éste crece. …”
    Enlace del recurso
    Tesis
  14. 10734
    por Battista, Ariadna Gabriela
    Publicado 2011
    “…La retina de los peces óseos, a diferencia de la retina de los mamíferos, posee células progenitoras multipotentes que proliferan a lo largo de toda la vida del animal, originando todos los tipos celulares retinianos, que se agregan al tejido diferenciado a medida que éste crece. …”
    Enlace del recurso
    Tesis
  15. 10735
    Publicado 1997
    “…Se evaluaron dos grupos de 60 añojas (2 animales/ha) y un tercer grupo de 80 (2,7 animales/ha). …”
    Enlace del recurso
    Artículo digital
  16. 10736
  17. 10737
    Publicado 2010
    Tabla de Contenidos: “…EL CHAMANISMO EN LOS RELATOS MÍTICOS KOGI -- MOTIVOS Y SÍMBOLOS CHAMÁNICOS EN LOS RELATOS KOGI -- MUERTE Y RESURRECCIÓN O MUERTE SIMBÓLICA -- TRANSFORMACIÓN EN UN ANIMAL PARA LOGRAR DIVERSOS PROPÓSITOS -- UNA GEOGRAFÍA SAGRADA -- AXIS MUNDI -- OBJETOS DE PODER -- PLANTAS DE PODER -- LA INICIACIÓN CHAMÁNICA -- CAPACIDAD DE PODER EXTRASENSORIAL -- LO MASCULINO, EL JAGUAR Y EL CHAMANISMO -- CAPÍTULO 7 - REFLEXIONES FINALES A MANERA DE CONCLUSIÓN -- BIBLIOGRAFÍA…”
    Libro electrónico
  18. 10738
    por Romero López, Laura Elena
    Publicado 2020
    Tabla de Contenidos: “…SER HUMANO EN SAN SEBASTIÁN TLACOTEPEC -- PERSONA Y CUERPO -- LA PERSONA -- LA IMAGEN DEL CUERPO HUMANO -- LAS ENTIDADES ANÍMICAS -- LOS LÍMITES DE LA PERSONA: LA PERSONALIDAD EXTENSA -- TOTONALIKNIUH: EL ALTER EGO ANIMAL -- EL NOMBRE -- PERSONAS ESPECIALES: IXTLAMATKEH Y BRUJOS-NAGUALES -- NAGUALISMO -- EL NAGUALISMO EN SAN SEBASTIÁN TLACOTEPEC -- LOS XIHKOBAHMEH -- 4. …”
    Libro electrónico
  19. 10739
    Publicado 2012
    “…Veterinary Surgical Oncology provides in-depth coverage of surgical techniques for treating cancer in small animal patients. Organized by body system, each chapter presents detailed, well-illustrated descriptions of surgical procedures, with additional information on diagnostic testing, aftercare, outcomes, and prognosis. …”
    Libro electrónico
  20. 10740
    Publicado 2023
    “…Game theory has revolutionized the study of animal behavior. The fundamental principle of evolutionary game theory--that the strategy adopted by one individual depends on the strategies exhibited by others--has proven a powerful tool in uncovering the forces shaping otherwise mysterious behaviors. …”
    Libro electrónico