feed icon rss

Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • TH Wildau  (38)
  • Inst. f. Musikforschung  (25)
  • HPol Brandenburg  (11)
  • Aufsatzsammlung  (64)
  • Electronic books  (10)
Medientyp
Region
Bibliothek
Virtuelle Kataloge
  • 1
    UID:
    almahu_BV025902361
    Umfang: XIII, 498 S. : , graph. Darst.
    ISBN: 3-409-13125-6
    Originaltitel: Decisions and organizations
    Anmerkung: Aus dem Engl. übers.
    Sprache: Deutsch
    Fachgebiete: Wirtschaftswissenschaften , Psychologie
    RVK:
    RVK:
    RVK:
    RVK:
    Schlagwort(e): Entscheidung ; Organisation ; Entscheidungsprozess ; Organisation ; Unternehmen ; Organisation ; Entscheidungstheorie ; Entscheidungsprozess ; Organisation ; Unternehmen ; Entscheidungsprozess ; Entscheidung bei Unsicherheit ; Entscheidung ; Unternehmen ; Organisation ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Buch
    Buch
    Wilhelmshaven :Heinrichshofen,
    UID:
    almafu_BV005257188
    Umfang: 344 S. : , Notenbeisp.
    Ausgabe: 1. Aufl.
    ISBN: 3-7959-0424-2
    Serie: Taschenbücher zur Musikwissenschaft 99
    Anmerkung: Lizenz d. Reclam Verl. Leipzig. - Aus dem Franz. übers.
    Sprache: Deutsch
    Fachgebiete: Romanistik , Musikwissenschaft
    RVK:
    RVK:
    RVK:
    Schlagwort(e): Musik ; Sprache ; Musik ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    UID:
    almahu_9949546404902882
    Umfang: 1 online resource (270 p.)
    ISBN: 9783839461303 , 9783110767001
    Serie: Edition Kulturwissenschaft ; 268
    Inhalt: What are the ›borderlands of narrativity› - the complex and culturally productive area where the symbolic form of narrative meets other symbolic logics, such as data(base), play, spectacle, or ritual? The contributors open up a conversation about the ›beyond‹ of narrative, about the myriad constellations in which narrativity interlaces with, rubs against, or morphs into the principles of other forms. To conceptualize these borderlands, the book introduces the notion of »narrative liminality,« which the 16 articles utilize to engage literature, popular culture, digital technology, historical artifacts, and other kinds of texts from a time span of close to 200 years.
    Anmerkung: Frontmatter -- , Contents -- , Acknowledgments -- , Borderlands of Narrativity -- , Numbers, Literature, Aesthetics -- , The Data of Life and the Life of Data -- , The Potentialities of Data -- , Unnecessary Complications? -- , Narrative Liminality, Ambient Operations, and the Database Western in Rockstar Games' Red Dead Redemption Videogames -- , Detecting Liminality -- , "To Live Your Life Again, Turn to Page 1" -- , Multimodality as a Limit of Narrative in Mark Z. Danielewski's The Familiar -- , The Poetics and Politics of Staring -- , "No Show Dissed Quite Like This One" -- , Repetition, Rhythm, and Recital -- , Home Front Autobiographies of the 'War on Terror' -- , Form and/in Modernity -- , Embodying Narrative, Staging Icons -- , Narrating Authorship -- , Endings and Sustainability -- , Contributors , Mode of access: Internet via World Wide Web. , In English.
    In: DG Plus PP Package 2022 Part 2, De Gruyter, 9783110767001
    In: EBOOK PACKAGE COMPLETE 2022 English, De Gruyter, 9783110993899
    In: EBOOK PACKAGE COMPLETE 2022, De Gruyter, 9783110994810
    In: EBOOK PACKAGE Literary, Cultural, Area Studies 2022 English, De Gruyter, 9783110993752
    In: EBOOK PACKAGE Literary, Cultural, Area Studies 2022, De Gruyter, 9783110993738
    In: transcript Complete eBook Package 2022, De Gruyter, 9783111025094
    In: transcript English Frontlist eBook-Package 2022, De Gruyter, 9783110768510
    Sprache: Englisch
    Fachgebiete: Komparatistik. Außereuropäische Sprachen/Literaturen
    RVK:
    Schlagwort(e): Electronic books. ; Criticism, interpretation, etc. ; Aufsatzsammlung ; Aufsatzsammlung
    URL: Cover
    URL: Cover
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Cover
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    Berkeley, CA :Apress L. P.,
    UID:
    almahu_9949602254902882
    Umfang: 1 online resource (807 pages)
    Ausgabe: 1st ed.
    ISBN: 9781484243985
    Anmerkung: Intro -- Table of Contents -- About the Authors -- Acknowledgments -- Preface -- Part 1 -- Chapter 1: Jumping Right In: "Hello, TBB!" -- Why Threading Building Blocks? -- Performance: Small Overhead, Big Benefits for C++ -- Evolving Support for Parallelism in TBB and C++ -- Recent C++ Additions for Parallelism -- The Threading Building Blocks (TBB) Library -- Parallel Execution Interfaces -- Interfaces That Are Independent of the Execution Model -- Using the Building Blocks in TBB -- Let's Get Started Already! -- Getting the Threading Building Blocks (TBB) Library -- Getting a Copy of the Examples -- Writing a First "Hello, TBB!" Example -- Building the Simple Examples -- Steps to Set Up an Environment -- Building on Windows Using Microsoft Visual Studio -- Building on a Linux Platform from a Terminal -- Using the Intel Compiler -- tbbvars and pstlvars Scripts -- Setting Up Variables Manually Without Using the tbbvars Script or the Intel Compiler -- A More Complete Example -- Starting with a Serial Implementation -- Adding a Message-Driven Layer Using a Flow Graph -- Adding a Fork-Join Layer Using a parallel_for -- Adding a SIMD Layer Using a Parallel STL Transform -- Summary -- Chapter 2: Generic Parallel Algorithms -- Functional / Task Parallelism -- A Slightly More Complicated Example: A Parallel Implementation of Quicksort -- Loops: parallel_for, parallel_reduce, and parallel_scan -- parallel_for: Applying a Body to Each Element in a Range -- A Slightly More Complicated Example: Parallel Matrix Multiplication -- parallel_reduce: Calculating a Single Result Across a Range -- A Slightly More Complicated Example: Calculating π by Numerical Integration -- parallel_scan: A Reduction with Intermediate Values -- How Does This Work? -- A Slightly More Complicated Example: Line of Sight -- Cook Until Done: parallel_do and parallel_pipeline. , parallel_do: Apply a Body Until There Are No More Items Left -- A Slightly More Complicated Example: Forward Substitution -- parallel_pipeline: Streaming Items Through a Series of Filters -- A Slightly More Complicated Example: Creating 3D Stereoscopic Images -- Summary -- For More Information -- Chapter 3: Flow Graphs -- Why Use Graphs to Express Parallelism? -- The Basics of the TBB Flow Graph Interface -- Step 1: Create the Graph Object -- Step 2: Make the Nodes -- Step 3: Add Edges -- Step 4: Start the Graph -- Step 5: Wait for the Graph to Complete Executing -- A More Complicated Example of a Data Flow Graph -- Implementing the Example as a TBB Flow Graph -- Understanding the Performance of a Data Flow Graph -- The Special Case of Dependency Graphs -- Implementing a Dependency Graph -- Estimating the Scalability of a Dependency Graph -- Advanced Topics in TBB Flow Graphs -- Summary -- Chapter 4: TBB and the Parallel Algorithms of the C++ Standard Template Library -- Does the C++ STL Library Belong in This Book? -- A Parallel STL Execution Policy Analogy -- A Simple Example Using std::for_each -- What Algorithms Are Provided in a Parallel STL Implementation? -- How to Get and Use a Copy of Parallel STL That Uses TBB -- Algorithms in Intel's Parallel STL -- Capturing More Use Cases with Custom Iterators -- Highlighting Some of the Most Useful Algorithms -- std::for_each, std::for_each_n -- std::transform -- std::reduce -- std::transform_reduce -- A Deeper Dive into the Execution Policies -- The sequenced_policy -- The parallel_policy -- The unsequenced_policy -- The parallel_unsequenced_policy -- Which Execution Policy Should We Use? -- Other Ways to Introduce SIMD Parallelism -- Summary -- For More Information -- Chapter 5: Synchronization: Why and How to Avoid It -- A Running Example: Histogram of an Image -- An Unsafe Parallel Implementation. , A First Safe Parallel Implementation: Coarse-Grained Locking -- Mutex Flavors -- A Second Safe Parallel Implementation: Fine-Grained Locking -- A Third Safe Parallel Implementation: Atomics -- A Better Parallel Implementation: Privatization and Reduction -- Thread Local Storage, TLS -- enumerable_thread_specific, ETS -- combinable -- The Easiest Parallel Implementation: Reduction Template -- Recap of Our Options -- Summary -- For More Information -- Chapter 6: Data Structures for Concurrency -- Key Data Structures Basics -- Unordered Associative Containers -- Map vs. Set -- Multiple Values -- Hashing -- Unordered -- Concurrent Containers -- Concurrent Unordered Associative Containers -- concurrent_hash_map -- Concurrent Support for map/multimap and set/multiset Interfaces -- Built-In Locking vs. No Visible Locking -- Iterating Through These Structures Is Asking for Trouble -- Concurrent Queues: Regular, Bounded, and Priority -- Bounding Size -- Priority Ordering -- Staying Thread-Safe: Try to Forget About Top, Size, Empty, Front, Back -- Iterators -- Why to Use This Concurrent Queue: The A-B-A Problem -- When to NOT Use Queues: Think Algorithms! -- Concurrent Vector -- When to Use tbb::concurrent_vector Instead of std::vector -- Elements Never Move -- Concurrent Growth of concurrent_vectors -- Summary -- Chapter 7: Scalable Memory Allocation -- Modern C++ Memory Allocation -- Scalable Memory Allocation: What -- Scalable Memory Allocation: Why -- Avoiding False Sharing with Padding -- Scalable Memory Allocation Alternatives: Which -- Compilation Considerations -- Most Popular Usage (C/C++ Proxy Library): How -- Linux: malloc/new Proxy Library Usage -- macOS: malloc/new Proxy Library Usage -- Windows: malloc/new Proxy Library Usage -- Testing our Proxy Library Usage -- C Functions: Scalable Memory Allocators for C. , C++ Classes: Scalable Memory Allocators for C++ -- Allocators with std::allocator< -- T> -- Signature -- scalable_allocator -- tbb_allocator -- zero_allocator -- cached_aligned_allocator -- Memory Pool Support: memory_pool_allocator -- Array Allocation Support: aligned_space -- Replacing new and delete Selectively -- Performance Tuning: Some Control Knobs -- What Are Huge Pages? -- TBB Support for Huge Pages -- scalable_allocation_mode(int mode, intptr_t value) -- TBBMALLOC_USE_HUGE_PAGES -- TBBMALLOC_SET_SOFT_HEAP_LIMIT -- int scalable_allocation_command(int cmd, void ∗param) -- TBBMALLOC_CLEAN_ALL_BUFFERS -- TBBMALLOC_CLEAN_THREAD_BUFFERS -- Summary -- Chapter 8: Mapping Parallel Patterns to TBB -- Parallel Patterns vs. Parallel Algorithms -- Patterns Categorize Algorithms, Designs, etc. -- Patterns That Work -- Data Parallelism Wins -- Nesting Pattern -- Map Pattern -- Workpile Pattern -- Reduction Patterns (Reduce and Scan) -- Fork-Join Pattern -- Divide-and-Conquer Pattern -- Branch-and-Bound Pattern -- Pipeline Pattern -- Event-Based Coordination Pattern (Reactive Streams) -- Summary -- For More Information -- Part 2 -- Chapter 9: The Pillars of Composability -- What Is Composability? -- Nested Composition -- Concurrent Composition -- Serial Composition -- The Features That Make TBB a Composable Library -- The TBB Thread Pool (the Market) and Task Arenas -- The TBB Task Dispatcher: Work Stealing and More -- Putting It All Together -- Looking Forward -- Controlling the Number of Threads -- Work Isolation -- Task-to-Thread and Thread-to-Core Affinity -- Task Priorities -- Summary -- For More Information -- Chapter 10: Using Tasks to Create Your Own Algorithms -- A Running Example: The Sequence -- The High-Level Approach: parallel_invoke -- The Highest Among the Lower: task_group -- The Low-Level Task Interface: Part One - Task Blocking. , The Low-Level Task Interface: Part Two - Task Continuation -- Bypassing the Scheduler -- The Low-Level Task Interface: Part Three - Task Recycling -- Task Interface Checklist -- One More Thing: FIFO (aka Fire-and-Forget) Tasks -- Putting These Low-Level Features to Work -- Summary -- For More Information -- Chapter 11: Controlling the Number of Threads Used for Execution -- A Brief Recap of the TBB Scheduler Architecture -- Interfaces for Controlling the Number of Threads -- Controlling Thread Count with task_scheduler_init -- Controlling Thread Count with task_arena -- Controlling Thread Count with global_control -- Summary of Concepts and Classes -- The Best Approaches for Setting the Number of Threads -- Using a Single task_scheduler_init Object for a Simple Application -- Using More Than One task_scheduler_init Object in a Simple Application -- Using Multiple Arenas with Different Numbers of Slots to Influence Where TBB Places Its Worker Threads -- Using global_control to Control How Many Threads Are Available to Fill Arena Slots -- Using global_control to Temporarily Restrict the Number of Available Threads -- When NOT to Control the Number of Threads -- Figuring Out What's Gone Wrong -- Summary -- Chapter 12: Using Work Isolation for Correctness and Performance -- Work Isolation for Correctness -- Creating an Isolated Region with  this_task_arena::isolate -- Oh No! Work Isolation Can Cause Its Own Correctness Issues! -- Even When It Is Safe, Work Isolation Is Not Free -- Using Task Arenas for Isolation: A Double-Edged Sword -- Don't Be Tempted to Use task_arenas to Create Work Isolation for Correctness -- Summary -- For More Information -- Chapter 13: Creating Thread-to-Core and Task-to-Thread Affinity -- Creating Thread-to-Core Affinity -- Creating Task-to-Thread Affinity -- When and How Should We Use the TBB Affinity Features? -- Summary. , For More Information.
    Weitere Ausg.: Print version: Voss, Michael Pro TBB Berkeley, CA : Apress L. P.,c2019 ISBN 9781484243978
    Sprache: Englisch
    Fachgebiete: Informatik
    RVK:
    Schlagwort(e): Electronic books. ; Electronic books
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Full-text  ((OIS Credentials Required))
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    Amsterdam ; New York : Elsevier Science B.V
    UID:
    b3kat_BV036962263
    Umfang: 1 Online-Ressource (ix, 1056 p.) , ill , 25 cm
    Ausgabe: 1st ed
    Ausgabe: Online-Ausgabe Elsevier e-book collection on ScienceDirect Sonstige Standardnummer des Gesamttitels: 041169-3
    ISBN: 0444823751 , 9780444823755
    Anmerkung: Includes bibliographical references and index
    Weitere Ausg.: Reproduktion von History of topology 1999
    Sprache: Englisch
    Schlagwort(e): Topologie ; Geschichte ; Aufsatzsammlung
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    UID:
    almahu_9947921593802882
    Umfang: VIII, 296 p. , online resource.
    ISBN: 9783540397380
    Serie: Lecture Notes in Mathematics, 1167
    Anmerkung: Lower postnikov terms of generalized CW complexes and semi-simple actions -- 3-fold branched coverings and the mapping class group of a surface -- Locally flat embeddings of three dimensional manifolds in four dimensional manifolds -- Differential characters and geometric invariants -- Minimal branched immersions into three-manifolds -- Representations of fundamental groups of surfaces -- Comparison theorems for volumes in surfaces -- The isometry-invariant geodesics problem: Closed and open -- Attractors for discrete-time monotone dynamical systems in strongly ordered spaces -- Presentation classes, 3-manifolds and free products -- Proper actions on homogeneous spaces -- Deformation spaces for seifert manifolds -- Abelian invariants of satellite knots -- An introduction to compactifying spaces of hyperbolic structures by actions on trees -- A note on an invariant of fintushel and stern -- Handlebodies and 2-complexes -- Extrema associated with homotopy classes of maps -- Geometries and geometric structures in real dimension 4 and complex dimension 2.
    In: Springer eBooks
    Weitere Ausg.: Printed edition: ISBN 9783540160533
    Sprache: Englisch
    Fachgebiete: Mathematik
    RVK:
    Schlagwort(e): Aufsatzsammlung ; Konferenzschrift ; Konferenzschrift ; Aufsatzsammlung
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (Deutschlandweit zugänglich)
    URL: Cover
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    UID:
    almahu_9947921494902882
    Umfang: VIII, 460 p. , online resource.
    ISBN: 9783540396451
    Serie: Lecture Notes in Mathematics, 1153
    Anmerkung: On large deviations of sums of independent random vectors -- The non-existence of a Universal multiplier moment for the central limit theorem -- The Fatou inequality revisited. — Variations on a theme by A. Dvoretzky -- Limit theorems for sojourns of stochastic processes -- Intrinsic bounds on some real-valued stationary random functions -- Subspaces of L N ? , arithmetical diameter and sidon sets -- Reproducing kernel Hilbert space for some non-Gaussian processes -- An extended Wichura theorem, definitions of Donsker class, and weighted empirical distributions -- Comparaison de mesures gaussiennes et de mesures produit dans les espaces de Frechet separables -- On convergence and demiconvergence of block martingales and submartingales -- M-infinitely divisible random compact convex sets -- On Brunk’s law of large numbers in some type 2 spaces -- Necessary and sufficient condition for the uniform law of large numbers -- An introduction to large deviations -- Random integral representation for another class of limit laws -- The law of the iterated logarithm in the ?p spaces -- A square root law for diffusing particles -- Stochastic processes with sample paths in exponential Orlicz spaces -- A Skorohod - like representation in infinite dimensions -- Moment inequalities for real and vector p-stable stochastic integrals -- A note on the convergence to Gaussian laws of sums of stationary ?-mixing triangular arrays -- Max-infinite divisibility and max-stability in infinite dimensions -- A maximal law of the iterated logarithm for operator-normalized stochastically compact partial sums of i.i.d. random vectors -- Stable measures and processes in statistical physics -- Comparison of martingale difference sequences.
    In: Springer eBooks
    Weitere Ausg.: Printed edition: ISBN 9783540157045
    Sprache: Englisch
    Fachgebiete: Mathematik
    RVK:
    Schlagwort(e): Aufsatzsammlung ; Konferenzschrift
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (Deutschlandweit zugänglich)
    URL: Cover
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    UID:
    b3kat_BV044903531
    Umfang: 1 Online-Ressource (145 Seiten) , Ill.
    Ausgabe: 1. Aufl.
    ISBN: 3428122992 , 9783428122998 , 9783428522996 , 9783428522996
    Serie: Applied Economics Quarterly. Supplements
    Inhalt: Main description: Die Auswirkungen der Globalisierung werden vielfach als Bedrohung für die nationalen (Arbeits)Märkte angesehen. Die 69. Wissenschaftliche Konferenz widmete sich deshalb dem aktuellen Thema "Auswirkungen der Globalisierung auf nationale Arbeitsmärkte: Diagnose und Therapie". Vor dem Hintergrund hoher Arbeitslosenzahlen wurde mit dieser Konferenz ein Beitrag zur wirtschaftspolitischen Beratung der Bundesregierung geleistet. In den Vorträgen und Diskussionen wurden die Implikationen globalisierter Arbeitsmärkte beispielsweise für die Geld- und Fiskalpolitik, die Bedeutung der (De-)Regulierung in einem globalisierten Arbeitsmarkt und die Arbeitsmarkteffekte durch Outsourcing behandelt. Andere Vorträge widmeten sich dem Thema Einkommensausgleich und Wirtschaftseffizienz, der Förderung des Niedriglohnsektors und der Humankapitalbildung als Bestandteil der Wirtschaftspolitik. -- Die Vorträge und Diskussionsbeiträge stützten die These, dass die Globalisierung nicht die Hauptursache für die Probleme am deutschen Arbeitsmarkt - insbesondere für die Langzeitarbeitslosigkeit und gering Qualifizierte - darstellt, die Auswirkungen anderer Ursachen aber verstärken. Als Lösungsvorschläge wurden genannt: Flexibilisierungen am Arbeitsmarkt, Ausgestaltung der Sozialleistungen im Zusammenhang mit Arbeitslosigkeit als Hilfen zur Arbeitsaufnahme, Qualifizierung von Arbeitnehmern sowie auch gesteuerte Zuwanderung statt Abschottung der Märkte
    Anmerkung: IMD-Felder maschinell generiert. - PublicationDate: 20110412
    Sprache: Englisch
    Fachgebiete: Wirtschaftswissenschaften
    RVK:
    Schlagwort(e): Globalisierung ; Arbeitsmarkt ; Strukturwandel ; Aufsatzsammlung ; Konferenzschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    UID:
    almahu_9947918874202882
    Umfang: XII, 316 p. , online resource.
    ISBN: 9780230582194
    Inhalt: This book explores the complex relationship between social security and economic development, arguing that social security contributes positively to economic development by promoting social investments that not only foster economic growth but enhance social welfare for all. The contributors analyse the various forms of social security, and, through comprehensive analysis of country experiences, demonstrates that the relationship between social security and economic development defies the simplistic interpretations currently popular in literature on the subject. A variety of country case studies are explored including Britain, Chile, China, India, Korea, Norway, Singapore, South Africa and the United States. This topical volume is a vital companion for all interested in the dynamics of the relationship between social security and the economy.
    In: Springer eBooks
    Weitere Ausg.: Printed edition: ISBN 9781349548002
    Sprache: Englisch
    Fachgebiete: Wirtschaftswissenschaften
    RVK:
    Schlagwort(e): Aufsatzsammlung
    URL: Volltext  (Deutschlandweit zugänglich)
    URL: Volltext  (URL des Erstveröffentlichers)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    Cham :Springer International Publishing AG,
    UID:
    almahu_9949301325402882
    Umfang: 1 online resource (205 pages)
    ISBN: 9783319452647
    Anmerkung: Intro -- The Restless Compendium -- Foreword -- Acknowledgements -- Contents -- List of Figures -- List of Tables -- 1 Introduction -- Part I Minds -- 2 Altered States: Resting State and Default Mode as Psychopathology -- Notes -- 3 The Quest for quies mentis -- Notes -- Further Reading -- 4 Writing and Daydreaming -- Multiplicity of the Self and the Fragility of Self-Representation -- Creativity, Self and Sublimation: 'The Mark on the Wall' -- Fragmentation -- Notes -- Further Reading -- 5 Daydream Archive -- Rummaging Through the Archive -- Notes -- Further Reading -- 6 Descriptive Experience Sampling as a Psychological Method -- Notes -- Further Reading -- 7 The Poetics of Descriptive Experience Sampling -- Further Reading -- 8 The Rest Test: Preliminary Findings from a Large-Scale International Survey on Rest -- What Is Rest and How Do People like to Do It? -- How Does the Modern World of Work Aff ect Our Ability to Rest? -- Notes -- Further Reading -- Part II Bodies -- 9 From Therapeutic Relaxation to Mindfulness in the Twentieth Century -- Notes -- 10 So Even the Tree has its Yolk -- Afterword -- Notes -- Further Reading -- 11 Cartographies of Rest: The Spectral Envelope of Vigilance -- Vigilance -- 'Near Sensing' and a Perspectival View of Urban Space -- Notes -- 12 Getting the Measure of the Restless City -- Notes -- Further Reading -- 13 Drawing Attention: Ways of Knowing Derived in the Movement of the Pencil -- Notes -- Further Reading -- 14 Songs of Rest: An Intervention in the Complex Genre of the Lullaby -- Note -- Further Reading -- 15 Could Insomnia Be Relieved with a YouTube Video? The Relaxation and Calm of ASMR -- The Unexplained Feeling: What Is ASMR ? -- The Rise of ASMR -- The Science of ASMR -- Tasting Words: Is ASMR a Synaesthetic Experience? -- People Find it Hard to Believe Things That They Do Not Experience -- Notes. , Further Resources -- 16 Relief from a Certain Kind of Personhood in ASMR Role-Play Videos -- Notes -- Part III Practices -- 17 R-E-S-T and Composition: Silence, Breath and aah . . . [Gap] Musical Rest -- Intro -- Compositional Process (and Themes of Rest) -- Breath: A Solo Alto Flute Piece -- None sitting resting: A Piece for String Quartet -- Outro -- Notes -- 18 Metrics of Unrest: Building Social and Technical Networks for Heathrow Noise -- Notes -- Further Reading -- 19 This Is an Experiment: Capturing the Everyday Dynamics of Collaboration in The Diary Room -- Notes -- 20 Greasing the Wheels: Invisible Labour in Interdisciplinary Environments -- The Participating Non-Academic -- Institutional Rhythms and Arrhythmias -- Performing Research and the Visibility of Labour -- What Now? -- Further reading -- 21 Rest Denied, Rest Reclaimed -- Notes -- Further Resources -- 22 Laziness: A Literary-Historical Perspective -- Notes -- Further Reading -- 23 Day of Restlessness -- Further Reading -- 24 Erratum to: "The Restless Compendium" -- Index.
    Weitere Ausg.: Print version: Callard, Felicity The Restless Compendium Cham : Springer International Publishing AG,c2016 ISBN 9783319452630
    Sprache: Englisch
    Schlagwort(e): Electronic books. ; Essay ; Fulltext. ; Internet Resources. ; Aufsatzsammlung ; Electronic books.
    URL: Volltext  (kostenfrei)
    URL: FULL  ((Currently Only Available on Campus))
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie auf den KOBV Seiten zum Datenschutz