ALBERT

All Library Books, journals and Electronic Records Telegrafenberg

Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Books  (58)
  • 2020-2024  (58)
  • Reading room  (58)
Collection
  • Books  (58)
Language
Years
Year
Branch Library
  • 1
    Monograph available for loan
    Monograph available for loan
    Heidelberg : dpunkt.verlag
    Call number: 18/M 24.95712
    Description / Table of Contents: Intro -- Der Autor -- Der Fachgutachter -- Danksagung -- Vorwort zur dritten Auflage -- Einleitung -- Zielgruppe -- Lernstoff -- Onlinematerial -- Warum Python? -- Grundlagen -- Erste Schritte -- Die Programmierumgebung einrichten -- Python-Versionen -- Python-Codeausschnitte ausführen -- Der Editor VS Code -- Python auf verschiedenen Betriebssystemen -- Python unter Windows -- Python unter macOS -- Python unter Linux -- Das Hello-World-Programm ausführen -- Die Python-Erweiterung für VS Code installieren -- Hello_world.py ausführen -- Fehlersuche -- Python-Programme im Terminal ausführen -- Unter Windows -- Unter Linux und macOS -- Zusammenfassung -- Variablen und einfache Datentypen -- Was bei der Ausführung von hello_world.py wirklich geschieht -- Variablen -- Variablen benennen und verwenden -- Fehler bei Variablennamen vermeiden -- Variablen sind Etiketten -- Strings -- Groß- und Kleinschreibung mithilfe von Methoden ändern -- Variablen in Strings verwenden -- Weißraum hinzufügen -- Weißraum entfernen -- Entfernen von Präfixen -- Syntaxfehler bei der Stringverarbeitung vermeiden -- Zahlen -- Integer -- Fließkommazahlen -- Integer und Fließkommazahlen -- Unterstriche in Zahlen -- Mehrfachzuweisung -- Konstanten -- Kommentare -- Wie werden Kommentare geschrieben? -- Was für Kommentare sind sinnvoll? -- The Zen of Python -- Zusammenfassung -- Eine Einführung in Listen -- Was sind Listen? -- Elemente in einer Liste ansprechen -- Indizes beginnen bei 0, nicht bei 1 -- Einzelne Werte aus einer Liste verwenden -- Elemente verändern, hinzufügen und entfernen -- Elemente in einer Liste ändern -- Elemente zu einer Liste hinzufügen -- Elemente aus einer Liste entfernen -- Listen ordnen -- Listen mit sort() dauerhaft sortieren -- Listen mit der Funktion sorted() vorübergehend sortieren -- Listen in umgekehrter Reihenfolge ausgeben.
    Type of Medium: Monograph available for loan
    Pages: xxxv, 610 Seiten , Illustrationen, Diagramme, Karten
    Edition: 3., überarbeitete und aktualisierte Auflage
    ISBN: 978-3-86490-989-4
    Language: German
    Location: Reading room
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 2
    Call number: 21/M 20.94120 ; AWI S6-24-91420
    Type of Medium: Monograph available for loan
    Pages: 288 Seiten , Illustrationen, Karten
    Language: English
    Location: Reading room
    Location: AWI Reading room
    Branch Library: GFZ Library
    Branch Library: AWI Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 3
    Call number: 9/M 24.95579
    In: Geological Society memoir
    Type of Medium: Monograph available for loan
    Pages: 361 Seiten , Illustrationen, Karten, Diagramme
    ISBN: 978-1-78620-467-7
    Series Statement: Geological Society Memoir 56
    Language: English
    Location: Reading room
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 4
    Call number: M 23.95547
    Description / Table of Contents: "Updated edition of popular textbook on Artificial Intelligence. This edition specific looks at ways of keeping artificial intelligence under control"
    Type of Medium: Monograph available for loan
    Pages: xvii, 1115 Seiten , Illustrationen
    Edition: Fourth Edition
    ISBN: 9780134610993 , 0134610997
    Series Statement: Pearson Series in Artificial Intelligence
    Language: English
    Note: Contents I Artificial Intelligence 1 Introduction 1.1 What Is AI? 1.2 The Foundations of Artificial Intelligence 1.3 The History of Artificial Intelligence 1.4 The State of the Art 1.5 Risks and Benefits of AI Summary Bibliographical and Historical Notes 2 Intelligent Agents 2.1 Agents and Environments 2.2 Good Behavior: The Concept of Rationality 2.3 The Nature of Environments 2.4 The Structure of Agents Summary Bibliographical and Historical Notes II Problem-solving 3 Solving Problems by Searching 3.1 Problem-Solving Agents 3.2 Example Problems 3.3 Search Algorithms 3.4 Uninformed Search Strategies 3.5 Informed (Heuristic) Search Strategies 3.6 Heuristic Functions Summary Bibliographical and Historical Notes 4 Search in Complex Environments 4.1 Local Search and Optimization Problems 4.2 Local Search in Continuous Spaces 4.3 Search with Nondeterministic Actions 4.4 Search in Partially Observable Environments 4.5 Online Search Agents and Unknown Environments Summary Bibliographical and Historical Notes 5 Constraint Satisfaction Problems 5.1 Defining Constraint Satisfaction Problems 5.2 Constraint Propagation: Inference in CSPs 5.3 Backtracking Search for CSPs 5.4 Local Search for CSPs 5.5 The Structure of Problems Summary Bibliographical and Historical Notes 6 Adversarial Search and Games 6.1 Game Theory 6.2 Optimal Decisions in Games 6.3 Heuristic Alpha-Beta Tree Search 6.4 Monte Carlo Tree Search 6.5 Stochastic Games 6.6 Partially Observable Games 6.7 Limitations of Game Search Algorithms Summary Bibliographical and Historical Notes III Knowledge, reasoning, and planning 7 Logical Agents 7.1 Knowledge-Based Agents 7.2 The Wumpus World 7.3 Logic 7.4 Propositional Logic: A Very Simple Logic 7.5 Propositional Theorem Proving 7.6 Effective Propositional Model Checking 7.7 Agents Based on Propositional Logic Summary Bibliographical and Historical Notes 8 First-Order Logic 8.1 Representation Revisited 8.2 Syntax and Semantics of First-Order Logic 8.3 Using First-Order Logic 8.4 Knowledge Engineering in First-Order Logic Summary Bibliographical and Historical Notes 9 Inference in First-Order Logic 9.1 Propositional vs. First-Order Inference 9.2 Unification and First-Order Inference 9.3 Forward Chaining 9.4 Backward Chaining 9.5 Resolution Summary Bibliographical and Historical Notes 10 Knowledge Representation 10.1 Ontological Engineering 10.2 Categories and Objects 10.3 Events 10.4 Mental Objects and Modal Logic 10.5 Reasoning Systems for Categories 10.6 Reasoning with Default Information Summary Bibliographical and Historical Notes 11 Automated Planning 11.1 Definition of Classical Planning 11.2 Algorithms for Classical Planning 11.3 Heuristics for Planning 11.4 Hierarchical Planning 11.5 Planning and Acting in Nondeterministic Domains 11.6 Time, Schedules, and Resources 11.7 Analysis of Planning Approaches Summary Bibliographical and Historical Notes IV Uncertain knowledge and reasoning 12 Quantifying Uncertainty 12.1 Acting under Uncertainty 12.2 Basic Probability Notation 12.3 Inference Using Full Joint Distributions 12.4 Independence 12.5 Bayes' Rule and Its Use 12.6 Naive Bayes Models 12.7 The Wumpus World Revisited Summary Bibliographical and Historical Notes 13 Probabilistic Reasoning 13.1 Representing Knowledge in an Uncertain Domain 13.2 The Semantics of Bayesian Networks 13.3 Exact Inference in Bayesian Networks 13.4 Approximate Inference for Bayesian Networks 13.5 Causal Networks Summary Bibliographical and Historical Notes 14 Probabilistic Reasoning over Time 14.1 Time and Uncertainty 14.2 Inference in Temporal Models 14.3 Hidden Markov Models 14.4 Kalman Filters 14.5 Dynamic Bayesian Networks Summary Bibliographical and Historical Notes 15 Making Simple Decisions 15.1 Combining Beliefs and Desires under Uncertainty 15.2 The Basis of Utility Theory 15.3 Utility Functions 15.4 Multiattribute Utility Functions 15.5 Decision Networks 15.6 The Value of Information 15.7 Unknown Preferences Summary Bibliographical and Historical Notes 16 Making Complex Decisions 16.1 Sequential Decision Problems 16.2 Algorithms for MDPs 16.3 Bandit Problems 16.4 Partially Observable MDPs 16.5 Algorithms for Solving POMDPs Summary Bibliographical and Historical Notes 17 Multiagent Decision Making 17.1 Properties of Multiagent Environments 17.2 Non-Cooperative Game Theory 17.3 Cooperative Game Theory 17.4 Making Collective Decisions Summary Bibliographical and Historical Notes 18 Probabilistic Programming 18.1 Relational Probability Models 18.2 Open-Universe Probability Models 18.3 Keeping Track of a Complex World 18.4 Programs as Probability Models Summary Bibliographical and Historical Notes V Machine Learning 19 Learning from Examples 19.1 Forms of Learning 19.2 Supervised Learning 19.3 Learning Decision Trees 19.4 Model Selection and Optimization 19.5 The Theory of Learning 19.6 Linear Regression and Classification 19.7 Nonparametric Models 19.8 Ensemble Learning 19.9 Developing Machine Learning Systems Summary Bibliographical and Historical Notes 20 Knowledge in Learning 20.1 A Logical Formulation of Learning 20.2 Knowledge in Learning 20.3 Explanation-Based Learning 20.4 Learning Using Relevance Information 20.5 Inductive Logic Programming Summary Bibliographical and Historical Notes 21 Learning Probabilistic Models 21.1 Statistical Learning 21.2 Learning with Complete Data 21.3 Learning with Hidden Variables: The EM Algorithm Summary Bibliographical and Historical Notes 22 Deep Learning 22.1 Simple Feedforward Networks 22.2 Computation Graphs for Deep Learning 22.3 Convolutional Networks 22.4 Learning Algorithms 22.5 Generalization 22.6 Recurrent Neural Networks 22.7 Unsupervised Learning and Transfer Learning 22.8 Applications Summary Bibliographical and Historical Notes 23 Reinforcement Learning 23.1 Learning from Rewards 23.2 Passive Reinforcement Learning 23.3 Active Reinforcement Learning 23.4 Generalization in Reinforcement Learning 23.5 Policy Search 23.6 Apprenticeship and Inverse Reinforcement Learning 23.7 Applications of Reinforcement Learning Summary Bibliographical and Historical Notes VI Communicating, perceiving, and acting 24 Natural Language Processing 24.1 Language Models 24.2 Grammar 24.3 Parsing 24.4 Augmented Grammars 24.5 Complications of Real Natural Language 24.6 Natural Language Tasks Summary Bibliographical and Historical Notes 25 Deep Learning for Natural Language Processing 25.1 Word Embeddings 25.2 Recurrent Neural Networks for NLP 25.3 Sequence-to-Sequence Models 25.4 The Transformer Architecture 25.5 Pretraining and Transfer Learning 25.6 State of the art Summary Bibliographical and Historical Notes 26 Robotics 26.1 Robots 26.2 Robot Hardware 26.3 What kind of problem is robotics solving? 26.4 Robotic Perception 26.5 Planning and Control 26.6 Planning Uncertain Movements 26.7 Reinforcement Learning in Robotics 26.8 Humans and Robots 26.9 Alternative Robotic Frameworks 26.10 Application Domains Summary Bibliographical and Historical Notes 27 Computer Vision 27.1 Introduction 27.2 Image Formation 27.3 Simple Image Features 27.4 Classifying Images 27.5 Detecting Objects 27.6 The 3D World 27.7 Using Computer Vision Summary Bibliographical and Historical Notes VII Conclusions 28 Philosophy, Ethics, and Safety of AI 28.1 The Limits of AI 28.2 Can Machines Really Think? 28.3 The Ethics of AI Summary Bibliographical and Historical Notes 29 The Future of AI 29.1 AI Components 29.2 AI Architectures A Mathematical Background A.1 Complexity Analysis and 0() Notation A.2 Vectors, Matrices, and Linear Algebra A.3 Probability Distributions Bibliographical and Historical Notes B Notes on Languages and Algorithms B. l Defining Languages with Backus-Naur Form (BNF) B.2 Describing Algorithms with Pseudocode B.3 Online Supplemental Material Bibliography Index
    Location: Reading room
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 5
    Monograph available for loan
    Monograph available for loan
    Cambridge, United Kingdom : Cambridge University Press
    Call number: M 23.95135 ; 8/M 23.95382
    Description / Table of Contents: "An overview of the essential principles of seismic hazard and risk analysis, including advanced topics, worked examples and problem sets. (20) An overview of the essential principles and procedures of seismic hazard and risk analysis, of interest to earth scientists and engineers. Coverage includes state-of-the-art procedures, advanced topics, and future research directions. Each chapter includes worked examples and problem sets, with solutions and computer codes provided online. (46/341) Probabilistic Seismic Hazard and Risk Analyses underpin the loadings prescribed by engineering design codes, the decisions by asset owners to retrofit structures, the pricing of insurance policies, and many other activities. This is a comprehensive overview of the principles and procedures behind seismic hazard and risk analysis. It enables readers to understand best practises and future research directions. Early chapters cover the essential elements and concepts of seismic hazard and risk analysis, while later chapters shift focus to more advanced topics. Each chapter includes worked examples and problem sets for which full solutions are provided online. Appendices provide relevant background in probability and statistics. Computer codes are also available online to help replicate specific calculations and demonstrate the implementation of various methods. This is a valuable reference for upper level students and practitioners in civil engineering, and earth scientists interested in engineering seismology. (143)"--
    Type of Medium: Monograph available for loan
    Pages: xii, 581 Seiten , Illustrationen , 27 cm
    ISBN: 9781108425056 , 978-1-108-42505-6
    Language: English
    Note: Contents Preface Introduction 1.1 Hazard and Risk Analysis 1.2 Uses of Hazard and Risk Infonnation 1.3 Detenninistic Analysis 1.4 Probabilistic Seismic Hazard Analysis 1.5 Probabilistic Risk Analysis 1.6 Benefits of Probabilistic Analysis I. 7 Uncertainties in Probabilistic Analysis 1.8 Validation Part I Hazard Inputs 2 Seismic Source Characterization 2.1 Introduction 2.2 Earth Structure and Plate Tectonics 2.3 Faults 2.4 Earthquake Processes 2.5 Earthquake Size 2.6 Definitions of Seismic Sources 2. 7 Source Characteristics 2.8 Conceptual Development of SSMs Exercises 3 Characterization of Earthquake Rates and Rupture Scenarios 3.1 Introduction 3.2 Approaches to Determining Rupture Rates 3.3 Constraints from Seismicity Data 3.4 Geological Constraints on Activity 3.5 Magnitude-Frequency Distributions 3.6 Rupture Scenarios and Computation of Rates 3.7 Generation of Rupture Scenarios 3.8 Time-Dependent Ruptw-e Rates Exercises 4 Empirical Ground-Motion Characterization 147 4.1 Introduction 147 4.2 Engineering Characterization of Ground Motion 149 4.3 Ground-Motion Databases 161 4.4 Mathematical Representation 166 4.5 General Trends in Empirical Data and Models 170 4.6 Prediction Using Empirical GMMs 179 4.7 Epistemic Uncertainty 186 4.8 Limitations of Empirical GMMs 192 Exercises 193 5 Physics-Based Ground-Motion Characterization 196 5.1 Introduction 196 5.2 Utility of Physics-Based Ground-Motion Simulation 198 5.3 Earthquake Source Representation 200 5.4 Seismic Wave Propagation 205 5.5 Methods for Physics-Based Ground-Motion Simulation 220 5.6 Prediction Using Physics-Based GMMs 233 Exercises Part II Hazard Calculations 247 6 PSHA Calculation 249 6.1 Introduction 249 6.2 The PSHA Calculation 250 6.3 Example Calculations 255 6.4 Hazard Curve Metrics 262 6.5 Sensitivity of Hazard Results to Inputs 266 6.6 Model Uncertainty 269 6.7 Logic Trees 272 6.8 PSHA with Epistemic Uncertainty 276 6.9 Monte Carlo PSHA 279 6.10 Discussion 280 Exercises 7 PSHA Products 286 7.1 Introduction 286 7.2 Disaggregation 287 7.3 Uniform Hazard Spectrum 301 7.4 Hazard Maps 306 7.5 Conditional Spectrum 307 7.6 VectorPSHA 312 7.7 Earthquake Sequences in PSHA 312 7.8 Implementation and Documentation of Hazard Studies 316 Exercises 8 Non-Ergodic Hazard Analysis 8.1 Introduction 8.2 Fundamental Concepts 8.3 Aleatory Variability versus Epistemic Uncertainty 8.4 When Can Non-Ergodic Approaches Be Applied? 8.5 Non-Ergodic Ground-Motion Models 8.6 Non-Ergodic Site Effects 8.7 Non-Ergodic Path Effects 8.8 Non-Ergodic Source Effects 8.9 Non-Ergodic Components in Seismic-Source Models Exercises Part Ill Risk 9 Seismic Risk 9.1 Introduction 9.2 Fragility and Vulnerability Functions 9.3 Calibrating Fragility and Vulnerability Functions 9.4 Risk Metrics 9.5 PEER Framework 9.6 Epistemic Uncertainty 9.7 Risk-Targeted Ground-Motion Intensity Exercises 10 Ground-Motion Selection I 0.1 Introduction I 0.2 Principles of Hazard-Consistent Ground-Motion Selection 10.3 Target Intensity Measure Distributions I 0.4 Selection Algorithms 10.5 Assessing Accuracy and Precision of Seismic Responses 10.6 Application-Specific Decisions 10.7 Design Code and Guideline Requirements 10.8 Documentation Exercises 11 Spatially Distributed Systems 11.1 Introduction 11.2 Parameterization Using Empirical Ground-Motion Models 11.3 Parameterization Using Physics-Based Simulations 11.4 Numerical Implementation 11.5 Coherency 11.6 Risk Exercises 12 Validation 12. l Introduction 12.2 Verification and Validation 12.3 Validation from Limited Observations 12.4 Direct Validation of Seismic Hazard Curves 12.5 Validation of Model Components 12.6 Do Failures of Past Calculations [nvalidate the PSHA Methodology? 12.7 Seismic Hazard and Risk Analysis for Decision-Making Exercises Appendix A Basics of Probability A. l Random Events A.2 Conditional Probability A.3 Random Variables A.4 Expectations and Moments A.5 Common Probability Distributions A.6 Random Number Generation Appendix B Basics of Statistics for Model Calibration 1 B.3 Statistical Estimation of m1,,x my,y B.5 Maximum Likelihood Estimation of Seismicity Parameters Estimation ofIM ofSymbols 433 484 486 494 514 519 523 529 533 578 viii Contents 12 Validation 12. l Introduction 12.2 Verification and Validation 12.3 Validation from Limited Observations 12.4 Direct Validation of Seismic Hazard Curves 12.5 Validation of Model Components 12.6 Do Failures of Past Calculations [nvalidate the PSHA Methodology? 12.7 Seismic Hazard and Risk Analysis for Decision-Making Exercises Appendix A Basics of Probability A. l Random Events A.2 Conditional Probability A.3 Random Variables A.4 Expectations and Moments A.5 Common Probability Distributions A.6 Random Number Generation Appendix B Basics of Statistics for Model Calibration B. l Confidence Intervals for the Sample Mean and Standard Deviation B.2 Hypothesis Testing for Statistical Significance B.3 Statistical Estimation of mmax B.4 Bayesian Estimation of lnmax B.5 Maximum Likelihood Estimation of Seismicity Parameters B.6 Empirical GMM Calibration B.7 Estimation of JM Correlations from GMMs B.8 Fragility Function Fitting References List of Symbols and Abbreviations Notation Conventions Index
    Location: Reading room
    Branch Library: GFZ Library
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 6
    Call number: AWI P1-20-94200 ; M 23.94200
    Description / Table of Contents: Die Hochgebirge haben eine große Bedeutung für das globale Klima, die Wasserversorgung und die Biosphäre. So ist die besonders starke Ausprägung des Amazonas-Regenwalds den Anden zu verdanken. Sie verhindern den Durchzug der aus dem Atlantik mit viel Luftfeuchtigkeit kommenden Wolken. Dadurch erhält das Amazonas-Gebiet im Jahresdurchschnitt über 2.000 mm Regen, was die Grundlage für die intensive Bewaldung ist. Obwohl die Gebirge global nur ca. 12% der Landfläche bedecken, beherbergen Hochgebirge rund die Hälfte aller Säugetierarten und 74% aller endemischen Vogelarten (ohne Inselarten). 21 der 34 globalen Biodiversitätshotspots befinden sich in Hochgebirgen. In den Gebirgen entstehen aufgrund von höheren Niederschlägen wichtige Wasserressourcen auch für die angrenzenden Tiefländer. Trotz der für den Menschen oft erschwerten Zugänglichkeit sind Hochgebirge und Hoch-Plateaus, besonders in tropischen Regionen, Orte dichter Besiedlung und sogar von Hochkulturen. Die Folgen des Klimawandels sind in den Hochgebirgen besonders deutlich. So war die Erwärmung in den vergangenen Jahrzehnten dort höher als in den Flachländern. Die Gletscher schrumpfen in fast allen Gebirgen, insbesondere in den letzten Jahrzehnten. Auf den jetzt eisfreien Flächen siedeln sich schon nach wenigen Jahren neue Pflanzengemeinschaften an. In den Alpen hat das Eisvolumen seit 1850 schon um mehr als zwei Drittel abgenommen. Das entspricht allein seit 1997 einem Süßwasserverlust von etwa dem 14fachen Volumen des Bodensees. Insgesamt sind die Klimaänderungen in den Gebirgsregionen gravierender als im Flachland. Mit der Zunahme der Starkregen und dem Rückgang des Permafrosts nimmt die Gefahr von Erdrutschen zu, und manche Gletscher wurden instabil. Im Mittel haben sich die Temperaturen im Gebirgspermafrost in einem Jahrzehnt von 2007 bis 2016 um etwa 0,2°C erhöht. Die Schneedeckendauer nahm in den letzten Jahrzehnten kontinuierlich ab; die Herausforderungen für den Wintertourismus werden zusehends größer.
    Type of Medium: Monograph available for loan
    Pages: 384 Seiten , Illustrationen, Diagramme, Karten
    ISBN: 9783982006734
    Language: German
    Note: Inhaltsverzeichnis Vorwort Liste der Autoren/Autorinnen und der Gutachter Hochgebirge: Definition, Bedeutung, Veränderungen und Gefahren / (José L. Lozán,Siegmar-W. Breckle, Heidi Escher-Vetter, Hartmut Graßl & Dieter Kasang) 1 Bedeutung der Hochgebirge 1.1 Der Einfluss von Hochgebirgen auf die Zirkulation der Atmosphäre / (Jürgen Böhner & Jörg Bendix) 1.2 Die Entstehung der Hochgebirge / (Martin Meschede) 1.3 Übersicht über die wichtigsten Gebirge der Erde / (José L.Lozán, Siegmar-W. Breckle, Dieter Kasang & Heidi Escher-Vetter) 1.4 Berge und Gebirge im Meer / (Bernd Christiansen) 1.5 Hochgebirge: Wassertürme für eine wachsende Weltbevölkerung / (Carmen de Jong) 1.6 Erdoberflächenprozesse im Hochgebirge – Der Einfluss des Klimawandels / (Lothar Schrott & Jan Blöthe) 1.7 Hochgebirge: Hotspots der Biodiversität / (Severin Irl & Andreas H. Schweiger) 1.8 Hochgebirge als Ressourcenräume für Tiefländer / (Matthias Winiger) 1.9 Bevölkerung und Siedlungsstrukturen im Hochgebirge / (Christoph Stadel & Axel Borsdorf) 1.10 Lokale Anpassungsstrategien für Landnutzung in Hochgebirgen / (Hermann Kreutzmann) 2 Paläoökologische Veränderungen in Hochgebirgen 2.1 Globale Klima- und Gletscherveränderungen im Pleistozän und Holozän / (Heinz Veit & Alexander Groos) 2.2 Welche Umweltinformationen können aus Jahrringen abgeleitet werden? / (Achim Bräuning & Jussi Grießinger) 2.3 Holozäne Klimaänderungen und Waldgrenzschwankungen in den Alpen / (Conradin A. Burga) 2.4 Anthropogene Einflüsse auf die Hochgebirgsumwelt im Holozän: Einblicke aus einer alpinen Bergbaulandschaft / (Kerstin Kowarik & Hans Reschreiter) 3 Veränderungen der Kryosphäre in Hochgebirgen 3.1 Gletscherbeobachtung und globale Trends / (Frank Paul & Martin Hoelzle) 3.2 Die Gletscher Hochasiens im Klimawandel / (Tobias Bolch, Atanu Bhattacharya & Owen King) 3.3 Die Karakorum-Anomalie / (Christoph Mayer, Astrid Lambrecht & Alexander Groos) 3.4 Wenn Gletscher abrutschen / (Andreas Kääb) 3.5 Tropische Gletscher: Ostafrika / (Rainer Prinz & Thomas Mölg) 3.6 Die Gletscher der Anden im Klimawandel / (Thorsten Seehaus) 3.7 Gletscher und Schnee in Hochgebirgen Nordamerikas / (Dieter Kasang & José L. Lozán) 3.8 Gletscherschmelze unter Schuttbedeckung: Verbreitung, Prozesse und Messmethoden / (Pascal Buri, Simone Schauwecker & Jakob Steiner) 3.9 Permafrost in den Alpen – Langzeitbeobachtung und Entwicklung über zwei Jahrzehnte (Jeannette Nötzli) 3.10 Globale Klimaänderung und die Gletscher auf Neuseeland / (Stefan Winkler) 3.11 Einfluss des Klimawandels auf die Schneebedeckung / (Kay Helfricht & Marc Olefs) 4 Hydrologische Veränderungen in Hochgebirgen 4.1 Hochgebirgsgewässer im Wandel / (Heike Zimmermann-Timm, Deep Narayan Shah & Ram Devi Tachamo Shah) 4.2 Einfluss des globalen Wandels auf die Bodenstabilität des alpinen Graslandes / (Christine Alewell, Lauren Zweifel & Katrin Meusburger 4.3 Sozio-Hydrologie des Trans-Himalaya – Schmelzwasserverfügbarkeit und Bewässerungslandwirtschaft / (Marcus Nüsser, Juliane Dame & Susanne Schmidt) 4.4 Hochgebirge und Wasserressourcen in Peru und Kalifornien / (Dieter Kasang) 4.5 Hydrologische Veränderungen in vergletscherten Einzugsgebieten / (Regine Hoch) 5 Biodiversität der Hochgebirge im Klimawandel 5.1 Klimawandel und Vegetationsdynamik im Hochgebirge / (Harald Pauli) 5.2 Phänologische Veränderungen in Hochgebirgen / (Christian Rixen) 5.3 Klimawandel und Gebirgswälder: Bedrohung der Multifunktionalität? / (Georg Gratzer) 5.4 Alpine Waldgrenzen im Klimawandel – Wie sind die heterogenen Reaktionsmuster zu erklären? / (Udo Schickhoff, Maria Bobrowski & Niels Schwab) 5.5 Vegetation und Klimawandel an der Ostkordillere von Ecuador am Beispiel des Páramo de Papallacta / (M. Daud Rafiqpoor & Siegmar-W. Breckle) 5.6 Auswirkungen des Klimawandels auf das Wachstum von Zwergsträuchern in Hochgebirgen / (Stef Weijers & Jörg Löffler) 5.7 Pflanzen besiedeln neue Lebensräume: Primärsukzession auf Gletschervorfeldern / (Brigitta Erschbamer & Conradin A. Burga) 5.8 Klimawandel und biologische Invasionen im Hochgebirge /(Anna Schertler, Franz Essl & Bernd Lenzner) 5.9 Die Tierwelt der Alpen im Klimawandel / (Peter Huemer, Hermann Sonntag, Friederike Barkmann & André Stadler) 5.10 Ökologische Folgen des Landnutzungswandels in den Alpen / (Erich Tasser & Ulrike Tappeiner) 6 Sozioökonomische Veränderungen in Hochgebirgen 6.1 Ökonomische Bewertung von Biodiversität und Ökosystemleistungen in den Alpen / (Andreas Bartel & Barbara Färber) 6.2 Der sozioökonomische Strukturwandel in den Alpen / (Oliver Bender & Andreas Haller) 6.3 Klimawandel und Wintersporttourismus: Wahrnehmung und Reaktion der Touristen / (Jürgen Schmude & Maximilian Witting) 6.4 Mensch-Umwelt-Interaktionen im Äthiopischen Hochland / (Simon Strobelt & Michèle von Kocemba) 7 Naturgefahren in Hochgebirgen 7.1 Klimawandel, Morphodynamik und gravitative Massenbewegungen / (Thomas Glade) 7.2 Einfluss der Permafrostdegradation auf Hangstabilität / (Friederike Günzel & Wilfried Haeberli) 7.3 Warnsignal Klima - Die Lawinengefahr im Klimawandel / (Benjamin Reuter, Christoph Mitterer & Sascha Bellaire) 7.4 Gefahren aus vergletscherten Vulkanen: Das Beispiel Nevado del Ruiz / (Simon Allen, Christian Huggel & Frank Paul) 7.5 Bedrohung durch Erdbeben im Himalaya / (Birger-G. Lühr) 7.6 Risiken durch Gletscherseen im Klimawandel / (Holger Frey & Wilfried Haeberli) 7.7 Bergstürze, Seeausbrüche und Muren im Pamir / (Siegmar-W. Breckle & Martin Mergili) 8 Maßnahmen zum Klimaschutz und zur Anpassung 8.1 Klimawandel und Naturschutz im Gebirge: Neue Herausforderungen / (Mario F. Broggi) 8.2 Klimawandel und Anpassungsstrategien im Alpentourismus / (Ulrike Pröbstl-Haider) 8.3 Klimawandel in den Lebenswelten und Handlungslogiken ländlicher Bevölkerung im Hochgebirge: Perspektiven aus dem Callejón de Huaylas, Peru / (Martina Neuburger) 8.4 Hochland-Tiefland Beziehungen in ihrer Bedeutung für eine nachhaltige Entwicklung in Gebirgsräumen / (Paul Messerli, Susanne Wymann von Dach & Thomas Kohler) 9 Sachregister
    Location: AWI Reading room
    Location: Reading room
    Branch Library: AWI Library
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 7
    Call number: M 23.95502
    Description / Table of Contents: "A comprehensive reference on data assimilation and inverse problems, and their applications across a broad range of geophysical disciplines, ideal for researchers and graduate students. It highlights the importance of data assimilation for understanding dynamical processes of the Earth and its space environment, and summarises recent advances".
    Description / Table of Contents: Cover -- Half-title page -- Series page -- Title page -- Copyright page -- Contents -- List of Contributors -- Preface -- Acknowledgements -- Part I Introduction -- 1 Inverse Problems and Data Assimilation in Earth Sciences -- 2 Emerging Directions in Geophysical Inversion -- 3 A Tutorial on Bayesian Data Assimilation -- 4 Third-Order Sensitivity Analysis, Uncertainty Quantification, Data Assimilation, Forward and Inverse Predictive Modelling for Large-Scale Systems -- Part II 'Fluid' Earth Applications: From the Surface to the Space -- 5 Data Assimilation of Seasonal Snow -- 6 Data Assimilation in Glaciology -- 7 Data Assimilation in Hydrological Sciences -- 8 Data Assimilation and Inverse Modelling of Atmospheric Trace Constituents -- 9 Data Assimilation of Volcanic Clouds: Recent Advances and Implications on Operational Forecasts -- 10 Data Assimilation in the Near-Earth Electron Radiation Environment -- Part III 'Solid' Earth Applications: From the Surface to the Core -- 11 Trans-Dimensional Markov Chain Monte Carlo Methods Applied to Geochronology and Thermochronology -- 12 Inverse Problems in Lava Dynamics -- 13 Data Assimilation for Real-Time Shake-Mapping and Prediction of Ground Shaking in Earthquake Early Warning -- 14 Global Seismic Tomography Using Time Domain Waveform Inversion -- 15 Solving Larger Seismic Inverse Problems with Smarter Methods -- 16 Joint and Constrained Inversion as Hypothesis Testing Tools -- 17 Crustal Structure and Moho Depth in the Tibetan Plateau from Inverse Modelling of Gravity Data -- 18 Geodetic Inversions and Applications in Geodynamics -- 19 Data Assimilation in Geodynamics: Methods and Applications -- 20 Geodynamic Data Assimilation: Techniques and Observables to Construct and Constrain Time-Dependent Earth Models -- 21 Understanding and Predicting Geomagnetic Secular Variation via Data Assimilation.
    Type of Medium: Monograph available for loan
    Pages: viii, 357 Seiten , Illustrationen, Diagramme, Karten
    ISBN: 978-1-00-918040-5
    Series Statement: Special Publications of the International Union of Geodesy and Geophysics Series
    Language: English
    Location: Reading room
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 8
    Call number: 9/M 07.0421(512/B)
    In: Special publications / the Geological Society, London, No. 512
    Description / Table of Contents: The Carboniferous chronostratigraphic scale consists of two subsystems, six series and seven stages. Precise numerical age control within the Carboniferous is uneven, and a global magnetic polarity timescale for the Carboniferous is far from established. Isotope stratigraphy based on Sr, C and O isotopes is at an early stage but has already identified a few Sr and C isotope events of use to global correlation. Cyclostratigraphy has created a workable astrochronology for part of Pennsylvanian time that needs better calibration. Chronostratigraphic definitions of most of the seven Carboniferous stages remain unfinished. Future research on the Carboniferous timescale should focus on Global Stratotype Section and Point (GSSP) selection for the remaining, undefined stage bases, definition and characterization of substages, and further development and integration of the Carboniferous chronostratigraphic scale with radioisotopic, magnetostratigraphic, chemostratigraphic and cyclostratigraphic tools for calibration and correlation, and the cross-correlation of non-marine and marine chronologies.
    Type of Medium: Monograph available for loan
    Pages: vi, 696-1016 Seiten , Illustrationen, Diagramme, Karten
    ISBN: 9781786205421 , 978-1-78620-542-1
    ISSN: 0305-8719
    Series Statement: Special publications / the Geological Society, London No. 512
    Language: English
    Note: Contents PART A Lucas, S. G., Schneider, J. W., Nikolaeva, S. and Wang, X. / The Carboniferous timescale: an introduction Carboniferous chronostratigraphy Lucas, S. G., Schneider, J. W., Nikolaeva, S. and Wang, X. / The Carboniferous chronostratigraphic scale: history, status and prospectus Alekseev, A. S., Nikolaeva, S. V., Goreva, N. V., Donova, N. B., Kossovaya, O. L., Kulagina, E. I., Kucheva, N. A., Kurilenko, A. V., Kutygin, R. V., Popeko, L. I. and Stepanova, T. I. / Russian regional Carboniferous stratigraphy González, C. R. and Díaz Saravia, P. / Proposed chronostratigraphic units for the Carboniferous and early Permian of the southwestern Gondwana margin Magnetostratigraphy Hounslow, M. W. / A geomagnetic polarity timescale for the Carboniferous Isotope stratigraphy Chen, J., Chen, B. and Montañez, I. P. 7 Carboniferous isotope stratigraphy Cyclostratigraphy Montañez, I. P. 7 Current synthesis of the penultimate icehouse and its imprint on the Upper Devonian through Permian stratigraphic record Marine biostratigraphy Vachard, D. and Le Coze, F. 7 Carboniferous smaller Foraminifera: convergences and divergences Ueno, K. 7 Carboniferous fusuline Foraminifera: taxonomy, regional biostratigraphy, and palaeobiogeographic faunal development Angiolini, L., Cisterna, G. A., Mottequin, B., Shen, S.-Z. and Muttoni, G. 7 Global Carboniferous brachiopod biostratigraphy Ausich, W. I., Kammer, T. W. and Mirantsev, G. V. 7 Carboniferous crinoids Wang, X.-D., Yang, S.-R., Yao, L., Sugiyama, T. and Hu, K.-yi 7 Carboniferous biostratigraphy of rugose corals Nikolaeva, S. V. / Carboniferous ammonoid genozones PART B Barrick, J. E., Alekseev, A. S., Blanco-Ferrera, S., Goreva, N. V., Hu, K., Lambert, L. L., Nemyrovska, T. I., Qi, Y., Ritter, S. M. and Sanz-López, J. 7 Carboniferous conodont biostratigraphy Ginter, M. / The biostratigraphy of Carboniferous chondrichthyans Non-marine biostratigraphy Eble, C. F. / Appalachian coal bed palynofloras: changes in composition through time and comparison with other areas Opluštil, S., Cleal, C. J., Wang, J. and Wan, M. / Carboniferous macrofloral biostratigraphy: an overview Schneider, J. W., Scholze, F., Ross, A. J., Blake, B. M. Jr and Lucas, S. G. / Improved blattoid insect and conchostracan zonation for the Late Carboniferous, Pennsylvanian, of Euramerica Amler, M. R. W. and Silantiev, V. V. / A global review of Carboniferous marine and non-marine bivalve biostratigraphy Lucas, S. G., Stimson, M. R., King, O. A., Calder, J. H., Mansky, C. F., Hebert, B. L. and Hunt, A. P. / Carboniferous tetrapod footprint biostratigraphy, biochronology and evolutionary events Lucas, S. G. / Carboniferous tetrapod biostratigraphy, biochronology and evolutionary events Index
    Location: Reading room
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 9
    Call number: 9/M 07.0421(512/A)
    In: Special publications / the Geological Society, London, No. 512
    Description / Table of Contents: The Carboniferous chronostratigraphic scale consists of two subsystems, six series and seven stages. Precise numerical age control within the Carboniferous is uneven, and a global magnetic polarity timescale for the Carboniferous is far from established. Isotope stratigraphy based on Sr, C and O isotopes is at an early stage but has already identified a few Sr and C isotope events of use to global correlation. Cyclostratigraphy has created a workable astrochronology for part of Pennsylvanian time that needs better calibration. Chronostratigraphic definitions of most of the seven Carboniferous stages remain unfinished. Future research on the Carboniferous timescale should focus on Global Stratotype Section and Point (GSSP) selection for the remaining, undefined stage bases, definition and characterization of substages, and further development and integration of the Carboniferous chronostratigraphic scale with radioisotopic, magnetostratigraphic, chemostratigraphic and cyclostratigraphic tools for calibration and correlation, and the cross-correlation of non-marine and marine chronologies.
    Type of Medium: Monograph available for loan
    Pages: vi, 693 Seiten , Illustrationen, Diagramme, Karten , 26 cm
    ISBN: 9781786205421 , 978-1-78620-542-1
    ISSN: 0305-8719
    Series Statement: Special publications / the Geological Society, London No. 512
    Language: English
    Note: Contents PART A Lucas, S. G., Schneider, J. W., Nikolaeva, S. and Wang, X. / The Carboniferous timescale: an introduction Carboniferous chronostratigraphy Lucas, S. G., Schneider, J. W., Nikolaeva, S. and Wang, X. / The Carboniferous chronostratigraphic scale: history, status and prospectus Alekseev, A. S., Nikolaeva, S. V., Goreva, N. V., Donova, N. B., Kossovaya, O. L., Kulagina, E. I., Kucheva, N. A., Kurilenko, A. V., Kutygin, R. V., Popeko, L. I. and Stepanova, T. I. / Russian regional Carboniferous stratigraphy González, C. R. and Díaz Saravia, P. / Proposed chronostratigraphic units for the Carboniferous and early Permian of the southwestern Gondwana margin Magnetostratigraphy Hounslow, M. W. / A geomagnetic polarity timescale for the Carboniferous Isotope stratigraphy Chen, J., Chen, B. and Montañez, I. P. 7 Carboniferous isotope stratigraphy Cyclostratigraphy Montañez, I. P. 7 Current synthesis of the penultimate icehouse and its imprint on the Upper Devonian through Permian stratigraphic record Marine biostratigraphy Vachard, D. and Le Coze, F. 7 Carboniferous smaller Foraminifera: convergences and divergences Ueno, K. 7 Carboniferous fusuline Foraminifera: taxonomy, regional biostratigraphy, and palaeobiogeographic faunal development Angiolini, L., Cisterna, G. A., Mottequin, B., Shen, S.-Z. and Muttoni, G. 7 Global Carboniferous brachiopod biostratigraphy Ausich, W. I., Kammer, T. W. and Mirantsev, G. V. 7 Carboniferous crinoids Wang, X.-D., Yang, S.-R., Yao, L., Sugiyama, T. and Hu, K.-yi 7 Carboniferous biostratigraphy of rugose corals Nikolaeva, S. V. / Carboniferous ammonoid genozones PART B Barrick, J. E., Alekseev, A. S., Blanco-Ferrera, S., Goreva, N. V., Hu, K., Lambert, L. L., Nemyrovska, T. I., Qi, Y., Ritter, S. M. and Sanz-López, J. 7 Carboniferous conodont biostratigraphy Ginter, M. / The biostratigraphy of Carboniferous chondrichthyans Non-marine biostratigraphy Eble, C. F. / Appalachian coal bed palynofloras: changes in composition through time and comparison with other areas Opluštil, S., Cleal, C. J., Wang, J. and Wan, M. / Carboniferous macrofloral biostratigraphy: an overview Schneider, J. W., Scholze, F., Ross, A. J., Blake, B. M. Jr and Lucas, S. G. / Improved blattoid insect and conchostracan zonation for the Late Carboniferous, Pennsylvanian, of Euramerica Amler, M. R. W. and Silantiev, V. V. / A global review of Carboniferous marine and non-marine bivalve biostratigraphy Lucas, S. G., Stimson, M. R., King, O. A., Calder, J. H., Mansky, C. F., Hebert, B. L. and Hunt, A. P. / Carboniferous tetrapod footprint biostratigraphy, biochronology and evolutionary events Lucas, S. G. / Carboniferous tetrapod biostratigraphy, biochronology and evolutionary events Index
    Location: Reading room
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
  • 10
    Call number: 9/M 07.0421(533)
    In: Special publications / the Geological Society, London, Volume 533
    Description / Table of Contents: The Ordovician is one of the longest and geologically most active periods in Phanerozoic history. The unique Ordovician biodiversifications established modern marine ecosystems, whereas the first plants originated on land. The two volumes cover all key topics on Ordovician research and provide a review of Ordovician successions across the globe.
    Type of Medium: Monograph available for loan
    Pages: vi, 618 Seiten , Illustrationen, Karten
    ISBN: 9781786209740 , 978-1-78620-589-6
    Series Statement: Special publications / the Geological Society, London 533
    Language: English
    Note: About this title - A Global Synthesis of the Ordovician System: Part 2 T. Servais, D. A. T. Harper, B. Lefebvre, and I. G. Percival https://doi.org/10.1144/SP533 Introduction Full Access16 March 2023 A journey through the Ordovician System around the world Thomas Servais, David A. T. Harper, Bertrand Lefebvre, and Ian G. Percival https://doi.org/10.1144/SP533-2023-23 Articles Full Access28 November 2022 Ordovician geology of Alaska Julie A. Dumoulin, Justin V. Strauss, and John E. Repetski https://doi.org/10.1144/SP533-2022-39 Full Access6 February 2023 The Ordovician System in Greenland Svend Stouge, Christian M. Ø. Rasmussen, and David A. T. Harper https://doi.org/10.1144/SP533-2022-193 Full Access20 January 2023 The Ordovician System of Canada: an extensive stratigraphic record of Laurentian shallow water platforms and deep marine basins André Desrochers, Jisuo Jin, and Keith Dewing https://doi.org/10.1144/SP533-2022-151 Full Access1 February 2023 Ordovician of the conterminous United States Patrick I. McLaughlin and Alycia L. Stigall https://doi.org/10.1144/SP533-2022-198 Full Access8 February 2023 Ordovician stratigraphy and biota of Mexico Francisco Javier Cuen-Romero, Blanca Estela Buitrón-Sánchez, Matilde S. Beresi, Juan J. Palafox-Reyes, and Rogelio Monreal https://doi.org/10.1144/SP533-2022-19 Full Access6 January 2023 The Ordovician of southern South America Beatriz G. Waisfeld, Juan Luis Benedetto, Blanca A. Toro, Gustavo G. Voldman, Claudia V. Rubinstein, Susana Heredia, Mario L. Assine, N. Emilio Vaccari, and Hans Niemeyer https://doi.org/10.1144/SP533-2022-95 Full Access6 February 2023 The Ordovician System of South Africa: a review C. R. Penn-Clarke, C. Browning, and D. A. T. Harper https://doi.org/10.1144/SP533-2022-23 Open Access10 February 2023 The Ordovician record of North and West Africa: unravelling sea-level variations, Gondwana tectonics, and the glacial impact Jean-François Ghienne, Hussein Abdallah, Rémy Deschamps, Michel Guiraud, Juan Carlos Gutiérrez-Marco, Moussa Konaté, Guido Meinhold,… https://doi.org/10.1144/SP533-2022-213 Full Access15 February 2023 The Ordovician System in the Levant region (Middle East) and southern Turkey: review of depositional facies, fauna and stratigraphy Olaf Elicki, Tim Meischner, Semih Gürsu, Jean-François Ghienne, Ahmad Masri, Khaled Ali Moumani, and Huriye Demircan https://doi.org/10.1144/SP533-2022-53 Full Access22 November 2022 The Ordovician of the Middle East (Iran, Afghanistan, Pakistan) Mansoureh Ghobadi Pour and Leonid E. Popov https://doi.org/10.1144/SP533-2022-149 Full Access19 December 2022 The Ordovician of Central Asia (Kyrgyzstan, Uzbekistan and Tajikistan) Mansoureh Ghobadi Pour, Leonid E. Popov, Aleksey I. Kim, Zoja M. Abduazimova, Alexander V. Mikolaichuk, Irina A. Kim, Narima Ospanova, Maya V. Erina,… https://doi.org/10.1144/SP533-2022-52 Full Access1 March 2023 Ordovician of Kazakhstan Leonid Popov, Aidarkhan Zhylkaidarov, Vyacheslav Zhemchuzhnikov, Wladimir Stepanets, Nina Mikhailovna Gridina, and Rostislav Mikhailovich Antonyuk https://doi.org/10.1144/SP533-2022-245 Full Access6 January 2023 Ordovician strata of the Indian subcontinent Paul M. Myrow, Nigel C. Hughes, and Birendra P. Singh https://doi.org/10.1144/SP533-2022-3 Full Access10 March 2023 Regional synthesis of the Ordovician geology and stratigraphy of China Yuandong Zhang, Renbin Zhan, Yong Yi Zhen, Wenhui Wang, Yan Liang, Xiang Fang, Rongchang Wu, Kui Yan, Junpeng Zhang, and Wenjie Li https://doi.org/10.1144/SP533-2022-128 Full Access5 December 2022 The Ordovician of the Korean Peninsula: a synthesis Jeong-Hyun Lee, Se Hyun Cho, Suk-Joo Choh, Jongsun Hong, Byung-Su Lee, Dong-Chan Lee, Dong-Jin Lee, Seung-Bae Lee, Jino Park, and Jusun Woo https://doi.org/10.1144/SP533-2022-48 Full Access6 February 2023 Ordovician Japan: geotectonic setting and palaeogeography Yukio Isozaki https://doi.org/10.1144/SP533-2022-80 Full Access2 March 2023 Ordovician geology of the Sibumasu Block, SE Asia Sachiko Agematsu and Thura Oo https://doi.org/10.1144/SP533-2022-200 Full Access8 March 2023 Current knowledge of the Ordovician System in Antarctica Ian G. Percival, Richard A. Glen, and Yong Yi Zhen https://doi.org/10.1144/SP533-2022-116 Full Access16 March 2023 The Ordovician System in Australia and New Zealand Ian G. Percival, Yong Yi Zhen, and Leon Normore https://doi.org/10.1144/SP533-2022-265
    Location: Reading room
    Branch Library: GFZ Library
    Location Call Number Expected Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...