Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • MPI Ethno. Forsch.  (123)
  • HU-Berlin Edoc
  • Electronic books  (123)
  • Comparative Studies. Non-European Languages/Literatures  (67)
  • Computer Science  (56)
Datasource
Material
Language
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    Cambridge : The MIT Press | The Hague : OAPEN FOUNDATION
    ISBN: 9780262368865 , 9780262046664
    Language: English
    Pages: 1 Online-Ressource (200 p.)
    DDC: 303.4833
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Advertising & society ; Machine learning ; Algorithms & data structures ; Media studies ; Artificial intelligence ; Algorithms and data structures ; Electronic books
    Abstract: A proposal that we think about digital technologies such as machine learning not in terms of artificial intelligence but as artificial communication. Algorithms that work with deep learning and big data are getting so much better at doing so many things that it makes us uncomfortable. How can a device know what our favorite songs are, or what we should write in an email? Have machines become too smart? In Artificial Communication, Elena Esposito argues that drawing this sort of analogy between algorithms and human intelligence is misleading. If machines contribute to social intelligence, it will not be because they have learned how to think like us but because we have learned how to communicate with them. Esposito proposes that we think of “smart” machines not in terms of artificial intelligence but in terms of artificial communication. To do this, we need a concept of communication that can take into account the possibility that a communication partner may be not a human being but an algorithm—which is not random and is completely controlled, although not by the processes of the human mind. Esposito investigates this by examining the use of algorithms in different areas of social life. She explores the proliferation of lists (and lists of lists) online, explaining that the web works on the basis of lists to produce further lists; the use of visualization; digital profiling and algorithmic individualization, which personalize a mass medium with playlists and recommendations; and the implications of the “right to be forgotten.” Finally, she considers how photographs today seem to be used to escape the present rather than to preserve a memory.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781803234519
    Language: English
    Pages: 1 online resource (666 pages) , illustrations
    Edition: Second edition.
    Series Statement: Expert insight
    Parallel Title: Erscheint auch als Ledin, Jim Modern computer architecture and organization
    DDC: 004.2/2
    RVK:
    Keywords: Computer organization ; Computer architecture ; Electronic books ; Computerarchitektur
    Abstract: Are you a software developer, systems designer, or computer architecture student looking for a methodical introduction to digital device architectures, but are overwhelmed by the complexity of modern systems? This step-by-step guide will teach you how modern computer systems work with the help of practical examples and exercises. You'll gain insights into the internal behavior of processors down to the circuit level and will understand how the hardware executes code developed in high-level languages. This book will teach you the fundamentals of computer systems including transistors, logic gates, sequential logic, and instruction pipelines. You will learn details of modern processor architectures and instruction sets including x86, x64, ARM, and RISC-V. You will see how to implement a RISC-V processor in a low-cost FPGA board and write a quantum computing program and run it on an actual quantum computer. This edition has been updated to cover the architecture and design principles underlying the important domains of cybersecurity, blockchain and bitcoin mining, and self-driving vehicles. By the end of this book, you will have a thorough understanding of modern processors and computer architecture and the future directions these technologies are likely to take.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    ISBN: 9781803247335
    Language: English
    Pages: 1 online resource (564 pages) , illustrations
    Edition: Second edition.
    Series Statement: Expert insight
    Parallel Title: Erscheint auch als Rothman, Denis Transformers for natural language processing
    DDC: 006.3
    RVK:
    Keywords: Artificial intelligence Data processing ; Artificial intelligence Computer programs ; Python (Computer program language) ; Cloud computing ; Intelligence artificielle ; Informatique ; Intelligence artificielle ; Logiciels ; Python (Langage de programmation) ; Infonuagique ; Electronic books ; Natürliche Sprache ; Deep learning
    Abstract: Transformers are a game-changer for natural language understanding (NLU) and have become one of the pillars of artificial intelligence. Transformers for Natural Language Processing, 2nd Edition, investigates deep learning for machine translations, speech-to-text, text-to-speech, language modeling, question-answering, and many more NLP domains with transformers. An Industry 4.0 AI specialist needs to be adaptable; knowing just one NLP platform is not enough anymore. Different platforms have different benefits depending on the application, whether it's cost, flexibility, ease of implementation, results, or performance. In this book, we analyze numerous use cases with Hugging Face, Google Trax, OpenAI, and AllenNLP. This book takes transformers' capabilities further by combining multiple NLP techniques, such as sentiment analysis, named entity recognition, and semantic role labeling, to analyze complex use cases, such as dissecting fake news on Twitter. Also, see how transformers can create code using just a brief description. By the end of this NLP book, you will understand transformers from a cognitive science perspective and be proficient in applying pretrained transformer models to various datasets.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 9781801814669 , 180181466X , 9781801810494
    Language: English
    Pages: 1 online resource
    Parallel Title: Erscheint auch als Edge, Ryan Cross-Platform UIs with Flutter
    DDC: 005.4/37
    RVK:
    Keywords: User interfaces (Computer systems) ; Electronic books ; Flutter 2.0
    Abstract: Build a variety of dynamic projects and beautiful UIs as you explore the power of Flutter for the web, desktop, and mobile Key Features Discover state management solutions with InheritedWidget and the Provider package Create responsive and beautiful UIs with the Material and Cupertino libraries Explore animations, forms, gestures, and backend integration with Supabase Book Description Flutter is a UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single code base. With Flutter, you can write your code once and run it anywhere using a single code base to target multiple platforms. This book is a comprehensive, project-based guide for new and emerging Flutter developers that will help empower you to build bulletproof applications. Once you start reading book, you'll quickly realize what sets Flutter apart from its competition and establish some of the fundamentals of the toolkit. As you work on various project applications, you'll understand just how easy Flutter is to use for building stunning UIs. This book covers navigation strategies, state management, advanced animation handling, and the two main UI design styles: Material and Cupertino. It'll help you extend your knowledge with good code practices, UI testing strategies, and CI setup to constantly keep your repository's quality at the highest level possible. By the end of this book, you'll feel confident in your ability to transfer the lessons from the example projects and build your own Flutter applications for any platform you wish. What you will learn Create responsive and attractive UIs for any device Get to grips with caching and widget trees and learn some framework performance tips Manage state using Flutter's InheritedWidget system Orchestrate the app flow with Navigator 1.0 and 2.0 Explore the Material and Cupertino built-in themes Breathe life into your apps with animations Improve code quality with golden tests, CI setup, and linter rules Who this book is for This book is for software developers with a good grasp of Flutter, who want to learn best practices and techniques for building clean, intuitive UIs using a single codebase for mobile and the web. Prior experience with Flutter, Dart, and object-oriented programming (OOP) will help you understand the concepts covered in the book.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    San Francisco, CA : No Starch Press, Inc.
    ISBN: 9781718502314 , 1718502311
    Language: English
    Pages: 1 online resource
    Parallel Title: Erscheint auch als Kubica, Jeremy Data structures the fun way
    DDC: 005.7/3
    RVK:
    Keywords: Data structures (Computer science) ; Computer programming ; Computer programming ; Data structures (Computer science) ; Electronic books
    Abstract: "This accessible and entertaining book provides an in-depth introduction to computational thinking through the lens of data structures, a critical component in any programming endeavor. It will give you a strong background in implementing and working with more than 15 key data structures, from arrays, stacks, and queues to caches, bloom filters, skip lists, and graphs"--
    Note: Includes index. - Description based on print version record and CIP data provided by publisher; resource not viewed
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    ISBN: 9783960105039
    Language: German
    Pages: 1 Online-Ressource (XXXIV, 631 Seiten)
    Edition: 3. Auflage, Übersetzung der 2. englischen Auflage
    Parallel Title: Übersetzung von Freeman, Eric, 1965 - Head first design patterns
    Parallel Title: Erscheint auch als Freeman, Eric, 1965 - Entwurfsmuster von Kopf bis Fuß
    DDC: 005.1
    RVK:
    RVK:
    RVK:
    Keywords: Electronic books ; Entwurfsmuster ; Java Standard Edition 8 ; Java Standard Edition 8
    Abstract: Dieses Buch ist ein moderner Klassiker zum Thema Entwurfsmuster. Mit dem einzigartigen Von-Kopf-bis-Fuß-Lernkonzept gelingt es den Autoren, die anspruchsvolle Materie witzig, leicht verständlich und dennoch gründlich darzustellen. Jede Seite ist ein Kunstwerk für sich, mit vielen visuellen Überraschungen, originellen Comic-Zeichnungen, humorvollen Dialogen und geistreichen Selbstlernkontrollen. Spätestens, wenn es heißt »Spitzen Sie Ihren Bleistift«, wird Leser*innen klar, dass bei diesem Buch Mitmachen gefragt ist. Das ist nicht nur unterhaltsam, sondern auch effektiv: Komplexe Sachverhalte lassen sich nach Erkenntnis der modernen Lernwissenschaft am gründlichsten über mehrere verschiedene Kanäle verstehen. Das Buch verspricht Ihnen daher nicht nur Spaß beim Lernen, Sie werden nach der Lektüre auch die Herausforderungen des Software-Designs meistern können.
    Note: Auf dem Umschlag: "Ein gehirnfreundliches Buch" , Online resource; Title from title page (viewed November 2, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als Sweigart, Al The recursive book of recursion
    DDC: 005.1
    RVK:
    Keywords: Computer programming ; Recursion theory ; Python (Computer program language) ; JavaScript (Computer program language) ; Electronic books ; Rekursiver Algorithmus ; Python ; JavaScript
    Abstract: Recursion has an intimidating reputation: it’s considered to be an advanced computer science topic frequently brought up in coding interviews. But there’s nothing magical about recursion. The Recursive Book of Recursion uses Python and JavaScript examples to teach the basics of recursion, exposing the ways that it’s often poorly taught and clarifying the fundamental principles of all recursive algorithms. You’ll learn when to use recursive functions (and, most importantly, when not to use them), how to implement the classic recursive algorithms often brought up in job interviews, and how recursive techniques can help solve countless problems involving tree traversal, combinatorics, and other tricky topics.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    ISBN: 9781617298295 , 1617298298
    Language: English
    Pages: 1 online resource (400 pages) , illustrations
    Edition: [First edition].
    Parallel Title: Erscheint auch als Wang, Rosemary Infrastructure as code, patterns and practices
    DDC: 004.6
    RVK:
    Keywords: Computer networks Management ; Computer network architectures ; Computer network architectures ; Computer networks ; Management ; Electronic books ; Rechnernetz
    Abstract: Use Infrastructure as Code (IaC) to automate, test, and streamline infrastructure for business-critical systems. In Infrastructure as Code, Patterns and Practices you will learn how to: Optimize infrastructure for modularity and isolate dependencies Test infrastructure configuration Mitigate, troubleshoot, and isolate failed infrastructure changes Collaborate across teams on infrastructure development Update infrastructure with minimal downtime using blue-green deployments Scale infrastructure systems supporting multiple business units Use patterns for provisioning tools, configuration management, and image building Deliver secure infrastructure configuration to production Infrastructure as Code, Patterns and Practices teaches you to automate infrastructure by applying changes in a codified manner. You'll learn how to create, test, and deploy infrastructure components in a way that's easy to scale and share across an entire organization. The book is full of flexible automation techniques that work whether you're managing your personal projects or making live network changes across a large enterprise. A system administrator or infrastructure engineer will learn essential software development practices for managing IaC, while developers will benefit from in-depth coverage of assembling infrastructure as part of DevOps culture. While the patterns and techniques are tool agnostic, you'll appreciate the easy-to-follow examples in Python and Terraform. About the Technology Infrastructure as Code is a set of practices and processes for provisioning and maintaining infrastructure using scripts, configuration, or programming languages. With IaC in place, it's easy to test components, implement features, and scale with minimal downtime. Best of all, since IaC follows good development practices, you can make system-wide changes with just a few code commits! About the Book Infrastructure as Code, Patterns and Practices teaches flexible techniques for building resilient, scalable infrastructure, including structuring and sharing modules, migrating legacy systems, and more. Learn to build networks, load balancers, and firewalls using Python and Terraform, and confidently update infrastructure while your software is running. You'll appreciate the expert advice on team collaboration strategies to avoid instability, improve security, and manage costs. What's Inside Optimize infrastructure for modularity and isolate dependencies Mitigate, troubleshoot, and isolate failed infrastructure changes Update infrastructure with minimal downtime using blue-green deployments Use patterns for provisioning tools, configuration management, and image building About the Reader For infrastructure or software engineers familiar with Python, provisioning tools, and public cloud providers. About the Author Rosemary Wang is an educator, contributor, writer, and speaker. She has worked on many infrastructure as code projects, and open source tools such as Terraform, Vault, and Kubernetes. Quotes Goes deep into fundamentals like reusability, idempotency, modularity, and evolvability while staying tool agnostic. A great read! - Lucian Maly, Red Hat Clear and comprehensive. Learn to automate your infrastructure in a reliable and replicable way. - Cosimo Attanasi, ER Sistemi Helps teams apply IaC best practices in real-world projects. - David Krief, Altansia Critical insights and practical knowledge. Th is book is a truly great resource! - Jeremy Bryan, Anchore.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'REILLY MEDIA, INC, USA
    ISBN: 9781492096450 , 1492096458
    Language: English
    Pages: 1 online resource
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als Kuhn, Max Tidy Modeling with R
    DDC: 003/.3
    RVK:
    Keywords: Computer simulation ; R (Computer program language) ; Electronic books ; R ; Modellierung
    Abstract: Get going with tidymodels, a collection of R packages for modeling and machine learning. Whether you're just starting out or have years of experience with modeling, this practical introduction shows data analysts, business analysts, and data scientists how the tidymodels framework offers a consistent, flexible approach for your work. RStudio engineers Max Kuhn and Julia Silge demonstrate ways to create models by focusing on an R dialect called the tidyverse. Software that adopts tidyverse principles shares both a high-level design philosophy and low-level grammar and data structures, so learning one piece of the ecosystem makes it easier to learn the next. You'll understand why the tidymodels framework has been built to be used by a broad range of people. With this book, you will: Learn the steps necessary to build a model from beginning to end Understand how to use different modeling and feature engineering approaches fluently Examine the options for avoiding common pitfalls of modeling, such as overfitting Learn practical methods to prepare your data for modeling Tune models for optimal performance Use good statistical practices to compare, evaluate, and choose among models.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    ISBN: 9780429282812
    Language: English
    Pages: 1 Online-Ressource (X, 218 Seiten) , Illustrationen
    Series Statement: Routledge advances in translation and interpreting studies 63
    Parallel Title: Erscheint auch als Leal, Alice, 1983 - English and translation in the European Union
    DDC: 306.44/6094
    RVK:
    Keywords: Translating and interpreting Political aspects ; Multilingualism Polcal aspects ; English language Political aspects ; Electronic books
    Abstract: Language, meaning and identity: From mother tongue to lingua franca -- The EU and English as a "lingua franca": De jure multilingualism versus de facto monolingualism -- Translation and the EU: The tension between unity versus multiplicity -- The EU as a community in formation in the wake of Brexit: For a new linguistic regime -- The future of language and translation in the EU: A language turn, a translation turn and a transcultural turn -- Final remarks.
    Abstract: "This book explores the growing tension between multilingualism and monolingualism in the European Union in the wake of Brexit, underpinned by the interplay between the rise of English as a lingua franca and the low status of translations in EU bodies, agencies and institutions. The book draws on an interdisciplinary approach highlighting insights from such fields as sociolinguistics, translation studies, and philosophy of language in looking at data drawn from official EU documents and online resources, many of which are increasingly initially produced in English and then translated into other languages, but not published as translations. In analyzing this data further, Leal explores issues around language hierarchy and the growing difficulty in reconciling the EU's approach to promoting multilingualism while fostering monolingualism in practice through the widespread use of English as a lingua franca, as well as questions around authenticity in the translation process and the boundaries between source texts and translations. The volume also looks ahead at the current and future implications of Brexit regarding this tension while also proposing potential ways forward toward resolving it. Offering unique insights into contemporary debates in translation studies, this book will be of particular interest to students and scholars in translation studies, sociolinguistics, philosophy of language and political science"--
    Note: Includes bibliographical references and index
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    ISBN: 9783030631970
    Language: English
    Pages: 1 Online-Ressource (x, 274 Seiten)
    DDC: 306
    RVK:
    RVK:
    Keywords: Electronic books
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253649
    Language: English
    Pages: 1 online resource (316 pages)
    Edition: 2nd edition
    Parallel Title: Erscheint auch als Ketkar, Nikhil Deep learning with Python
    RVK:
    RVK:
    Keywords: Electronic books ; local ; Electronic books ; Deep learning ; Python ; PyTorch
    Abstract: Master the practical aspects of implementing deep learning solutions with PyTorch, using a hands-on approach to understanding both theory and practice. This updated edition will prepare you for applying deep learning to real world problems with a sound theoretical foundation and practical know-how with PyTorch, a platform developed by Facebook’s Artificial Intelligence Research Group. You'll start with a perspective on how and why deep learning with PyTorch has emerged as an path-breaking framework with a set of tools and techniques to solve real-world problems. Next, the book will ground you with the mathematical fundamentals of linear algebra, vector calculus, probability and optimization. Having established this foundation, you'll move on to key components and functionality of PyTorch including layers, loss functions and optimization algorithms. You'll also gain an understanding of Graphical Processing Unit (GPU) based computation, which is essential for training deep learning models. All the key architectures in deep learning are covered, including feedforward networks, convolution neural networks, recurrent neural networks, long short-term memory networks, autoencoders and generative adversarial networks. Backed by a number of tricks of the trade for training and optimizing deep learning models, this edition of Deep Learning with Python explains the best practices in taking these models to production with PyTorch. What You'll Learn Review machine learning fundamentals such as overfitting, underfitting, and regularization. Understand deep learning fundamentals such as feed-forward networks, convolution neural networks, recurrent neural networks, automatic differentiation, and stochastic gradient descent. Apply in-depth linear algebra with PyTorch Explore PyTorch fundamentals and its building blocks Work with tuning and optimizing models Who This Book Is For Beginners with a working knowledge of Python who want to understand Deep Learning in a practical, hands-on manner.
    Note: Online resource; Title from title page (viewed April 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208117
    Language: English
    Pages: 1 online resource (464 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Pikus, Fedor G. The art of writing efficient programs
    RVK:
    Keywords: Electronic books
    Abstract: Get to grips with various performance improvement techniques such as concurrency, lock-free programming, atomic operations, parallelism, and memory management Key Features Understand the limitations of modern CPUs and their performance impact Find out how you can avoid writing inefficient code and get the best optimizations from the compiler Learn the tradeoffs and costs of writing high-performance programs Book Description The great free lunch of "performance taking care of itself" is over. Until recently, programs got faster by themselves as CPUs were upgraded, but that doesn't happen anymore. The clock frequency of new processors has almost peaked. New architectures provide small improvements to existing programs, but this only helps slightly. Processors do get larger and more powerful, but most of this new power is consumed by the increased number of processing cores and other "extra" computing units. To write efficient software, you now have to know how to program by making good use of the available computing resources, and this book will teach you how to do that. The book covers all the major aspects of writing efficient programs, such as using CPU resources and memory efficiently, avoiding unnecessary computations, measuring performance, and how to put concurrency and multithreading to good use. You'll also learn about compiler optimizations and how to use the programming language (C++) more efficiently. Finally, you'll understand how design decisions impact performance. By the end of this book, you'll not only have enough knowledge of processors and compilers to write efficient programs, but you'll also be able to understand which techniques to use and what to measure while improving performance. At its core, this book is about learning how to learn. What you will learn Discover how to use the hardware computing resources in your programs effectively Understand the relationship between memory order and memory barriers Familiarize yourself with the performance implications of different data structures and organizations Assess the performance impact of concurrent memory accessed and how to minimize it Discover when to use and when not to use lock-free programming techniques Explore different ways to improve the effectiveness of compiler optimizations Design APIs for concurrent data structures and high-performance data structures to avoid inefficiencies Who this book is for This book is for experienced developers and programmers who work ...
    Note: Online resource; Title from title page (viewed October 22, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    ISBN: 9783110712902
    Language: English
    Pages: 1 Online-Ressource (251 p.)
    Series Statement: Materiale Textkulturen
    Parallel Title: Erscheint auch als Using Ostraca in the Ancient World
    Parallel Title: Erscheint auch als Using Ostraca in the Ancient World
    Parallel Title: Erscheint auch als Using Ostraca in the Ancient World
    Parallel Title: Erscheint auch als Caputo, Clementina Using Ostraca in the Ancient World
    Parallel Title: Erscheint auch als International Conference "Using Ostraca in the Ancient World: New Discoveries and Methodologies" (2017 : Heidelberg) Using ostraca in the ancient world
    Parallel Title: Erscheint auch als International Conference "Using Ostraca in the Ancient World: New Discoveries and Methodologies" (2017 : Heidelberg) Using Ostraca in the Ancient World
    RVK:
    RVK:
    RVK:
    Keywords: HISTORY / Ancient / Egypt ; Classical texts ; Classical history / classical civilisation ; Egyptian archaeology / Egyptology ; Classical Greek & Roman archaeology ; ostraka ; e-books ; Electronic books ; Ostraka ; Aufsatzsammlung ; Ägypten ; Ostrakon ; Geschichte
    Abstract: Throughout Egypt's long history, pottery sherds and flakes of limestone were commonly used for drawings and short-form texts in a number of languages. These objects are conventionally called ostraca, and thousands of them have been and continue to be discovered. This volume highlights some of the methodologies that have been developed for analyzing the archaeological contexts, material aspects, and textual peculiarities of ostraca.
    Note: English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    Bielefeld : transcript
    ISBN: 9783839455609 , 383945560X
    Language: English
    Pages: 1 Online-Ressource (217 p)
    Series Statement: Science Studies
    Parallel Title: Erscheint auch als Voss, Laura More Than Machines? : The Attribution of (In)Animacy to Robot Technology
    DDC: 303.4834
    RVK:
    RVK:
    Keywords: Robots Social aspects ; SOCIAL SCIENCE / Sociology / General ; Robots ; Social aspects ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Electronic books ; Hochschulschrift
    Abstract: 1. Robots Wanted – Dead And/Or Alive; 1.1. Making Love and Killing People: The Old and New Age of Robotics; 1.2. Hype, Hope, and Horror; 1.3. Robots and Science Fiction: Inseparably Linked; 1.4. Research Question and Approach; 1.5. Some Methodological Clarifications; 1.6. A Tour Along the Life Cycle of Robots -- 2. Disciplinary Context and Terminology; 2.1. Human-Robot-Interaction Research: “Controlling” In/Animacy Attributions; 2.2. Terminology: Anthropomorphism, Agency, Animacy, and More; 2.3. Disciplinary Perspectives: Animacy Attribution as an Object of Research vs. Methodological Malpractice -- 3. Making Robots: In/Animacy Attributions in Robotics Research and Development; 3.1. Complex Epistemic Practices in Long-Term HRI; 3.2. Approach; 3.3. The Robot Body in the Center of Attention; 3.4. The Robot as Tool and Team Member; 3.5. Testing in the Real World: The Unpredictable Robot; 3.6. Switching Perspectives: In/Animacy Attributions as Constructive Practice; 3.7. Summary -- 4. Showing Off Robots: In/Animacy Attributions in Robotics Demonstrations, Science Communication, and Marketing; 4.1. Demo or Die: Outreach, Engagement, and Accountability; 4.2. Approach; 4.3. Narratives of Agency: Proof of Functionality; 4.4. Narratives of Desired Futures: Proof of Applicability; 4.5. Narratives of Animacy: Making Robots Engaging; 4.6. Switching Perspectives: In/Animacy Attributions as Constructive Practice; 4.7. Critical Discourse: Simulation or Deception?; 4.8. Summary -- 5. Reporting on Robots: In/Animacy Attributions in Media Discourse; 5.1. Robotics and Medialization; 5.2. Approach; 5.3. Hope, Horror, and Science Fiction; 5.4. From Human-Shaped Software to the Robot Apocalypse: Practices of Animacy Attribution; 5.5. Switching Perspectives: In/Animacy Attributions as Constructive Practice; 5.6. Critical Discourse: Animacy Attributions as Traffic Bait?; 5.7. Summary -- 6. Conclusions … and Openings; 6.1. A Recapitulation; 6.2. The Constructive Quality of In/Animacy Attributions; 6.3. Critical Discourse: Individual and Systemic Issues; 6.4. In/Animacy: Beyond Robotics; 6.5. Speaking Clearly: A Take-Home Message
    Abstract: We know that robots are just machines. Why then do we often talk about them as if they were alive? Laura Voss explores this fascinating phenomenon, providing a rich insight into practices of animacy (and inanimacy) attribution to robot technology: from science-fiction to robotics R&D, from science communication to media discourse, and from the theoretical perspectives of STS to the cognitive sciences. Taking an interdisciplinary perspective, and backed by a wealth of empirical material, Voss shows how scientists, engineers, journalists - and everyone else - can face the challenge of robot technology appearing »a little bit alive« with a reflexive and yet pragmatic stance
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Cover
    URL: Cover  (lizenzpflichtig)
    URL: Full-text  ((OIS Credentials Required))
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    ISBN: 9781788119986
    Language: English
    Pages: 1 Online-Ressource (xvi, 295 Seiten) , Illustrationen, Diagramme
    Series Statement: Research handbooks in business and management series
    Parallel Title: Erscheint auch als Handbook of digital innovation
    RVK:
    RVK:
    Keywords: Innovation ; Digitalisierung ; Technischer Fortschritt ; Interdisziplinäre Forschung ; Technological innovations ; Business Technological innovations ; Technological innovation Social aspects ; Technological innovation Economic aspects ; Softwareplattform ; Technische Innovation ; Geschäftsmodell ; Systemplattform ; Electronic books ; Handbuch ; Aufsatzsammlung ; Technische Innovation ; Softwareplattform ; Systemplattform ; Geschäftsmodell
    Abstract: Contents: Section 1: Introduction -- Chapter 1: Digital innovation: Towards a transdisciplinary perspective (Nambisan, Lyytinen, Yoo) -- Section 2: Foundations of digital innovation -- Introduction to section 2 (Joel Cutcher-Gershenfeld) -- Chapter 2: The new wave of digital innovation: the need for a theory of sociotechnical self-orchestration (Majchrzak & Griffith) -- Chapter 3: Digital innovation and entrepreneurship in and around institutional voids: The case of fundación cardiovascular (FCV) in colombia (Jarvenpaa, Echeverri-Carroll, Pedraza) -- Chapter 4: Theorizing the connections between digital innovations and societal transformation: Learning from the case of m-pesa in Kenya (Markus & Nan) -- Chapter 5: Agile development as the root metaphor for strategy in digital innovation (Berente) -- Section 3: Digital platforms, ecosystems and entrepreneurship -- Introduction to section 3 (Annabelle Gawer) Chapter 6: Value co-creation in ecosystems: Insights and research promise from three disciplinary perspectives (Autio & Thomas) -- Chapter 7: Remixing systems: Collective design through modification (Nickerson) -- Chapter 8: Scaling digital enterprises (Henfridsson) -- Section 4: Digital innovation, business models and value creation Introduction to section 4 (Varun Grover) Chapter 9: data and value (Alaimo, Kallinikos, Aaltonen) -- Chapter 10: Business model cohesiveness scorecard: Implications of digitization for business model innovation (Velu) -- Chapter 11: Automate, informate, and generate: affordance primitives of smart devices and the internet of things (Seidel & Berente) -- Section 5: Digital innovation and future of work Introduction to section 5 (Paul Courant) Chapter 12: Prolegomena on digital innovation and jobs (King & Grudin) -- Chapter 13: Making the one-sided gig economy really two-sided: Implications for future of work (Malhotra) -- Section 6: Digital innovation and application domains Introduction to section 6 (Ken Loparo) Chapter 14: The bits and bytes of biology: digitalization fuels an emerging generative platform for biological innovation (Kulathinal, Yoo, Kumar) -- Chapter 15: Innovations in micro-robotics and their implications in a digital world (Rogowski, Bubel, Zhang, Kim) -- Section 7: Conclusion Chapter 16: A transdisciplinary research agenda for digital innovation: Key themes and directions for future research (Lyytinen, Nambisan, Yoo) -- Index.
    Abstract: "Digital innovations influence every aspect of our lives in this increasingly technological world. Firms that pursue digital innovations must think carefully about how digital technologies shape the nature, process and outcomes of innovation as well as the long- and short-term social, economic and cultural consequences of their offerings. The Handbook contributes to building a transdisciplinary understanding of digital innovation by bringing together a diverse set of leading scholars from business, engineering, economics, science and public policy. Their distinct perspectives advance ideas and principles intended to set the agenda for future research on digital innovation in ways that inform not only firm-level strategies and practices but policy decisions and science-focused investments as well. The first of its kind, this Handbook provides scope and depth for scholars interested in information systems and digital technologies, innovation and entrepreneurship, strategy, and digital platforms and ecosystems. In addition, it is informative and enlightening to scholars and practitioners interested in the impact of digital technologies on organizations and the broader society"--
    Note: Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484265529
    Language: English
    Pages: 1 online resource (353 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Jean-Baptiste, Lamy Ontologies with Python
    RVK:
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Use ontologies in Python, with the Owlready2 module developed for ontology-oriented programming. You will start with an introduction and refresher on Python and OWL ontologies. Then, you will dive straight into how to access, create, and modify ontologies in Python. Next, you will move on to an overview of semantic constructs and class properties followed by how to perform automatic reasoning. You will also learn about annotations, multilingual texts, and how to add Python methods to OWL classes and ontologies. Using medical terminologies as well as direct access to RDF triples is also covered. Python is one of the most used programming languages, especially in the biomedical field, and formal ontologies are also widely used. However, there are limited resources for the use of ontologies in Python. Owlready2, downloaded more than 60,000 times, is a response to this problem, and this book is the first one on the topic of using ontologies with Python. What You Will Learn Use Owlready2 to access and modify OWL ontologies in Python Publish ontologies on dynamic websites Perform automatic reasoning in Python Use well-known ontologies, including DBpedia and Gene Ontology, and terminological resources, such as UMLS (Unified Medical Language System) Integrate Python methods in OWL ontologies Who Is This Book For Beginner to experienced readers from biomedical sciences and artificial intelligence fields would find the book useful.
    Note: Online resource; Title from title page (viewed December 17, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Wiesbaden : Imprint: Springer VS
    ISBN: 9783658202859
    Language: German
    Pages: 1 Online-Ressource (XVIII, 373 Seiten)
    Series Statement: Springer eBook Collection
    Parallel Title: Erscheint auch als Handbuch Mehrsprachigkeit und Bildung
    Parallel Title: Erscheint auch als
    RVK:
    Keywords: Social sciences. ; Language and education. ; Education. ; Educational sociology. ; Literacy. ; Electronic books ; Aufsatzsammlung ; Bildung ; Mehrsprachigkeit ; Bildung ; Mehrsprachigkeit
    Abstract: Grundlegende Begriffe und Konzepte -- Geschichte und Traditionen -- Theorien und Modelle der Mehrsprachigkeit -- Sprachen im Kontakt: Linguistische Perspektiven -- Sprachvermittlung, Sprachunterricht in mehrsprachigen Kontexten -- Mehrsprachigkeit im Fachunterricht -- Handlungsfelder -- Sprachdiagnostik -- Professionelle Qualifikationen und Kompetenzen -- Einflussfaktoren und Effekte sprachlicher Bildung im Kontext von Mehrsprachigkeit -- ‚Situated Practices‘ -- Mehrsprachigkeit in der Gesellschaft. .
    Abstract: Das Handbuch funktioniert als Nachschlagewerk, das Theorie, empirische Forschung und praxisrelevante Erkenntnisse aus den dynamischen Forschungsfeldern Mehrsprachigkeit und Bildung in ihrer Verschränkung präsentiert. Die behandelten Themen schließen den internationalen Stand der Forschung und Entwicklung ein. Beiträge über Traditionen der Konzeptualisierung von Sprache und Bildung ermöglichen ein besseres Verstehen heutiger ‚Normalvorstellungen‘ und repräsentieren multidisziplinäre Perspektiven. In Zeiten der Globalisierung und großräumiger individueller Mobilität ist dieses Werk nicht nur von aktueller Bedeutung, sondern auch zukunftsrelevant. Der Inhalt • Grundlegende Begriffe und Konzepte • Theorien und Modelle zur Mehrsprachigkeit – disziplinäre Perspektiven • Einflüsse auf und Effekte von Mehrsprachigkeit • Mehrsprachigkeit im Kontext von Lehren und Lernen • Professionelle Qualifikationen und Kompetenzen • Beurteilung und Bewertung • Mehrsprachigkeit in der Gesellschaft Die Zielgruppen Das Handbuch richtet sich an Leser/innen, die sich in das Themenfeld einarbeiten und einen ersten Einblick erhalten möchten, und an Personen, die ihren Kenntnis-stand auffrischen möchten. Als Adressat/innen sind also Studierende angesprochen, aber auch pädagogisches Personal, das in der Praxis tätig ist, oder Aus- und Fortbildner/innen, Mitglieder der Bildungsverwaltung oder Wissenschaftler/innen, die an einem interdisziplinären Einblick in das vielfältige Forschungsgebiet interessiert sind. Die Herausgeberinnen Dr. Dr. h.c. mult. Ingrid Gogolin ist Professorin für International Vergleichende und Interkulturelle Erziehungswissenschaft an der Universität Hamburg. Antje Hansen und Dr. Sarah McMonagle sind wissenschaftliche Mitarbeiterinnen der Koordinierungsstelle ‚Sprachliche Bildung und Mehrsprachigkeit‘ an der Universität Hamburg. Dr. Dominique Rauch ist Professorin für Psychologie an der Pädagogischen Hochschule Ludwigsburg und dort Leiterin des Instituts für Psychologie.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Parallel Title: Erscheint auch als Lauwens, Ben Think Julia
    DDC: 005.73
    RVK:
    Keywords: Julia (Computer program language) ; Dynamic programming ; Electronic books ; Electronic books ; local ; Julia
    Abstract: If you're just learning how to program, Julia is an excellent JIT-compiled, dynamically typed language with a clean syntax. This hands-on guide uses Julia 1.0 to walk you through programming one step at a time, beginning with basic programming concepts before moving on to more advanced capabilities, such as creating new types and multiple dispatch. Designed from the beginning for high performance, Julia is a general-purpose language ideal for not only numerical analysis and computational science but also web programming and scripting. Through exercises in each chapter, you'll try out programming concepts as you learn them. Think Julia is perfect for students at the high school or college level as well as self-learners and professionals who need to learn programming basics. Start with the basics, including language syntax and semantics Get a clear definition of each programming concept Learn about values, variables, statements, functions, and data structures in a logical progression Discover how to work with files and databases Understand types, methods, and multiple dispatch Use debugging techniques to fix syntax, runtime, and semantic errors Explore interface design and data structures through case studies
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    ISBN: 9783110625783 , 9783110628517
    Language: English
    Pages: 1 Online-Ressource (176 Seiten) , Illustrationen, Diagramme
    Series Statement: De Gruyter Series on the Internet of Things
    Parallel Title: Erscheint auch als The internet of everything
    DDC: 004.678
    RVK:
    Keywords: Computers ; Computers / Artificial Intelligence ; Electronic books ; Internet der Dinge
    Abstract: In the era before IoT, the world wide web, internet, web 2.0 and social media made people's lives comfortable by providing web services and enabling access personal data irrespective of their location. Further, to save time and improve efficiency, there is a need for machine to machine communication, automation, smart computing and ubiquitous access to personal devices. This need gave birth to the phenomenon of Internet of Things (IoT) and further to the concept of Internet of Everything (IoE)
    Note: Literaturangaben
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Place of publication not identified] : Published with the authorization of Microsoft Corporation by Pearson Education
    ISBN: 9781509305940 , 1509305947
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: Third edition.
    Series Statement: Inside out
    Parallel Title: Erscheint auch als Bott, Ed, 1955 - Windows 10 für Experten
    DDC: 005.446
    RVK:
    Keywords: Microsoft Windows (Computer file) ; Operating systems (Computers) ; Electronic books ; Electronic books ; local ; Windows 10
    Abstract: Conquer today's Windows 10-from the inside out! Dive into Windows 10-and really put your Windows expertise to work. Focusing on Windows 10's newest, most powerful, and most innovative features, this supremely organized reference packs hundreds of timesaving solutions, up-to-date tips, and workarounds. From the new Timeline to key improvements in Microsoft Edge, Cortana, security, and virtualization, you'll discover how experts tackle today's essential tasks. Adapt to faster change in today's era of "Windows as a service," as you challenge yourself to new levels of mastery. • Install, configure, and personalize the latest versions of Windows 10 • Manage Windows reliability, security, and feature updates in any environment • Maximize your productivity with Windows 10's growing library of built-in apps • Pinpoint information fast with advanced Windows Search and Cortana techniques • Discover major Microsoft Edge enhancements, from extensions to accessibility • Use Cortana to perform tasks, set reminders, retrieve data, and get instant answers to pressing questions • Secure devices, data, and identities, and block malware and intruders • Safeguard your business with BYOD work accounts, Windows Hello, biometrics, and Azure AD • Deploy, use, and manage Universal Windows Platform (UWP) apps • Store, sync, and share content with OneDrive and OneDrive for Business • Collaborate more efficiently with the Windows 10 Mail, Calendar, and Skype apps • Seamlessly manage both physical and virtual storage • Optimize performance and battery life and troubleshoot crashes
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    ISBN: 9780429590054 , 9780429061424
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Routledge studies in world literatures and the environment
    Parallel Title: Erscheint auch als Małecki, Wojciech Human minds and animal stories
    DDC: 304.2/7
    RVK:
    Keywords: Human-animal relationships ; Interdisciplinary research ; Human-animal relationships in literature ; Animals in literature ; Electronic books ; Tiere ; Mensch ; Einfühlung ; Tiererzählung
    Abstract: Texts, statistics, and deception: on our investigative method -- A monkey, a book, and Facebook, or how to catch a story in the act -- Does it matter if it is true? on slaughterhouses, fiction, and non-fiction -- Does it matter how it is told? on species, stylistics, and voices -- Does it matter who it is about? on chimpanzees, lizards, and other main characters -- How does it work? from readerly pleasure to animal cruelty -- How long will it work? a short chapter on attitudinal impact over time -- Conclusions, speculations, and prospects -- Appendices.
    Note: Includes bibliographical references and index
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    Durham : Duke University Press
    ISBN: 9781478005582
    Language: English
    Pages: 1 Online-Ressource (x, 269 Seiten)
    Parallel Title: Erscheint auch als DeLoughrey, Elizabeth M., 1967 - Allegories of the Anthropocene
    DDC: 809/.93355609729
    RVK:
    RVK:
    Keywords: Climatic changes Effect of human beings on ; Climatic changes in literature ; Human ecology in art ; Caribbean literature Themes, motives 21st century ; Pacific Island literature Themes, motives 21st century ; Art, Caribbean Themes, motives 21st century ; Art, Pacific Island Themes, motives 21st century ; Postcolonialism in literature ; Postcolonialism and the arts ; Climatic changes Social aspects ; Climatic changes Social aspects ; Electronic books ; Karibik ; Ozeanien ; Literatur ; Kunst ; Klimaänderung ; Postkolonialismus ; Humanökologie
    Abstract: In Allegories of the Anthropocene Elizabeth M. DeLoughrey traces how indigenous and postcolonial peoples in the Caribbean and Pacific Islands grapple with the enormity of colonialism and anthropogenic climate change through art, poetry, and literature. In these works, authors and artists use allegory as a means to understand the multiscalar complexities of the Anthropocene and to critique the violence of capitalism, militarism, and the postcolonial state. DeLoughrey examines the work of a wide range of artists and writers—including poets Kamau Brathwaite and Kathy Jetñil-Kijiner, Dominican installation artist Tony Capellán, and authors Keri Hulme and Erna Brodber—whose work addresses Caribbean plantations, irradiated Pacific atolls, global flows of waste, and allegorical representations of the ocean and the island. In examining how island writers and artists address the experience of finding themselves at the forefront of the existential threat posed by climate change, DeLoughrey demonstrates how the Anthropocene and empire are mutually constitutive and establishes the vital importance of allegorical art and literature in understanding our global environmental crisis.
    Abstract: Agriculture and empire : excavating plantation soil -- Planetarity and militarized radiations -- Accelerations : globalization and states of waste -- Oceanic futures : interspecies worldings -- An island is a world.
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    ISBN: 9781478003342
    Language: English
    Pages: 1 Online-Ressource (xii, 373 Seiten)
    Parallel Title: Erscheint auch als From Russia 〈with〉 code
    DDC: 303.48/330947
    RVK:
    Keywords: Information technology Social aspects ; Computer software Development ; Social aspects ; Brain drain ; Hacking Social aspects ; Hacking Political aspects ; Russia (Federation) Emigration and immigration ; Electronic books ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Russland ; Russen ; Informatiker ; Auswanderung ; Russland ; Informatiker ; Auswanderung
    Abstract: While Russian computer scientists are notorious for their interference in the 2016 US presidential election, they are ubiquitous on Wall Street and coveted by international IT firms and often perceive themselves as the present manifestation of the past glory of Soviet scientific prowess. Drawing on over three hundred in-depth interviews, the contributors to From Russia with Code trace the practices, education, careers, networks, migrations, and lives of Russian IT professionals at home and abroad, showing how they function as key figures in the tense political and ideological environment of technological innovation in post-Soviet Russia. Among other topics, they analyze coders' creation of both transnational communities and local networks of political activists; Moscow's use of IT funding to control peripheral regions; brain drain and the experiences of coders living abroad in the United Kingdom, United States, Israel, and Finland; and the possible meanings of Russian computing systems in a heterogeneous nation and industry. Highlighting the centrality of computer scientists to post-Soviet economic mobilization in Russia, the contributors offer new insights into the difficulties through which a new entrepreneurial culture emerges in a rapidly changing world.
    Abstract: Contributors: Irina Antoschyuk, Mario Biagioli, Ksenia Ermoshina, Marina Fedorova, Andrey Indukaev, Alina Kontareva, Diana Kurkovsky, Vincent Lépinay, Alexandra Masalskaya, Daria Savchenko, Liubava Shatokhina, Alexandra Simonova, Ksenia Tatarchenko, Zinaida Vasilyeva, Dimitrii Zhikharevich
    Abstract: Cover -- Contents -- List of Abbreviations -- Acknowledgments -- Introduction: Russian Economies of Codes -- I. Coding Collectives -- One. Before the Collapse: Programming Cultures in the Soviet Union -- Two. From Lurker to Ninja: Creating an it Community at Yandex -- Three. For Code and Country: Civic Hackers in Contemporary Russia -- II. Outward-Looking Enclaves -- Four. At the Periphery of the Empire: Recycling Japanese Cars into Vladivostok's it Community -- Five. Kazan Connected: "it-ing Up" a Province -- Six. Hackerspaces and Technoparks in Moscow -- Seven. Siberian Software Developers -- Eight. E-Estonia Reprogrammed: Nation Branding and Children Coding -- III. Interlude: Russian Maps -- Nine. Post-Soviet Ecosystems of it -- IV. Bridges and Mismatches -- Ten. Migrating Step by Step: Russian Computer Scientists in the UK -- Eleven. Brain Drain and Boston's "Upper-Middle Tech -- Twelve. Jews in Russia and Russians in Israel -- Thirteen. Russian Programmers in Finland: Self-Presentation in Migration Narratives -- Contributors -- Index -- A -- B -- C -- D -- E -- F -- G -- H -- I -- J -- K -- L -- M -- N -- O -- P -- R -- S -- T -- U -- V -- W -- Y.
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Cover
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: JSTOR
    URL: University of Alberta Access  ((Unlimited Concurrent Users))
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    ISBN: 9783839447192
    Language: English
    Pages: 1 Online-Ressource (331 Seiten) , Illustrationen
    Series Statement: AI critique volume 1
    Parallel Title: Erscheint auch als The democratization of artificial intelligence
    DDC: 303.483
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Social sciences ; Social Science / Media Studies ; Electronic books ; Konferenzschrift 2018 ; Electronic books ; Konferenzschrift 2018 ; Aufsatzsammlung ; Electronic books. ; Electronic books ; Konferenzschrift 2018 ; Konferenzschrift 2018 ; Electronic books. ; Künstliche Intelligenz ; Algorithmus ; Demokratisierung ; Künstliche Intelligenz ; Medienpolitik
    Abstract: After a long time of neglect, Artificial Intelligence is once again at the center of most of our political, economic, and socio-cultural debates. Recent advances in the field of Artifical Neural Networks have led to a renaissance of dystopian and utopian speculations on an AI-rendered future. Algorithmic technologies are deployed for identifying potential terrorists through vast surveillance networks, for producing sentencing guidelines and recidivism risk profiles in criminal justice systems, for demographic and psychographic targeting of bodies for advertising or propaganda, and more generally for automating the analysis of language, text, and images. Against this background, the aim of this book is to discuss the heterogenous conditions, implications, and effects of modern AI and Internet technologies in terms of their political dimension: What does it mean to critically investigate efforts of net politics in the age of machine learning algorithms?
    Note: Von der letzten BuchseiteIn "acknowledgments" : ... "is based in part on contributions from an international coference that took place in Bochum in 2018" , Literaturangaben
    URL: Cover  (Thumbnail cover image)
    URL: Cover  (Thumbnail cover image)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (kostenfrei)
    URL: Cover
    URL: Cover  (Thumbnail cover image)
    URL: Cover
    URL: Cover  (lizenzpflichtig)
    URL: FULL  ((Currently Only Available on Campus))
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    San Francisco, CA : No Starch Press
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als Sweigart, Al Cracking codes with Python
    DDC: 005.8
    RVK:
    Keywords: Data encryption (Computer science) ; Python (Computer program language) ; Computer security ; Hacking ; Electronic books ; Electronic books ; local ; Python ; Python
    Abstract: "Learn how to program in Python while making and breaking ciphers-algorithms used to create and send secret messages! After a crash course in Python programming basics, you'll learn to make, test, and hack programs that encrypt text with classical ciphers like the transposition cipher and Vigenère cipher. You'll begin with simple programs for the reverse and Caesar ciphers and then work your way up to public key cryptography, the type of encryption used to secure today's online transactions, including digital signatures, email, and Bitcoin. Each program includes the full code and a line-by-line explanation of how things work. By the end of the book, you'll have learned how to code in Python and you'll have the clever programs to prove it! You'll also learn how to: • Combine loops, variables, and flow control statements into real working programs• Use dictionary files to instantly detect whether decrypted messages are valid English or gibberish• Create test programs to make sure that your code encrypts and decrypts correctly• Code (and hack!) a working example of the affine cipher, which uses modular arithmetic to encrypt a message• Break ciphers with techniques such as brute-force and frequency analysis There's no better way to learn to code than to play with real programs. Cracking Codes with Python makes the learning fun!"
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    ISBN: 9783476045430
    Language: German
    Pages: 1 Online-Ressource (248 Seiten)
    Series Statement: Abhandlungen Zur Sprachwissenschaft
    Parallel Title: Erscheint auch als Sprachliche Gewalt
    DDC: 306.44
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Violence in language ; POLITICAL SCIENCE / Public Policy / Cultural Policy ; SOCIAL SCIENCE / Anthropology / Cultural ; SOCIAL SCIENCE / Popular Culture ; Violence in language ; Electronic books ; Aufsatzsammlung ; Aufsatzsammlung ; Verbalaggression ; Unhöflichkeit ; Erniedrigung ; Diskriminierung ; Hassrede
    Abstract: Intro -- Inhalt -- Editorial -- Sprachliche Gewalt und soziale Ordnung: Metainvektive Debatten als Medium der Politik -- 1. Sprachliche Herabsetzung als universelles Phänomen -- 2. Die Herabsetzung als Ausnahme und Störung? -- 3. Sprachliche Muster der Herabsetzung -- 4. Woher kommt die herabsetzende Kraft sprachlicher Positionierungen? -- 5. Metainvektives Handeln als Medium der Politik -- 6. Fazit -- Literatur -- (Un)Höflichkeit: Indirekte Formen sprachlicher Aggression -- 1. Einführende Bemerkungen -- 2. (Un)Höflichkeit, Aggression und Imagepflege -- 3. Höflichkeit vs. Unhöflichkeit -- 4. Formen der negativ markierten Höflichkeit -- 5. Unhöflichkeitsakte -- 6. Formen der Unhöflichkeit -- 7. (Un)Höflichkeit vs. Aggression -- 8. Aggression unter dem Deckmantel der (Un)Höflichkeit - Indirekte Formen sprachlicher Aggression -- 9. Schlussfolgerungen -- Argument und Aggression - mit Beispielen aus dem Ukraine-Konflikt1 -- 1. Verwebungen -- Drei Fälle -- Gemeinsamkeiten aggressiver Argumentationen -- 2. Argumentation -- Das grundlegende Argumentationsschema -- Begründen und Rechtfertigen -- 3. Aggression -- Schädigung und Absicht -- Bemächtigung -- Ursachen und Motivationen: Aggressionstheorien -- Aggression und Diskurs -- 4. Aggressive Argumente -- Physische und verbale Aggression -- Sprachliche Mittel der Aggression -- Sinn- und Bedeutungskrieg -- Moralische Argumente -- Metaphysische Argumente -- Diffuse Argumentation -- Literatur -- Pejorative Metaphern im Flüchtlingsdiskurs -- 1. Einleitung -- 2. Zum Flüchtlingsdiskurs -- 3. Zum Wesen der Metapher -- Zu Funktionen und Wirkung von Metaphern -- Zum herabsetzenden Potenzial von Metaphern -- 4. Analyse -- Das Lexem Flüchtling -- Wassermetaphern -- Militärmetaphern -- 5. Schlussfolgerungen -- Literatur -- Narrative Legitimation invektiven Sprechens in der Politik -- 1. Narrativität und Legitimation.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    RVK:
    Keywords: Software architecture ; Information technology ; Management ; Electronic books ; Electronic books ; local ; Softwarearchitektur ; Softwareentwicklung
    Abstract: The software development ecosystem is constantly changing, providing a constant stream of new tools, frameworks, techniques, and paradigms. Over the past few years, incremental developments in core engineering practices for software development have created the foundations for rethinking how architecture changes over time, along with ways to protect important architectural characteristics as it evolves. This practical guide ties those parts together with a new way to think about architecture and time.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed September 28, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    ISBN: 9783839434383
    Language: German
    Pages: 1 Online-Ressource (1 p)
    Edition: 1 ed
    Series Statement: Edition Kulturwissenschaft
    Parallel Title: Erscheint auch als Tagung "Das Hörbuch. Interdisziplinäre Perspektiven auf ein Hybrides Phänomen" (2015 : Berlin) Phänomen Hörbuch
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Literature History and criticism ; Literary Criticism ; Electronic books ; Aufsatzsammlung ; Konferenzschrift 2015 ; Hörbuch ; Hörbuch ; Rezeption ; Hörbuch ; Lyrik ; Deklamation ; Hörspiel ; Hörbuch ; Medienwissenschaft ; Literaturwissenschaft ; Sprechkunde ; Medienästhetik ; Hören ; Sprechen ; Klang
    Abstract: Das Hörbuch hat in den letzten Jahren an Beliebtheit und Bedeutung gewonnen. Es ist kaum mehr aus Bibliotheken und Buchhandlungen wegzudenken - und zunehmend zeigt sich auch die Forschung interessiert. Gleichzeitig herrscht noch erheblicher Konturierungsbedarf: Wie die Wortbildung »Hör-Buch« bereits andeutet, handelt es sich um einen vielschichtigen Gegenstand, der nicht nur verschiedene Sinne zugleich anspricht, sondern auch in Abhängigkeit von der Perspektive, aus der man ihn betrachtet, seine Gestalt verändert.Die Beiträge des Bandes widmen sich dieser Vielgestaltigkeit an der Schnittstelle verschiedener Disziplinen
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    San Francisco, CA : No Starch Press
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    RVK:
    RVK:
    Keywords: Programmable controllers ; Amateurs' manuals ; Microcontrollers ; Programming ; Science projects ; Design and construction ; Arduino (Programmable controller) ; Electronic books ; Electronic books ; local ; Arduino-Plattform
    Abstract: This second volume of Arduino Project Handbook follows up the acclaimed first volume with 25 new and fresh projects. Each project provides step-by-step instructions, full-color photos and circuit diagrams, and the complete code to bring your build to life. With the low-cost Arduino board and a handful of components, you'll use LEDs to build a light matrix display for scrolling text, sensors to make an ultrasonic Super Soaker that detects and drenches intruders, buzzers and buttons for a digital piano, a fingerprint scanner to ramp up security in your home, LCD screens to build a code-breaking bomb-diffuser game, and so much more. The handbook finishes with more advanced builds to test your skills, like an Arduino nerve center for controlling your gadgets remotely. Arduino Project Handbook, Volume II provides a crash course to get you set up with the Arduino and to introduce electronics parts and tools, as well as a troubleshooting chapter for solving your hardware problems. This is a perfect guide for kids, parents, educators, and hobbyists getting started with Arduino or just levelling up their hardware skills. Praise for the first volume of Arduino Project Handbook : "Easily the best beginner's guide out there. Pair with an inexpensive clone-based starter kit, and it's never been cheaper to join the maker revolution." MakeUseOf.com "Beautifully designed." Boing Boing
    Note: Description based on online resource; title from title page (Safari, viewed April 17, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    ISBN: 9783958456372 , 3958456375
    Language: German
    Pages: 1 Online-Ressource , illustrations
    Edition: 1. Auflage.
    RVK:
    RVK:
    RVK:
    Keywords: Internet ; Security measures ; Computer security ; Data protection ; Privacy, Right of ; Electronic books ; Electronic books ; local ; Internet ; Personenbezogene Daten ; Privatsphäre ; Datenschutz ; Internet ; Daten ; Anonymität
    Abstract: Ob Sie wollen oder nicht - jede Ihrer Online-Aktivitäten wird beobachtet und analysiert. Sie haben keine Privatsphäre. Im Internet ist jeder Ihrer Klicks für Unternehmen, Regierungen und kriminelle Hacker uneingeschränkt sichtbar. Ihr Computer, Ihr Smartphone, Ihr Auto, Ihre Alarmanlage, ja sogar Ihr Kühlschrank bieten potenzielle Angriffspunkte für den Zugriff auf Ihre Daten. Niemand kennt sich besser aus mit dem Missbrauch persönlicher Daten als Kevin D. Mitnick. Als von der US-Regierung ehemals meistgesuchter Computer-Hacker kennt er alle Schwachstellen und Sicherheitslücken des digitalen Zeitalters. Seine Fallbeispiele sind spannend und erschreckend: Sie werden Ihre Aktivitäten im Internet neu überdenken. Mitnick weiß aber auch, wie Sie Ihre Daten bestmöglich schützen. Er zeigt Ihnen anhand zahlreicher praktischer Tipps und Schritt-für-Schritt-Anleitungen, was Sie tun können, um online und offline anonym zu sein. Bestimmen Sie selbst über Ihre Daten. Lernen Sie, Ihre Privatsphäre im Internet zu schützen. Kevin D. Mitnick zeigt Ihnen, wie es geht. Hinterlassen Sie keine Spuren • Sichere Passwörter festlegen und verwalten • Mit dem Tor-Browser im Internet surfen, ohne Spuren zu hinterlassen • E-Mails und Dateien verschlüsseln und vor fremden Zugriffen schützen • Öffentliches WLAN, WhatsApp, Facebook & Co. sicher nutzen • Sicherheitsrisiken vermeiden bei GPS, Smart-TV, Internet of Things und Heimautomation • Eine zweite Identität anlegen und unsichtbar werden
    Note: Authorized German translation of the English language edition: The art of invisibility : the world's most famous hacker teaches you how to be safe in the age of Big Brother and big data. Cf. Title page verso. - Place of publication from publisher's website. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed January 4, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    Leiden : Brill | New York : JSTOR
    ISBN: 9789004346178 , 9004346171
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Studies in semitic languages and linguistics ; volume 90
    DDC: 306.442/927
    RVK:
    Keywords: Arabisch ; Schriftsprache ; Sprachpolitik ; Sprachgebrauch ; Soziolinguistik ; Written communication ; Arabic language Written Arabic ; Arabic language Political aspects ; Arabic language Social aspects ; Arabic language Dialects ; Arabic language Dialects ; Arabic language Dialects ; Arabic language Political aspects ; Arabic language Social aspects ; Arabic language Written Arabic ; Written communication ; LANGUAGE ARTS & DISCIPLINES / Linguistics / General ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Aufsatzsammlung
    Note: Includes bibliographical references and index
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    ISBN: 9781911307570 , 9781911307594 , 9781911307563 , 9781911307587
    Language: English
    Pages: 1 Online-Ressource (xviii, 278 Seiten) , illustrations, figures, tables
    Parallel Title: Print version The Web as History: Using Web Archives to Understand the Past and the Present
    DDC: 302.231
    RVK:
    RVK:
    Keywords: Web archives ; Web archiving ; History Methodology ; Electronic books ; Aufsatzsammlung ; Edited volumes ; Case studies ; Electronic books ; World Wide Web ; Geschichte
    Abstract: This is the first book to present a series of findings about how culture and society has evolved with the Web. It includes a number of histories of national web spaces, accounts of different domains such as government and media websites, and case studies of topics such as religion, education, political activism, and literature. In each case, the focus is on what this medium reveals about how culture has changed. A phrase often heard nowadays is ‘if it’s not online, it doesn’t exist.' This is not entirely true, but it is becoming an increasingly accurate reflection of the Web's role as an indispensable treasure trove for those who want to understand the past
    Note: eng
    URL: Volltext  (kostenfrei)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: FULL
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    ISBN: 9781137598493
    Language: English
    Pages: 1 online resource (377 pages)
    Parallel Title: Text-based research and teaching
    DDC: 401.4
    RVK:
    Keywords: Language and languages-Study and ; Sociolinguistics ; Semiotics Social aspects ; Language and culture ; Electronic books
    Abstract: "Acknowledgements" -- "Contents" -- "Notes on the Contributors" -- "Abbreviations and Acronyms" -- "List of Figures" -- "List of Tables" -- "List of Transcripts" -- "1: Introduction: Text-Based Research and Teaching" -- " Text-Based Research in Everyday Settings" -- " Text-Based Language Pedagogy" -- " Language use in lessons - experiencing and expressing meanings" -- " Multimodality in Text-Based Teaching" -- " Conclusion" -- "References" -- "Part I: Text-Based Research in Everyday Social Settings" -- "2: Text-Based Research and Teaching from a Social Semiotic Perspective: Transformative Research and Pedagogy" -- " Language Awareness, Ideology and Social Responsibility" -- " Social Semiotics and the Teaching of Languages" -- " Comprehend and Express Meanings" -- " Observe and Understand" -- " Respond to Texts" -- " Analyse Texts" -- " Formulate and Compose Texts" -- " Continuing Text-Based Research" -- " Curriculum Transformation and Pedagogic Renewal" -- "References" -- "3: A Month of Climate Change in Australia: A Corpus-Driven Analysis of Media Discourse" -- " Theoretical Background" -- " Methodology" -- " Findings" -- " The Pilot Corpus as a Whole" -- " The Subcorpora" -- " The Fairfax and News International Subcorpora" -- " The Construal of Climate Change Within the Corpus" -- " Public Opinion" -- " Conclusion" -- "References" -- "4: Neoliberal Ideology Only âPartiallyâ to Blame in the Global Financial Crisis? A Critical Discourse Analysis of Alan Greenspanâs Public Discourses on the 2007/8 GFC" -- " Data and Rationale for Selection" -- " Theoretical Frameworks" -- " Critical Discourse Analysis" -- " Systemic Functional Linguistics (SFL)" -- " Transitivity" -- " Engagement Within Appraisal Theory" -- " Monoglossia and Heteroglossia" -- " Methodology, Data Analysis and Discussion".
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    New York : Fordham University Press | Berlin : Knowledge Unlatched
    ISBN: 082327344X , 0823273407 , 0823273415 , 0823273423 , 0823273431 , 9780823273447 , 9780823273409 , 9780823273416 , 9780823273423 , 9780823273430
    Language: English
    Pages: 1 Online-Ressource (348 Seiten) , illustrations, figures, tables
    Edition: First editon
    Parallel Title: Print version Recoding World Literature, Libraries, Print Culture, and Germany's Pact with Books
    RVK:
    RVK:
    Keywords: Books ; German literature History and criticism ; German literature ; Literature History and criticism ; Literature and globalization ; Literature ; Books History ; Electronic books ; Deutschland ; Bibliothek ; Archivierung ; Literaturproduktion ; Deutschland ; Bibliothek ; Weltliteratur
    Abstract: From the current vantage point of the transformation of books and libraries, B. Venkat Mani presents a historical account of world literature. By locating translation, publication, and circulation along routes of “bibliomigrancy,” Mani narrates how world literature is coded and recoded as literary works find new homes on faraway bookshelves. Mani argues that the proliferation of world literature in a society is the function of a nation’s relationship with print culture. Moving from early Orientalist collections, to the Nazi magazine Weltliteratur, to the European Digital Library, Mani reveals the political foundations for a history of world literature that is at once a philosophical ideal, a process of exchange, a mode of reading, and a system of classification
    Note: eng
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    London, England : Palgrave Macmillan
    ISBN: 9781137506153
    Language: English
    Pages: 1 online resource (315 pages).
    Series Statement: Language and Globalization
    Series Statement: Language and Globalization Ser.
    Parallel Title: Dailey-O'Cain, Jennifer Trans-national English in social media communities
    Parallel Title: Print version Dailey-O’Cain, Jennifer Trans-National English in Social Media Communities
    DDC: 410
    RVK:
    RVK:
    Keywords: Language policy ; English language Globalization ; Mass media and language ; Electronic books ; Englisch ; Sprachgebrauch ; Sprachkontakt ; Social Media ; Deutsch ; Niederländisch ; Englisch ; Sprachgebrauch ; Sprachkontakt ; Online-Community ; Deutsch ; Niederländisch
    Abstract: "Trans-National English in Social Media Communities" -- "Acknowledgments" -- "Contents" -- "List of Figures" -- "List of Tables" -- "1 Introduction" -- "Computer-mediated Spaces as Communities" -- "Data and Analysis in this Book" -- "Social Media Data: Methods of Collection and Analysis" -- "Interview Data: Methods of Collection and Analysis" -- "Research Ethics" -- "The Structure of this Book" -- "2 Language Ideologies, Multilingualism, and Social Media" -- "Language Ideologies in a Globalizing Europe" -- "The Position of English: Ideologies and Practice" -- "Nationalisms and the Role of Official State Policies" -- "Beyond the State" -- "Language use in Social Media" -- "Features of Social Media Language Use" -- "English and Beyond" -- "Multilingual Language use in Interaction" -- "Language Alternation in Spoken Interaction" -- "Transidiomatic Practices in Social Media Discourse" -- "Toward a Comparative Sociolinguistics of Globalization" -- "3 The Who and the What: Amounts and Types of English" -- "Categories of transidiomatic practices" -- "Single-word/single-phrase switches" -- "English originating in the digital world" -- "Larger English expressions or quotes" -- "Use of English original to the user" -- "Quantitative analysis" -- "Transidiomatic practices in username choice" -- "Summary of trends" -- "4 The How: Interactional Functions of English" -- "Discourse-Related Language Alternation" -- "Switching to English to Mark an Off-topic Aside" -- "Switching to English to Mark a Transition" -- "Switching to English to Mark a Closing" -- "Participant-Related Language Alternation" -- "Switching to English to Provide Information about Gesture, Facial Expression, or Tone of Voice" -- "Switching to English to Lighten or Mitigate an Evaluative Comment" -- "Switching to English to Indicate Lightheartedness among Strong Affect".
    Abstract: 5 The Why: Ideology, Positioning, and Attitudes toward English -- Attitudes Toward Transidiomatic Practices -- Mixing is Common -- Mixing is Neutral -- Mixing is Understandable -- Mixing Triggers More Mixing -- Mixing is Good -- Some Things "Sound Better" in English -- Mixing is More Economical -- Mixing is Useful for Distinguishing a Youth Subculture -- Mixing is Useful for Making Distinctions in Meaning -- Mixing is Bad -- Mixing is Unnecessary -- Mixing is Unpleasant -- Mixing is not Understandable -- Mixing is Lazy -- Mixing is Adversely Affecting the Local Language -- Mixing is Rule-Governed -- The Issue of "Incorrect" English -- English in the Business World -- Differences Between Mixing Online and in Face-to-Face Interaction -- Explanations for Transidiomatic Practices -- Perceptions of Non-Local Influences -- Influence from the English-Speaking Internet -- Influence from the English-Speaking Media -- Influence from Particular English-Speaking Cultures and Subcultures -- Perceptions of the use of English to Evoke a Characteristic or Mood -- Worldliness -- Modernity -- Theatricality -- Lack of Seriousness -- Stances Regarding the Position of English -- English is Self-Evident -- English is a Symbol of English-Speaking Countries -- English is a Symbol of a Larger International World -- Summary of Trends -- 6 English as a Trans-National Language -- Transidiomatic Practices in Social Media Interaction: The Who, the What, the How, and the Why -- From Language Regime to Language Practice -- Implications for Language Policy -- Bibliography -- Index
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    ISBN: 9781526107633 , 9781526107633 , 1526107635
    Language: English
    Pages: 1 Online-Ressource (xvii, 253 pages) , Illustrationen
    Series Statement: Knowledge Unlatched Frontlist Collection 2016
    Series Statement: Literature
    Parallel Title: Erscheint auch als Literature and sustainability
    DDC: 823.0093553
    RVK:
    Keywords: Environmental literature History and criticism ; Environmentalism in literature ; Environmental literature ; Environmentalism in literature ; Aufsatzsammlung ; Electronic books ; Literatur ; Nachhaltigkeit
    Abstract: How might literary scholarship engage with the sustainability debate? Aimed at research scholars and advanced students in literary and environmental studies, this collection brings together twelve essays by leading and up-coming scholars on the theme of literature and sustainability. In today's sociopolitical world, sustainability has become a ubiquitous term, yet one potentially driven to near meaninglessness by the extent of its usage. While much has been written on sustainability in various domains, this volume sets out to foreground the contributions literary scholarship might make to notions of sustainability, both as an idea with a particular history and as an attempt to reconceptualise the way we live. Essays in this volume take a range of approaches, using the tools of literary analysis to interrogate sustainability's various paradoxes and to examine how literature in its various forms might envisage notions of sustainability
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    Amsterdam : Amsterdam University Press
    ISBN: 9789089648747 , 9789048527380
    Language: English
    Pages: 1 Online-Ressource
    RVK:
    RVK:
    Keywords: Literary theory ; Electronic books
    Abstract: This collection of essays studies the encounter between allegedly ahistorical concepts of narratology and eighteenth-century literature. It questions whether the general concepts of narratology are as such applicable to historically specific fields, or whether they need further specification. Furthermore, at issue is the question whether the theoretical concepts actually are, despite their appearance of ahistorical generality, derived from the historical study of a particular period and type of literature. In the essays such concepts as genre, plot, character, event, tellability, perspective, temporality, description, reading, metadiegetic narration, and paratext are scrutinized in the context of eighteenth-century texts. The writers include some of the leading theorists of both narratology and eighteenth-century literature
    Note: English
    URL: Cover  (Thumbnail cover image)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    Bielefeld : transcript | Berlin : Knowledge Unlatched
    ISBN: 9783839438343
    Language: English
    Pages: 1 Online-Ressource (219 Seiten)
    Series Statement: Urban studies
    Parallel Title: Erscheint auch als More, Prachi Actors and networks in the megacity
    Dissertation note: Eberhard Karls Universität Tübingen 2016
    DDC: 823.9209321732
    RVK:
    RVK:
    RVK:
    Keywords: Language arts ; Language Arts & Disciplines / Linguistics / Historical & Comparative ; Electronic books ; Hochschulschrift ; Electronic books ; Hochschulschrift ; Hochschulschrift ; Electronic books ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Englisch ; Roman ; Megastadt ; Geschichte 2004-2010 ; Latour, Bruno 1947-2022 ; Literatur ; Aktionskunst ; Stadtleben ; Aktionskunst ; Vernetzung ; Literatur ; Erzählen ; Handlung
    Abstract: This study is a concise introduction to Bruno Latour's Actor-Network Theory and its application in a literary analysis of urban narratives of the 21st century. We encounter well-known psycho-geographers such as Iain Sinclair and Sam Miller, and renowned authors, Patrick Neate and Suketu Mehta. Prachi More analyses these authors' accounts of vastly different cities such as London, Delhi, Mumbai, Johannesburg, New York and Tokyo. Are these urban narratives a contemporary solution to documenting an ever-evasive urban reality? If so, how do they embody "matters of concern" as Latour would have put it, laying bare modern-day "actors" and "networks" rather than reporting mere "matters of fact"? These questions are drawn into an inter-disciplinary discussion that addresses concerns and questions of epistemology, the sociology of knowledge as well as urban and documentary studies.
    Note: Literaturverzeichnis: Seite 199-219 , "This book is a revised version of my doctoral dissertation, which was accepted at the Faculty of Philosophy of Tübingen in 2016" Acknowledgment
    URL: Volltext  (View this content on Open Research Library)
    URL: Cover  (Thumbnail cover image)
    URL: Volltext  (View this content on Open Research Library)
    URL: Cover  (Thumbnail cover image)
    URL: Cover  (lizenzpflichtig)
    URL: Volltext  (View this content on Open Research Library)
    URL: Cover  (Thumbnail cover image)
    URL: Cover  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    Edinburgh : Edinburgh University Press | Berlin : Knowledge Unlatched
    ISBN: 9781474425247 , 9781474425254
    Language: English , Arabic
    Pages: 1 Online-Ressource (viii, 230 Seiten)
    Parallel Title: Erscheint auch als England, Samuel Medieval empires and the culture of competition
    DDC: 909.07
    RVK:
    Keywords: Courts and courtiers History To 1500 ; Authors, Medieval Language ; Language and languages Political aspects To 1500 ; History ; Politics and literature History To 1500 ; Literature, Medieval History and criticism ; History ; History / Europe / Spain & Portugal ; Electronic books ; Electronic books ; Schriftsteller ; Wettbewerb
    Abstract: "A probing inquiry into medieval court struggles, this book shows the relationship between intellectual conflict and the geopolitics of empire. It examines the Persian Buyids' takeover of the great Arab caliphate in Iraq, the counter-Crusade under Saladin, and the literature of sovereignty in Spain and Italy at the cusp of the Renaissance. The question of high culture--who best qualified as a poet, the function of race and religion in forming a courtier, what languages to use in which official ceremonies--drove much of medieval writing, and even policy itself. From the last moments of the Abbasid Empire, to the military campaign for Jerusalem, to the rise of Crusades literature in spoken Romance languages, authors and patrons took a competitive stance as a way to assert their place in a shifting imperial landscape."--Back cover
    Abstract: Introduction: courtly gifts, imperial rewards -- 'Baghdad is to cities what the master is to mankind': the rise of vizier culture -- The sovereign and the foreign: creating Saladin in Arabic literature of the Counter-Crusade -- Alfonso X: poetry of miracles and domination -- Saladino Rinato: Spanish and Italian courtly fictions of Crusade -- Conclusion: the Ministry of Culture
    Note: Literaturverzeichnis: Seite [188]-224 , Text englisch und arabisch
    URL: Cover  (Thumbnail cover image)
    URL: Cover  (Thumbnail cover image)
    URL: Cover  (lizenzpflichtig)
    URL: Cover  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    Toronto : University of Toronto Press | Berlin : Knowledge Unlatched
    ISBN: 9781487518165
    Language: English
    Pages: 1 Online-Ressource (x, 321 Seiten) , Illustrationen
    DDC: 809/.9145
    RVK:
    RVK:
    Keywords: Evolution (Biology) Philosophy ; Evolution (Biology) in literature ; Electronic books ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Electronic books ; Electronic books ; Aufsatzsammlung ; History. ; Electronic books ; Darwinismus ; Evolution ; Kulturelle Evolution ; Romantik ; Wissenschaftsgeschichtsschreibung ; Geschichte 1800-1900
    Abstract: "Victorian studies scholars have long studied the impact of Charles Darwin's writings on nineteenth-century culture. However, few have ventured to examine the precursors to the ideas of Darwin and others in the Romantic period. 'Marking time', edited by Joel Faflak, analyses prevailing notions of evolution by tracing its origins to the literary, scientific, and philosophical discourses of the long nineteenth century. The volume's contributors revisit key developments in the history of evolution prior to 'On the origin of species' and explore British and European Romanticism's negotiation between the classic idea of a great immutable chain of being and modern notions of historical change. 'Marking time' reveals how Romantic and post-Romantic configurations of historical, socio-cultural, scientific, and philosophical transformation continue to exert a profound influence on critical and cultural thought."--The dustjacket
    URL: JSTOR
    URL: OAPEN
    URL: OAPEN
    URL: OAPEN
    URL: Cover  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    San Francisco : No Starch Press
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    RVK:
    RVK:
    Keywords: Programmable controllers ; Microcontrollers ; Programming ; Science projects ; Design and construction ; Arduino (Programmable controller) ; Electronic books ; Electronic books ; local ; Arduino-Plattform
    Abstract: The Arduino Project Handbook is a full-color illustrated guide to building 25 projects with the low cost Arduino microcontroller.
    Note: Description based on online resource; title from title page (viewed July 5, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    London : Palgrave Macmillan
    ISBN: 9781137325051
    Language: English
    Pages: Online-Ressource (XXIII, 748 p, online resource)
    Series Statement: SpringerLink
    Series Statement: Bücher
    Series Statement: Springer eBook Collection
    Series Statement: Social Sciences
    Parallel Title: Erscheint auch als The Palgrave handbook of the economics and language
    DDC: 306.449
    RVK:
    Keywords: Wirtschaftswissenschaft ; Sprache ; Linguistik ; Kultursoziologie ; Linguistics ; Historical linguistics ; Sociolinguistics ; Schools of economics ; Economic theory ; Electronic books ; Sprache ; Linguistik ; Wirtschaft ; Globalisierung ; Globalisierung ; Linguistik ; Sprache ; Wirtschaft
    Abstract: In this handbook, Victor Ginsburgh and Shlomo Weber bring together methodological, theoretical, and empirical studies in the economics of language in a single framework of linguistic diversity that reflects the history and contemporary study of the topic. The impact of linguistic diversity on economic outcomes and public policies has been studied not only by economists and other social scientists in the contemporary era, but all the way back to the 19th century by geographer and naturalist, Alexander von Humboldt, who emphasized the importance of language in the framework of cultural experience. This interdependence of language and culture is reflected in the chapters in this handbook, which have been written by leading economists, linguists, and political scientists from universities in the United States, Australia, Russia, Israel, the United Kingdom, France, Spain, Belgium, Germany, Switzerland, Denmark, Finland, Hungary, and the Czech Republic. The contributions are divided into four parts. Part I examines linguistic concepts that forge common ground between economists, political scientists, sociologists, and linguists, and introduces the notion of linguistic proximity extensively utilized in various chapters of the volume. Part II assesses the impact of languages on market interactions, including international trade, patent protection, migration, and use of languages in ancient and modern business environments. Part III focuses on the link between linguistic policies and economic development, including the analysis of regional development in Asia, Africa, Europe and Russia. Part IV addresses issues of globalization, minority languages, and the protection of linguistic rights in multilingual societies
    Abstract: In this handbook, Victor Ginsburgh and Shlomo Weber bring together methodological, theoretical, and empirical studies in the economics of language in a single framework of linguistic diversity that reflects the history and contemporary study of the topic. The impact of linguistic diversity on economic outcomes and public policies has been studied not only by economists and other social scientists in the contemporary era, but all the way back to the 19th century by geographer and naturalist, Alexander von Humboldt, who emphasized the importance of language in the framework of cultural experience. This interdependence of language and culture is reflected in the chapters in this handbook, which have been written by leading economists, linguists, and political scientists from universities in the United States, Australia, Russia, Israel, the United Kingdom, France, Spain, Belgium, Germany, Switzerland, Denmark, Finland, Hungary, and the Czech Republic. The contributions are divided into four parts. Part I examines linguistic concepts that forge common ground between economists, political scientists, sociologists, and linguists, and introduces the notion of linguistic proximity extensively utilized in various chapters of the volume. Part II assesses the impact of languages on market interactions, including international trade, patent protection, migration, and use of languages in ancient and modern business environments. Part III focuses on the link between linguistic policies and economic development, including the analysis of regional development in Asia, Africa, Europe and Russia. Part IV addresses issues of globalization, minority languages, and the protection of linguistic rights in multilingual societies.
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    New York : Palgrave Macmillan US | Imprint: Palgrave Macmillan
    ISBN: 9781137577672 , 9781349569304
    Language: English
    Pages: 1 Online-Ressource (XVIII, 265 p)
    DDC: 302.23
    RVK:
    RVK:
    RVK:
    Keywords: Culture Study and teaching ; United States Study and teaching ; Ethnology Europe ; Communication ; Motion pictures United States ; Cultural studies ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    ISBN: 9783319341590
    Language: English
    Pages: 1 online resource (126 pages)
    Parallel Title: Erscheint auch als
    DDC: 327.73
    RVK:
    Keywords: Multilingualism ; Electronic books
    Abstract: Intro -- Preface -- On the Importance of Language in a Globalized World -- Introduction -- Contents -- Part I: The Extent and Impact of the U.S. Foreign Language Deficit -- Chapter 1: The Current Status of Languages in the United States -- Languages in the United States -- Foreign Languages in the Media-Film, Fiction, and Bilingual Celebrities -- The Influences of Other Languages-Loan Words in English -- Chapter 2: The Extent and Impact of the U.S. Foreign Language Deficit -- The Extent of the U.S. Foreign Language Deficit -- The Global Anglophone Foreign Language Deficit -- The Impact of the Foreign Language Deficit -- The Economic Impact of Foreign Languages and Global English -- Chapter 3: The Career Connection-Foreign Languages as a Career Asset: The Importance of Foreign Language Knowledge and Intercultural Competence -- Foreign Language Skills and Transnational Careers -- Foreign Language Education with a Focus on Careers-Languages for Specific Purposes (LSP) and Business Language Studies (BLS) -- Part II: Foreign Language Learning -- Chapter 4: The Importance of Foreign Language Skills in International Education and Education for Global Citizenship -- Languages for International Education -- Multilingualism as a Global Competency -- Education for Global Citizenship -- Cultural Differences -- Foreign Language Skills in the U.S.-The U.S. Foreign Language Deficit versus Global Citizenship -- The European Union and Multilingualism -- Multilingualism and Sustainability -- Chapter 5: A Brief History of Foreign Language Learning in the United States -- Learning a Foreign Language as an Independent Self-Directed Learner -- Advanced Proficiency -- Making the Case for Foreign Language in the United States -- Foreign Language Learning Around the World -- Constructed Languages.
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    Dordrecht : Springer Netherlands
    ISBN: 9789401775465
    Language: English
    Pages: 1 online resource (335 pages)
    Series Statement: Perspectives in Pragmatics, Philosophy and Psychology Ser. v.6
    Parallel Title: Erscheint auch als
    DDC: 401.45
    RVK:
    RVK:
    Keywords: Semantics ; Electronic books
    Abstract: Intro -- Dedication -- Preface -- Acknowledgments -- Contents -- Chapter 1: Irregular Negatives -- 1.1 Regular Negations -- 1.2 Irregular Negations -- 1.3 Marks of Regularity and Irregularity -- 1.3.1 Morphological and Nominal Incorporation -- 1.3.2 "Redundancy" Adverbs -- 1.3.3 Polarity Licensing -- 1.3.4 Not-but Form -- 1.3.5 Focal Stress -- 1.3.6 Intonation -- 1.3.7 Weak Echoicity -- 1.3.8 Clarifying Sequent -- 1.3.9 Tag Questions -- 1.3.10 Clauses with Secondary Verb-Forms -- 1.3.11 'Not' as Negative Pro-Form -- 1.4 Presupposition-Canceling Denials -- 1.5 Other Irregular Negatives -- 1.6 Metalinguistic and Strong Echoic Theories -- 1.7 Burton-Roberts's Theory -- 1.8 Van der Sandt's Theory -- 1.9 Ambiguity -- References -- Chapter 2: Implicature -- 2.1 Speaker Implicature and Saying -- 2.2 Semantic versus Conversational Implicature -- 2.3 General Forms of Conversational Implicature -- 2.3.1 Figures of Speech (Tropes) -- 2.3.2 Modes of Speech -- 2.3.3 Entailment Implicatures -- 2.3.4 Embedded Implicatures -- 2.4 Conventionality -- 2.5 Sentence Implicature -- 2.5.1 Limiting Implicatures -- 2.5.2 Ignorance Implicatures -- 2.5.3 Strengthening Implicatures -- 2.5.4 Evaluative Implicatures -- 2.5.5 Common Litotes -- 2.5.6 Common Metaphors -- 2.5.7 Entailment Implicatures -- 2.5.8 Embedded Implicatures -- 2.5.9 Implicature, Focal Stress, and Topic -- 2.5.10 Conventionality -- References -- Chapter 3: Irregular Negative Conventions -- 3.1 The First Implicature-Denial Rule -- 3.2 Limiting-Implicature Denials -- 3.3 Ignorance-Implicature Denials -- 3.4 Metalinguistic- and Evaluative-Implicature Denials -- 3.5 Strengthening-Implicature Denials -- 3.6 Presupposition-Canceling Denials -- 3.6.1 Conjunction Implicatures -- 3.6.2 Truth or Correctness Implicatures -- 3.6.3 The Convention -- 3.6.4 The Liar's "Revenge" -- 3.7 Subcontraries and NL Contradictories.
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    London : Palgrave Macmillan UK | Ann Arbor, Michigan : ProQuest
    ISBN: 9781137569172
    Language: English
    Pages: 1 Online-Ressource (339 pages)
    Series Statement: Palgrave Studies in Translating and Interpreting
    DDC: 302.23014000000001
    RVK:
    Keywords: Electronic books ; Aufsatzsammlung ; Aufsatzsammlung
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    Liverpool : Liverpool University Press | Berlin : Knowledge Unlatched
    ISBN: 9781781383322 , 1786944111 , 9781786944115
    Language: English
    Pages: 1 Online-Ressource (viii, 272 Seiten) , illustrations, figures, tables
    Series Statement: Liverpool science fiction texts and studies
    Parallel Title: Print version Biopunk Dystopias, Genetic Engineering, Society and Science Fiction
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Science fiction History and criticism ; Science fiction ; Biotechnology in literature ; Electronic books ; Science-Fiction-Literatur ; Genetik
    Abstract: 'Biopunk Dystopias' contends that we find ourselves at a historical nexus, defined by the rise of biology as the driving force of scientific progress, a strongly grown mainstream attention given to genetic engineering in the wake of the Human Genome Project (1990-2003), the changing sociological view of a liquid modern society, and shifting discourses on the posthuman, including a critical posthumanism that decenters the privileged subject of humanism. The book argues that this historical nexus produces a specific cultural formation in the form of "biopunk", a subgenre evolved from the cyberpunk of the 1980s. The analysis deals with dystopian science fiction artifacts of different media from the year 2000 onwards that project a posthuman intervention into contemporary socio-political discourse based in liquid modernity in the cultural formation of biopunk. Biopunk makes use of current posthumanist conceptions in order to criticize contemporary reality as already dystopian, warning that a future will only get worse, and that society needs to reverse its path, or else destroy all life on this planet. As Rosi Braidotti argues, "there is a posthuman agreement that contemporary science and biotechnologies affect the very fibre and structure of the living and have altered dramatically our understanding of what counts as the basic frame of reference for the human today" (40). The proposed book analyzes this alteration as directors, creators, authors, and artists from the field of science fiction extrapolate it from current trends
    Note: eng
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    Ithaca and London : Cornell University Press
    ISBN: 9781501705434 , 1501705431 , 1501707183 , 9781501707186 , 0801413257
    Language: English
    Parallel Title: Erscheint auch als Hohendahl, Peter Uwe, 1936 - The institution of criticism
    RVK:
    Keywords: Criticism ; Criticism. ; Criticism ; Criticism ; LITERARY CRITICISM ; Semiotics & Theory ; Electronic books ; Aufsatzsammlung ; Deutschland ; Literaturkritik
    Abstract: German radicals of the 1960s announced the death of literature. For them, literature both past and present, as well as conventional discussions of literary issues, had lost its meaning. In The Institution of Criticism, Peter Uwe Hohendahl explores the implications of this crisis from a Marxist perspective and attempts to define the tasks and responsibilities of criticism in advanced capitalist societies. Hohendahl takes a close look at the social history of literary criticism in Germany since the eighteenth century. Drawing on the tradition of the Frankfurt School and on Jürgen Habermas's concept of the public sphere, Hohendahl sheds light on some of the important political and social forces that shape literature and culture.The Institution of Criticismis made up of seven essays originally published in German and a long theoretical introduction written by the author with English-language readers in mind. This book conveys the rich possibilities of the German perspective for those who employ American and French critical techniques and for students of contemporary critical theory
    Abstract: German radicals of the 1960s announced the death of literature. For them, literature both past and present, as well as conventional discussions of literary issues, had lost its meaning. In The Institution of Criticism, Peter Uwe Hohendahl explores the implications of this crisis from a Marxist perspective and attempts to define the tasks and responsibilities of criticism in advanced capitalist societies. Hohendahl takes a close look at the social history of literary criticism in Germany since the eighteenth century. Drawing on the tradition of the Frankfurt School and on Jürgen Habermas's concept of the public sphere, Hohendahl sheds light on some of the important political and social forces that shape literature and culture.The Institution of Criticismis made up of seven essays originally published in German and a long theoretical introduction written by the author with English-language readers in mind. This book conveys the rich possibilities of the German perspective for those who employ American and French critical techniques and for students of contemporary critical theory
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    Frankfurt am Main : Peter Lang Edition | Berlin : Knowledge Unlatched
    ISBN: 9783653059625 , 3653059623
    Language: English
    Pages: 1 Online-Ressource (169 Seiten)
    Series Statement: Approaches to literary phantasy volume 9
    Series Statement: Approaches to literary phantasy
    Parallel Title: Erscheint auch als Ghosts -- or the (nearly) invisible
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Supernatural in literature ; Ghosts in literature ; Ghosts in motion pictures ; Future life in literature ; Ghosts ; Ghost stories History and criticism ; Konferenzschrift 2015 ; Electronic books ; Geister ; Gespenst ; Literatur ; Film
    Abstract: This collection of articles looks at ghost stories ranging from the Middle Ages to contemporary movies from different perspectives, both interdisciplinary and international. Spectral phenomena from Antarctic literature to Haitian Voodoo, Russian poetry to Irish novels are discussed in relation to their places in history and the media.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    Bielefeld : transcript | Berlin : Knowledge Unlatched
    ISBN: 3839434688 , 9783839434680
    Language: English
    Pages: 1 Online-Ressource (233 Seiten)
    Series Statement: Lettre
    Parallel Title: Erscheint auch als Bauer, Gero, 1986 - Houses, secrets, and the closet
    Dissertation note: Dissertation Eberhard Karls Universität Tübingen 2014
    RVK:
    RVK:
    RVK:
    Keywords: Hochschulschrift ; Electronic books ; Englisch ; Gothic novel ; Sensationsroman ; Männlichkeit ; Erotik ; Geschichte 1700-1900
    Abstract: Introduction. Prelude: Bluebeard -- Context: history, houses, and masculinities -- Methods: secrecy, sexuality, and liminal spaces -- Bluebeard's 'closet': gothic novels -- Phallic power: Horace Walpole's The castle of Otranto -- The power of absolute spatial access: Ann Radcliffe's The mysteries of Udolpho -- A 'male heroine': William Godwin's Caleb Williams -- The contested secret room: sensation novels. Powerless landlords: Wilkie Collins' The woman in white -- Performing subversion: Wilkie Collins' No name -- A female Bluebeard: Mary Elizabeth Braddon's Lady Audley's secret -- Globalising the 'closet': Henry James. Masculine disempowerment in a woman's mansion: Henry James' "The Aspern papers" -- Female power in the cage of knowledge: Henry James' "In the cage" -- Autoerotic paranoia in the 'closet': Henry James' "The jolly corner
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    ISBN: 9789048528189
    Language: English
    Pages: 1 Online-Ressource (285 pages) , Illustrationen , 24 cm
    Parallel Title: Print version Buskens, Léon Islamic Studies in the Twenty-First Century : Transformations and Continuities
    DDC: 305.697
    RVK:
    RVK:
    RVK:
    Keywords: Islam Study and teaching ; Islamic sociology ; Islam-Study and teaching ; Islamic sociology ; Islam-Study and teaching ; Electronic books ; Electronic books ; Electronic books ; Islamisches Recht ; Geschlechterforschung ; Theologie ; Gesellschaft ; Islam ; Islamwissenschaft ; Orientalistik ; Soziologie
    Abstract: Cover -- Table of Contents -- Preface -- Introduction -- Dichotomies, Transformations, and Continuities in the Study of Islam -- Léon Buskens -- Islamic Texts -- The Anthropologist as Reader -- Brinkley Messick -- Textual Aspects of Religious Authority in Premodern Islam -- Jonathan P. Berkey -- What to Do with Ritual Texts -- Islamic Fiqh Texts and the Study of Islamic Ritual -- A. Kevin Reinhart -- Textual Study of Gender -- Marion Katz -- Scholarship on Gender Politics in the Muslim World -- Some Critical Reflections -- Dorothea E. Schulz -- Power, Orthodoxy, and Salvation in Classical Islamic Theology -- Christian Lange -- Dialectical Theology in the Search for Modern Islam -- Abdulkader Tayob -- âClassicalâ Islamic Legal Theory as Ideology -- Nasr Abu Zaydâs Study of al-ShafiÊ¿iâs al-Risala -- Muhammad Khalid Masud -- Islamic Law in the Modern World -- States, Laws, and Constitutions -- Knut S. Vikør -- Vernacular Cosmopolitanism as an Ethical Disposition -- Sufi Networks, Hospitality, and Translocal Inclusivity -- Pnina Werbner -- Middle Eastern Studies and Islam -- Oscillations and Tensions in an Old Relationship -- Léon Buskens -- Notes on Contributors -- Overview of NISIS Autumn Schools, 2010-2014 -- Index
    Note: Includes bibliographical references and index , Introduction: Dichotomies, transformations, and continuities in the study of Islam , Islamic texts : the anthropologist as reader , Textual aspects of religious authority in premodern Islam , What to do with ritual texts : Islamic Fiqh texts and the study of Islamic ritual , Textual study of gender , Scholarship on gender politics in the Muslim world , Power, orthodoxy, and salvation in classical Islamic theology , Dialectical theology in the search for modern Islam , "Classical" Islamic legal theory as ideology : Nasr Abu Zayd's study of al-Shafi'i's al-Risala , Islamic law in the modern world : Sufi networks, hospitality, and translocal inclusivity , Middle eastern studies and Islam : oscillations and tensions in an old relationship
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    URL: Cover  (lizenzpflichtig)
    URL: Cover  (lizenzpflichtig)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    Bielefeld : transcript Verlag | Stuttgart : UTB GmbH
    ISBN: 9783839435410
    Language: English
    Pages: 1 Online-Ressource (240 p.)
    Edition: 1st ed.
    Series Statement: Lettre
    DDC: 810.9
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Brand, Dionne ; Lee, Chang-rae ; Yamashita, Karen Tei ; Stadt ; Globalisierung ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Criticism, interpretation, etc ; History ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Electronic books ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    Abstract: Based on the structured analysis of selected North American novels, this work examines global cities as a literary phenomenon (»DiverCity«). By analyzing Dionne Brand's Toronto, »What We All Long For« (2005), Chang-rae Lee's New York, »Native Speaker« (1995), and Karen Tei Yamashita's Los Angeles, »Tropic of Orange« (1997), Melanie U. Pooch provides the connecting link for exploring the triad of globalization and its effects, global cities as cultural nodal points, and cultural diversity in a globalizing age as a literary phenomenon. Thus, she contributes to a global, interdisciplinary, and multi-perspectival understanding of literature, culture, and society.
    URL: Cover
    URL: Cover
    URL: Cover
    URL: Cover  (lizenzpflichtig)
    URL: Cover
    URL: Cover
    URL: Cover
    URL: Cover  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    ISBN: 9783839427828
    Language: German
    Pages: 1 Online-Ressource (1 p)
    Edition: 1 ed
    Series Statement: Histoire
    Parallel Title: Erscheint auch als Fiasko - Scheitern in der Frühen Neuzeit
    DDC: 306.09409031
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: History ; History / Social History ; Electronic books ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Misserfolg ; Scheitern ; Kultur ; Geschichte 1500-1700
    Abstract: Wie stellen sich Menschen ihre Zukunft vor und wie gehen sie damit um, wenn sie keinen Erfolg haben? Moralische Urteile über den Scheiternden sind die Regel - ein schamvoller Rückzug aus der Welt oft die Reaktion. Jedoch: Verlierer sind prädestiniert dafür, aus dem Scheitern zu lernen, über den Zustand der Welt und das eigene Handeln nachzudenken.Was bedeutet das für die Vorstellung von der Reflexivität der Moderne? Und gilt das bereits für die Epoche der Frühen Neuzeit? Die Beiträge des Bandes widmen sich diesen Fragen - über die disziplinären Grenzen zwischen Germanistik, Anglistik, Geschichtswissenschaft und Theologie hinweg
    URL: Cover  (Thumbnail cover image)
    URL: Cover  (Thumbnail cover image)
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    ISBN: 9783319170640
    Language: English
    Pages: 1 online resource (256 pages).
    Series Statement: Language, Cognition, and Mind Volume 2
    Parallel Title: Erscheint auch als
    DDC: 519.542
    RVK:
    Keywords: Bayesian statistical decision theory ; Language and languages ; Study and teaching ; Statistical methods ; Electronic books ; Konferenzschrift 2013
    Note: Includes bibliographical references at the end of each chapters. Description based on print version record
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    ISBN: 9781783471294
    Language: English
    Pages: 1 Online-Ressource (xix, 316 pages) , diagrams, illustrations, maps
    Series Statement: NECTAR series on transportation and communications networks research
    Series Statement: Edward Elgar E-Book Archive
    Parallel Title: Erscheint auch als ICT for transport
    DDC: 388/.0285
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Transportgewerbe ; Verkehrsökonomik ; Informationstechnik ; IT-gestützte Logistik ; Communication and technology ; Transportation Data processing ; Intelligent transportation systems ; Information technology ; Electronics in transportation ; Transportation Information technology ; Electronic books ; Informationstechnik ; Transport
    Abstract: As the importance and value of information increases, Information and Communication Technology (ICT) is rapidly evolving and taking centre stage in everyday life in the 21st century. This is particularly evident in the transport sector, where ICT is greatly influencing our mobility and travel choices as well as travel experience. In this context, ICT for Transport examines the opportunities, threats, underlying principles and practical issues faced when deploying ICT for transport applications, especially in the quest to achieve sustainable transport. Focusing on infrastructure, people and processes, the contributors to this book use diverse case studies from around the world to illustrate the challenges faced by academics, practitioners and policy makers alike. The contents and bibliography provide up-to-date knowledge and expertise drawn from state of the art research in Europe, America, Asia and Africa. ICT for Transport is a valuable source of information for those aiming to be at the forefront of the evolving field of ICT for transport. This analysis of the various threats and opportunities will assist them in making more informed decisions about the future use of ICT for transport and for the benefit of society.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    ISBN: 9783732831753 , 9783839431757
    Language: German
    Pages: 1 Online-Ressource (296 Seiten)
    Series Statement: X-Texte zu Kultur und Gesellschaft
    Series Statement: De Gruyter eBook-Paket Philosophie
    Parallel Title: Erscheint auch als Weis, Hans-Willi, 1951 - Der Intellektuelle als Yogi
    RVK:
    Keywords: Conduct of life ; Intellectuals ; Spiritual life ; PHILOSOPHY / Ethics & Moral Philosophy ; Electronic books ; Intellektueller ; Zeitgeist ; Diskurs ; Lebenskunst ; Aufmerksamkeit ; Ethik
    Abstract: Die digitale Revolution ist nicht nur ein Angriff auf die Grundlagen von Aufmerksamkeit und Intellektualität - ihre Auswirkungen sind zugleich eine Herausforderung für die Intellektuellen, die hierauf allzu oft nur mit Ratlosigkeit oder Gedankenakrobatik zu reagieren wissen. Hans-Willi Weis lädt zu einer Tour d'Horizon durch intellektuelle Zeitgeistdiskurse ein. Er schlägt den Bogen von der Kritik in sich leer laufender Diskurse zu einer das Denken und das Diskursive revitalisierenden neuen Aufmerksamkeitspraxis und zeigt, wie man der digitalen Aufmerksamkeitsdiffusion und den Zwängen entgrenzter Netzaktivität je individuell mit der yogischen Übung methodischer Unterbrechung zu begegnen vermag.
    Abstract: The Digital Revolution is not just an attack on the foundations of attention and intellectualism - its effects are at the same time a challenge for intellectuals, who are all too often only able to react to this with perplexity and acrobatics of thought.
    Note: Description based upon print version of record
    URL: Cover
    URL: Cover
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    Berlin [u.a.] : de Gruyter Mouton
    ISBN: 9781501501586 , 9781501501593 , 9781501510526
    Language: English
    Pages: 1 Online-Ressource (x,184p.)
    Series Statement: Humor Research [HR] 10
    Series Statement: Humor Research [HR]
    DDC: 306.4/81
    RVK:
    Keywords: Conversation analysis ; Joking ; Plays on words ; Pragmatics ; Sozialwissenschaften, Soziologie, Anthropologie ; Wit and humor ; Electronic books
    Note: Placing failed humor within the broader category of miscommunication and drawing on a range of conversational data, this text represents the first comprehensive study of failed humor. It provides a framework for classifying the types of failure that can occur, examines the strategies used by both speakers and hearers to avoid and manage failure, and highlights the crucial role humor plays in social identity and relationship management
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Taylor & Francis | The Hague : OAPEN FOUNDATION
    ISBN: 9781315718361 , 9781317512776 , 9781315718361 , 9780415733601 , 9780415733595
    Language: English
    Pages: 1 Online-Ressource (290 p.)
    DDC: 306.449
    RVK:
    Keywords: Education ; Educational strategies & policy ; linguistics ; Alan Williams ; Albert Branchadell ; Anne Whiteside ; Australian migration ; adult migrant ; Becky Winstanley ; Capable Parent project ; Catalan ; Dermot Bryers ; Douglas Fleming ; EFL ; ELF ; ESL ; ESOL ; Finnish ; green card English ; Heide Spruck Wrigley ; Heide Wrigley ; Hervé Adami ; Howard Nicholas ; immigration reform ; James Simpson ; Jeanne Kurvers ; John Lyons ; Language and Migration ; Laura Chapman ; LESLLA ; low-literate ; Marguerite Lukes ; Maria Rosa Garrido ; Electronic books ; Electronic books
    Abstract: Adult Language Education and Migration: Challenging Agendas in Policy and Practice provides a lively and critical examination of policy and practice in language education for adult migrants around the world, showing how opportunities for learning the language of a new country both shape and are shaped by policy moves. Language policies for migrants are often controversial and hotly contested, but at the same time innovative teaching practices are emerging in response to the language learning needs of today’s mobile populations. This book: analyses and challenges language education policies relating to adult migrants in nine countries; provides a comparative study with separate chapters on policy and practice in each country; focuses on Australia, Canada, Spain (Catalonia), Finland, France, Ireland, the Netherlands, the UK and the US. Adult Language Education and Migration is essential reading for practitioners, students and researchers working in the area of language education in migration contexts.
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    ISBN: 9783839427828
    Language: German , English
    Pages: 1 Online-Ressource (220 Seiten) , graph. Darst.
    Series Statement: Histoire Bd. 64
    Parallel Title: Erscheint auch als Fiasko - Scheitern in der Frühen Neuzeit
    DDC: 306.09409031
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Aufsatzsammlung ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Misserfolg ; Scheitern ; Kultur ; Geschichte 1500-1700
    Note: Text teilw. dt., teilw. engl
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    ISBN: 9783319061856
    Language: English
    Pages: 1 online resource (237 pages)
    Edition: 1st ed.
    Series Statement: Multilingual Education Ser. v.11
    Parallel Title: Erscheint auch als
    DDC: 306.4491823
    RVK:
    RVK:
    Keywords: Language arts ; Australia.. ; Language arts ; Pacific Area.. ; Education ; Electronic books ; Aufsatzsammlung
    Abstract: The studies in this volume investigate how multilingual education involves a critical engagement with questions of identity and culture, and a movement towards new ways of being and belonging. It addresses previously under-explored issues, in particular the integration of theories like 'thirdness', and practices of language education and maintenance with relevance to the Asia-Pacific region. The analyses reveal the delicate balance of interests of all stakeholders and offer detailed insights into the reality of multilingual education, with specific examples of Chinese, English, Japanese and Tamil. In a globalised world, effective language education has become increasingly important, and the studies presented here have the potential to inform and advance evidence-based multilingual education through adding important dimensions of theoretical exploration and refreshing empirical resources.
    Abstract: Acknowledgments -- Contents -- Contributors -- About the Author -- Introduction -- References -- Occupying the 'Third Space': Perspectives and Experiences of Asian English Language Teachers -- 1 Introduction -- 2 Related Literature -- 2.1 Western Educational Discourses and Local Contexts -- 2.2 Thirdness -- 3 Research Method and Design -- 4 Findings and Discussion -- 4.1 Responses to Western Educational Discourses -- 4.2 Colonial Legacies -- 4.3 Inadequacy -- 4.4 Unfamiliarity and Ignorance -- 4.5 Emulation -- 4.6 Fear -- 4.7 Sociocultural Norms -- 4.8 Living Conditions and Hardship -- 4.9 Socioeconomic Divides -- 4.10 Scepticism -- 5 Conclusion and Implications -- References -- Changing Perspectives of Literacy, Identity and Motivation: Implications for Language Education -- 1 Introduction -- 2 Cultural Literacy and Cultural Identity -- 3 Critical Intercultural Literacies -- 4 Learner Motivation Reconsidered -- 5 Implications for Language Learning and Teaching -- 5.1 Inside the classroom -- 5.1.1 Making Meaning-Making the Explicit Aim of Learning -- 5.1.2 Accommodating the Use of L1 -- 5.1.3 Making Connections to Local and Global Cultures -- 5.1.4 Adjusting Classroom Approaches -- 5.1.5 Modifying Assessments -- 5.1.6 Maximising Conviviality via Group Work and Mingling -- 5.1.7 Building Critical Thinking Skills via Learner Reflection on First Culture (Kramsch 1993) -- 5.1.8 Incorporating the Diversity of English Varieties -- 5.2 Outside the Classroom -- 6 Implications for Intercultural Communication -- 7 Conclusions -- References -- Constructing Meaning from the Unfamiliar: Implications for Critical Intercultural Education -- 1 Introduction -- 2 Key Terms -- 3 Culture -- 3.1 Multiculturalism and Multicultural Education -- 3.2 Conservative, Liberal, and Critical Multiculturalism -- 3.3 Critical Intercultural Education -- 4 Multicultural Australia.
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    Cham, Germany : Springer
    ISBN: 9783319050867
    Language: English
    Pages: 1 online resource (283 pages) , illustrations.
    Series Statement: Studies in Theoretical Psycholinguistics 43
    Parallel Title: Erscheint auch als
    DDC: 401.9
    RVK:
    Keywords: Psycholinguistics ; Recursion theory ; Linguistics ; Electronic books ; Aufsatzsammlung
    Note: Includes bibliographical references at the end of each chapters and index. Description based on print version record
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    ISBN: 9783864901362
    Language: German
    Pages: 1 Online-Ressource
    Edition: 5., überarbeitete Auflage
    Parallel Title: Erscheint auch als Saake, Gunter, 1960 - Algorithmen und Datenstrukturen
    DDC: 005.133
    RVK:
    RVK:
    RVK:
    Keywords: Algorithms ; Java (Computer program language) ; Data structures (Computer science) ; Java (Computer program language) ; Data structures (Computer science) ; Algorithms ; Electronic books ; Electronic books ; local ; Lehrbuch ; Datenstruktur ; Algorithmus ; Java ; Algorithmus ; Datenstruktur
    Abstract: Solides Lehrbuch - grundlegend und umfassend * Java als Implementierungssprache, unter Berücksichtigung der Spezifika von Java mit Netzanschluss: Programmbeispiele/Animationen Autoren sind sehr angesehen und kompetent
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed Feb. 12, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Boca Raton : CRC Press
    ISBN: 9781466503298 , 1466503297 , 9781466503281
    Language: English
    Pages: 1 online resource (xix, 455 pages)
    Edition: Second edition.
    Parallel Title: Erscheint auch als
    RVK:
    RVK:
    Keywords: Information storage and retrieval systems Geography ; Geographic information systems ; TECHNOLOGY & ENGINEERING ; Remote Sensing & Geographic Information Systems ; SCIENCE ; Earth Sciences ; Geography ; TRAVEL ; Budget ; TRAVEL ; Hikes & Walks ; TRAVEL ; Museums, Tours, Points of Interest ; TRAVEL ; Parks & Campgrounds ; Geographic information systems ; Information storage and retrieval systems ; Geography ; Geografie ; Datenverarbeitung ; Geoinformatik ; Electronic books ; Geographic information systems ; Geographic information systems ; Electronic books
    Abstract: "This newly updated edition covers cutting-edge topics in computational geography, addressing a domain in both geographic and computer sciences. With an extended introduction that reviews directional changes and major advances in the field since the first edition, this book includes ten new topics as well as substantial modifications to existing chapters. Written by recognized international experts and up-and-coming researchers, the text introduces the subject matter by providing readable accounts of current developments. In addition, the authors examine possibilities for future developments through the year 2061"--
    Note: Includes bibliographical references and index. - Print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    Berlin ; : Springer
    ISBN: 9783642394430
    Language: English
    Pages: x, 190 p.
    Series Statement: Studies in applied philosophy, epistemology and rational ethics v. 11
    RVK:
    Keywords: Grammar, Comparative and general ; Deixis ; Meaning (Psychology) ; Semiotics ; Electronic books
    Note: Includes bibliographical references and index
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    Oxford [u.a.] : Oxford Univ. Press
    ISBN: 9780199367061
    Language: English
    Pages: XIII, 546 S.
    Edition: Online-Ressource Oxford handbooks online. Religion
    Edition: Oxford handbooks
    Parallel Title: Druckausg. The Oxford handbook of apocalyptic literature
    DDC: 220.046
    RVK:
    Keywords: Apocalyptic literature ; Apocalyptic literature -- History and criticism ; Theology -- History and criticism ; Apocalyptic literature ; Electronic books ; Aufsatzsammlung ; Apokalyptik
    Abstract: The Oxford Handbook of Apocalyptic Literature; Chapter 1 What Is Apocalyptic Literature?; Part IThe Literary and Phenomenological Context; Chapter 2 Apocalyptic Prophecy; Chapter 3 The Inheritance of Prophecy in Apocalypse; Chapter 4 Wisdom and Apocalypticism; Chapter 5 Scriptural Interpretation in Early Jewish Apocalypses; Chapter 6 Apocalyptic Literature and the Study of Early Jewish Mysticism; Chapter 7 Dreams and Visions in Early Jewish and Early Christian Apocalypses and Apocalypticism
    Abstract: Part II The Social Function of Apocalyptic LiteratureChapter 8 Social-Scientific Approaches to Apocalyptic Literature; Chapter 9 Jewish Apocalyptic Literature as Resistance Literature; Chapter 10 Apocalypse and Empire; Chapter 11 A Postcolonial Reading of Apocalyptic Literature; Part III Literary Features of Apocalyptic Literature; Chapter 12 The Rhetoric of Jewish Apocalyptic Literature; Chapter 13 Early Christian Apocalyptic Rhetoric; Chapter 14 Deconstructing Apocalyptic Literalist Allegory; Part IV Apocalyptic Theology; Chapter 15 Apocalyptic Determinism; Chapter 16 Apocalyptic Dualism
    Abstract: Chapter 17 Apocalyptic Ethics and BehaviorChapter 18 Apocalypse and Torah in Ancient Judaism; Chapter 19 Apocalypticism and Christian Origins; Chapter 20 Descents to Hell and Ascents to Heaven in Apocalyptic Literature; Chapter 21 Apocalypses among Gnostics and Manichaeans; Chapter 22 The Imagined World of the Apocalypses; Part VApocalypse Now; Chapter 23 Messianism as a Political Power in Contemporary Judaism; Chapter 24 Apocalypticism and Radicalism; Chapter 25 Apocalypse and Violence; Chapter 26 Apocalypticism in Contemporary Christianity; Chapter 27 Apocalypse and Trauma
    Abstract: Chapter 28 Apocalypticism and Popular CultureScriptural and Ancient Texts; Subject Index
    Abstract: Apocalypticism arose in ancient Judaism in the last centuries BCE and played a crucial role in the rise of Christianity. It is not only of historical interest: there has been a growing awareness, especially since the 2001 terrorist attacks on the United States, of the prevalence of apocalyptic beliefs in the contemporary world. To understand these beliefs, it is necessary to appreciate their complex roots in the ancient world, and the multi-faceted character of the phenomenon of apocalypticism. The Oxford Handbook of Apocalyptic Literature is a thematic and phenomenological exploration of apoc
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    ISBN: 9783653032291
    Language: English , French , German , Turkish
    Pages: 1 Online-Ressource (314 Seiten) , Illustrationen ; Diagramme
    Series Statement: Kolloquium Fremdsprachenunterricht Band 50
    Series Statement: Knowledge Unlatched Backlist Collection 2016
    Series Statement: Languages & Linguistics
    Series Statement: Kolloquium Fremdsprachenunterricht
    Parallel Title: Erscheint auch als Plurilingualism and multiliteracies
    DDC: 370
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Electronic books ; Aufsatzsammlung ; Mehrsprachigkeit ; Identität ; Sprachunterricht ; Identitätsentwicklung
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    Chichester, West Sussex, U.K. : Wiley
    ISBN: 9781118425152 , 1118425154
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 006.7/4
    RVK:
    Keywords: Cascading style sheets ; Web sites ; Authoring programs ; Electronic books ; Electronic books ; local
    Abstract: Master innovative and eye-catching website design with the exciting new Treehouse Series of books Turn plain words and images into stunning websites with CSS3 and this beautiful, full-color guide. Taking web designers beyond the constraints of prebuilt themes and simple site-building tools, this new Treehouse book combines practicality with inspiration to show you how to create fully customized, modern websites that make viewers stop and stay. The exciting new Treehouse Series of books is authored by Treehouse experts and packed with innovative design ideas and practical skill-building. If you're a web developer, web designer, hobbyist, or career-changer, every book in this practical new series should be on your bookshelf. Part of the new Treehouse Series of books, teaching you effective and compelling website development and design, helping you build practical skills Provides career-worthy information from Treehouse industry pros and trainers Explains the basics of cascading style sheets (CSS), such as how to structure with CSS, use CSS syntax, how to manipulate text, and visual formatting Also covers the box model, how to animate page elements, cross-browser compatibility, and more Leverage pages of dazzling website design ideas and expert instruction with a new Treehouse Series book.
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley
    ISBN: 1118460847 , 9781118460849
    Language: English
    Pages: 1 online resource (xviii, 388 p.) , ill.
    Edition: 3rd ed.
    Series Statement: --For dummies
    Parallel Title: Erscheint auch als
    DDC: 005.54
    RVK:
    Keywords: Microsoft Excel (Computer file) ; Business ; Computer programs ; Electronic spreadsheets ; Computer programs ; Electronic books ; Electronic books ; local
    Abstract: Learn to use Excel for practical, day-to-day calculations Excel is a powerful program with more than 300 built-in functions that can be used to perform an almost infinite number of calculations. This friendly book shows you how to use the 150 most valuable ones in real-world situations: to compare the cost of buying vs. leasing a car, calculate classroom grades, or evaluate investment performance, for example. Another 85 specialized functions are also described. Detailed, step-by-step instructions help you understand how functions work within formulas and how you can use them to solve everyday problems. Excel is a complex tool, making it a perfect subject for the straightforward, plain-English approach of this book Formulas and functions are explained in classic For Dummies fashion, with examples of how to apply the 150 most commonly used functions in real-world situations Discover how to use Excel to compare the cost of 15 and 30-year mortgages, decide whether to buy or lease a car, calculate the actual cost of credit card purchases, forecast college expenses, design a database for your own use, and much more Serves as an excellent resource for all versions of Excel, including the latest version 2013 Excel Formulas and Functions For Dummies, 3rd Edition helps you put the power of Excel to work in your daily life.
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Addison-Wesley
    ISBN: 9780133440706 , 0133440702
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als DeMarco, Tom, 1940 - Peopleware
    DDC: 658.4/022
    RVK:
    RVK:
    RVK:
    Keywords: Management ; Projektmanagement ; Software ; Management ; Organizational behavior ; Organizational effectiveness ; Project management ; Electronic books ; Electronic books ; local ; Softwareentwicklung ; Projektmanagement ; Führung ; Arbeitsgestaltung
    Abstract: Few books in computing have had as profound an influence on software management as Peopleware . The unique insight of this longtime best seller is that the major issues of software development are human, not technical. They're not easy issues; but solve them, and you'll maximize your chances of success. " Peopleware has long been one of my two favorite books on software engineering. Its underlying strength is its base of immense real experience, much of it quantified. Many, many varied projects have been reflected on and distilled; but what we are given is not just lifeless distillate, but vivid examples from which we share the authors' inductions. Their premise is right: most software project problems are sociological, not technological. The insights on team jelling and work environment have changed my thinking and teaching. The third edition adds strength to strength." - Frederick P. Brooks, Jr., Kenan Professor of Computer Science, University of North Carolina at Chapel Hill, Author of The Mythical Man-Month and The Design of Design " Peopleware is the one book that everyone who runs a software team needs to read and reread once a year. In the quarter century since the first edition appeared, it has become more important, not less, to think about the social and human issues in software development. This is the only way we're going to make more humane, productive workplaces. Buy it, read it, and keep a stock on hand in the office supply closet." -Joel Spolsky, Co-founder, Stack Overflow "When a book about a field as volatile as software design and use extends to a third edition, you can be sure that the authors write of deep principle, of the fundamental causes for what we readers experience, and not of the surface that everyone recognizes. And to bring people, actual human beings, into the mix! How excellent. How rare. The authors have made this third edition, with its additions, entirely terrific." -Lee Devin and Rob Austin, Co-authors of The Soul of Design and Artful Making For this third edition, the authors have added six new chapters and updated the text throughout, bringing it in line with today's development environments and challenges. For example, the book now discusses pathologies of leadership that hadn't previously been judged to be pathological; an evolving culture of meetings; hybrid teams made up of people from seemingly incompatible generations; and a growing awareness that some of our most common tools are more like anc...
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als Jones, Don, 1971 - Learn PowerShell toolmaking in a month of lunches
    DDC: 005.2/82
    RVK:
    Keywords: Windows PowerShell (Computer program language) ; Scripting languages (Computer science) ; Electronic books ; Electronic books ; local ; Windows PowerShell
    Abstract: Summary Packed with hands-on labs to reinforce what you're learning, Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking. Just set aside one hour a day-lunchtime would be perfect-for each self-contained lesson. You'll move quickly through core scripting concepts and start working on four real-world, practical tools. Each chapter adds more functionality, including custom formatting, error handling, parameterized input, input validation, help files and documentation, and more. About this Book You don't have to be a software developer to build PowerShell tools. With this book, a PowerShell user is a step away from becoming a proficient toolmaker. Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking in just one hour a day. It's packed with hands-on labs to reinforce what you're learning. It's an easy-to-follow guide that covers core scripting concepts using four practical examples. Each chapter builds on the previous one as you add custom formatting, error handling, input validation, help files, and more. What's Inside Build your own administrative tools Learn by doing with hands-on labs Make scripts that feel like native PowerShell cmdlets This book does not assume you are a programmer. Experience using PowerShell as a command-line interface is helpful but not required. About the Authors Don Jones is a PowerShell MVP, speaker, and trainer. Jeffery Hicks is a PowerShell MVP and an independent consultant, trainer, and author. Don and Jeff coauthored Learn Windows PowerShell 3 in a Month of Lunches, Second Edition (Manning 2012) and PowerShell in Depth (Manning 2013).
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    Oxford : Oxford University Press
    ISBN: 9780191750373
    Language: English
    Pages: 1 Online-Ressource (xx, 607 p.) , Ill.
    Series Statement: Oxford handbooks in business and management
    DDC: 303.4833
    RVK:
    RVK:
    Keywords: Electronic books ; Handbuch ; Electronic books ; Handbuch ; Electronic books ; Handbuch
    Abstract: This handbook is a landmark in the dynamic and rapidly expanding field of Internet studies, bringing together leading international scholars to strengthen research on how the Internet has been studied and the discipline's fundamental questions, and shape research, policy, and practice for the future.
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    ISBN: 9781781955635
    Language: English
    Pages: 1 Online-Ressource (xii, 344 pages) , diagrams
    Series Statement: Edward Elgar E-Book Archive
    Parallel Title: Erscheint auch als Software ecosystems
    DDC: 005.3
    RVK:
    Keywords: Softwareindustrie ; Unternehmensnetzwerk ; Computer software Development ; Computer software industry ; Business networks Management ; Electronic books ; Computer software ; Development ; Computer software industry ; Softwareindustrie ; Datennetz
    Abstract: This book describes the state-of-the-art of software ecosystems. It constitutes a fundamental step towards an empirically based, nuanced understanding of the implications for management, governance, and control of software ecosystems. -- This is the first book of its kind dedicated to this emerging field and offers guidelines on how to analyze software ecosystems; methods for managing and growing; methods on transitioning from a closed software organization to an open one; and instruments for dealing with open source, licensing issues, product management and app stores. It is unique in bringing together industry experiences, academic views and tackling challenges such as the definition of fundamental concepts of software ecosystems, describing those forces that influence its development and lifecycles, and the provision of methods for the governance of software ecosystems. -- This book is an essential starting point for software industry researchers, product managers, and entrepreneurs.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    ISBN: 9783839423783
    Language: English
    Pages: 1 Online-Ressource (345 Seiten)
    Series Statement: Knowledge Unlatched Backlist Collection 2016
    Series Statement: Literature
    Series Statement: Lettre
    Parallel Title: Erscheint auch als Schönfelder, Christa Wounds and words
    Dissertation note: Dissertation Universität Zürich 2012
    DDC: 823.0093561
    RVK:
    RVK:
    Keywords: Hochschulschrift ; Electronic books ; Englisch ; Roman ; Kind ; Familie ; Psychisches Trauma ; Geschichte 1785-2010
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    Liverpool : Liverpool University Press
    ISBN: 9781846319433 , 1781385734 , 1846319439 , 1781386080 , 9781781381045 , 9781781385739 , 1781381046 , 9781781386088
    Language: English
    Pages: Online-Ressource
    Edition: Knowledge unlatched pilot collection
    Series Statement: Postcolonialism across the disciplines 14
    RVK:
    Keywords: History ; Politics ; Middle East ; Hebrew literature History and criticism ; Arabic literature History and criticism 20th century ; Arab-Israeli conflict Literature and the conflict ; Electronic books ; Israel ; Palästinenser
    Abstract: The crisis in Israel/Palestine has long been the world's most visible military conflict. Yet the region's cultural and intellectual life remains all but unknown to most foreign observers, which means that literary texts that make it into circulation abroad tend to be received as historical documents rather than aesthetic artefacts. Rhetorics of Belonging examines the diverse ways in which Palestinian and Israeli world writers have responded to the expectation that they will 'narrate' the nation, invigorating critical debates about the political and artistic value of national narration as a reading and writing practice. It considers writers whose work is rarely discussed together, offering new readings of the work of Edward Said, Amos Oz, Mourid Barghouti, Orly Castel-Bloom, Sahar Khalifeh, and Anton Shammas. This book helps to restore the category of the nation to contemporary literary criticism by attending to a context where the idea of the nation is so central a part of everyday experience that writers cannot not address it, and readers cannot help but read for it. It also points a way toward a relational literary history of Israel/Palestine, one that would situate Palestinian and Israeli writing in the context of a history of antagonistic interaction. The book's findings are relevant not only for scholars working in postcolonial studies and Israel/Palestine studies, but for anyone interested in the difficult and unpredictable intersections of literature and politics
    Abstract: Reading for the nation -- Exile and liberation: Edward Said's 'Out of place' -- 'Who would dare to make it into an abstraction': Mourid Barghouti's 'I saw Ramallah' -- 'Israel is not South Africa': Amos Oz's 'Living utopias' -- Intersectional allegories: Orly Castel-Bloom and Sahar Khalifeh -- 'An act of defiance against them all': Anton Shammas' 'Arabesques'
    Note: Im Rahmen von "Knowledge Unlatched" Open-Access-Publikation auf OAPEN. - Gesehen am 05.05.2014
    URL: Cover  (Thumbnail cover image)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    Durham, NC : Duke University Press
    ISBN: 9780822395485
    Language: English
    Pages: 1 Online-Ressource (242 Seiten)
    Parallel Title: Erscheint auch als Palumbo-Liu, David, 1951 - The deliverance of others
    DDC: 809/.93355
    RVK:
    RVK:
    Keywords: Literature and globalization ; Other (Philosophy) in literature ; Intercultural communication in literature ; Literature History and criticism ; Literary Criticism / Semiotics & Theory ; Literature and globalization ; Other (Philosophy) in literature ; Intercultural communication in literature ; Electronic books ; Literatur ; Globalisierung ; Verschiedenheit ; Das Andere ; Kulturkontakt
    Abstract: When otherness overcomes reason -- Whose story is it? -- Art : a foreign exchange -- Pacific Ocean feeling : affect, otherness, mediation
    Description / Table of Contents: When otherness overcomes reason -- Whose story is it? -- Art : a foreign exchange -- Pacific Ocean feeling : affect, otherness, mediation.
    Note: Includes bibliographical references (p. [197]-213) and index. - When otherness overcomes reason -- Whose story is it? -- Art : a foreign exchange -- Pacific Ocean feeling : affect, otherness, mediation
    URL: Volltext  (View this content on Open Research Library)
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    Shelter Island, NY : Manning
    ISBN: 9781933988771 , 1933988770
    Language: English
    Pages: Online-Ressource (xxii, 503 p.)
    Series Statement: Safari Tech Books Online
    Parallel Title: Druckausg. Williams, Anthony C++ concurrency in action
    DDC: 005.133
    RVK:
    Keywords: C++ (Computer program language) ; C++ (Computer program language) ; C++ (Computer program language) ; C++ (Computer program language) ; Electronic books ; Electronic books ; Electronic books ; C++ ; Nebenläufigkeit ; C++ ; Nebenläufigkeit
    Abstract: Includes bibliographical references (p. 487-488) and index
    Description / Table of Contents: Hello, world of concurrency in C++! -- Managing threads -- Sharing data between threads -- Synchronizing concurrent operations -- The C++ memory model and operations on atomic types -- Designing lock-based concurrent data structures -- Designing lock-free concurrent data structures -- Designing concurrent code -- Advanced thread management -- Testing and debugging multithreaded applications
    Description / Table of Contents: Hello, world of concurrency in C++!Managing threads -- Sharing data between threads -- Synchronizing concurrent operations -- The C++ memory model and operations on atomic types -- Designing lock-based concurrent data structures -- Designing lock-free concurrent data structures -- Designing concurrent code -- Advanced thread management -- Testing and debugging multithreaded applications.
    Note: Parallel als Druckausg. erschienen
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley
    ISBN: 9781118282885 , 1118282884
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 004.6782
    RVK:
    RVK:
    Keywords: Cloud computing ; Economic aspects ; Information technology ; Management ; Electronic books ; Electronic books ; local
    Abstract: The ultimate guide to assessing and exploiting the customer value and revenue potential of the Cloud A new business model is sweeping the world-the Cloud. And, as with any new technology, there is a great deal of fear, uncertainty, and doubt surrounding cloud computing. Cloudonomics radically upends the conventional wisdom, clearly explains the underlying principles and illustrates through understandable examples how Cloud computing can create compelling value-whether you are a customer, a provider, a strategist, or an investor. Cloudonomics covers everything you need to consider for the delivery of business solutions, opportunities, and customer satisfaction through the Cloud, so you can understand it-and put it to work for your business. Cloudonomics also delivers insight into when to avoid the cloud, and why. Quantifies how customers, users, and cloud providers can collaborate to create win-wins Reveals how to use the Laws of Cloudonomics to define strategy and guide implementation Explains the probable evolution of cloud businesses and ecosystems Demolishes the conventional wisdom on cloud usage, IT spend, community clouds, and the enterprise-provider cloud balance Whether you're ready for it or not, Cloud computing is here to stay. Cloudonomics provides deep insights into the business value of the Cloud for executives, practitioners, and strategists in virtually any industry-not just technology executives but also those in the marketing, operations, economics, venture capital, and financial fields. Note: The ebook version does not provide access to the companion files.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    Indianapolis, Ind. : J. Wiley & Sons
    Language: English
    Pages: 1 online resource (xxiii, 302 p.) , ill., maps.
    Series Statement: Sybex serious skills
    Parallel Title: Erscheint auch als
    DDC: 658.872
    RVK:
    RVK:
    Keywords: Internet marketing ; Keyword searching ; Electronic books ; Electronic books ; local
    Abstract: A unique book on the art and science of keyword research Keyword research can make or break a marketing campaign, an optimization strategy, and pay-per-click ad campaigns. Written by a keyword research expert, this essential resource drills home the importance of targeting the right keywords or phrases in order to get traffic from search engines and social media channels. Author Ron Jones imparts his wisdom and experience for determining which keywords will work based on a searcher's intent and he shows you how to research social, mobile, and video marketing tools that can ultimately become the foundation of a marketing campaign. Boasts detailed how-to information from one of the world's leading keyword research experts Helps you learn how to craft a successful keyword campaign and capture a coveted spot on the first page of a results page Pares down the essential information you need to know to use available tools to get keyword suggestions, forecast web site traffic, perform competitive research, and analyze results Walks you through how to best apply keywords to SEO and PPC campaigns as well as gain visibility with mobile marketing and integrate with traditional marketing efforts Features case studies, examples, tutorials, tips, and previously undocumented techniques No matter your level of experience working with keywords, Keyword Intelligence is the ultimate guide for learning how to best conduct keyword research and craft winning marketing campaigns.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Language: English
    Pages: 1 online resource (xviii, 237 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 005.1
    RVK:
    Keywords: Computer software ; Development ; Case studies ; Electronic books ; Electronic books ; local ; Fallstudiensammlung
    Abstract: Based on their own experiences of in-depth case studies of software projects in international corporations, in this book the authors present detailed practical guidelines on the preparation, conduct, design and reporting of case studies of software engineering. This is the first software engineering specific book on the case study research method.
    Note: Includes bibliographical references (p. 221-223) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    San Francisco, CA : Pfeiffer
    Language: English
    Pages: 1 online resource (xx, 615 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als Horton, William Kendall, 1949 - E-learning by design
    DDC: 658.3/124040285
    RVK:
    RVK:
    Keywords: Employees ; Training of ; Computer-assisted instruction ; Computer-assisted instruction ; Design ; Electronic books ; Electronic books ; local ; E-Learning ; Betriebliche Fortbildung
    Abstract: Since the first edition of E-learning by Design , e-learning has evolved rapidly and fringe techniques have moved into the mainstream. Underlying and underwriting these changes in e-learning are advances in technology and changes in society. The second edition of the bestselling book E-Learning by Design offers a comprehensive look at the concepts and processes of developing, creating, and implementing a successful e-learning program. This practical, down-to-earth resource is filled with clear information and instruction without over simplification. The book helps instructors build customized e-learning programs from scratch-building on core principles of instructional design to: develop meaningful activities and lessons; create and administer online tests and assessments; design learning games and simulations; and implement an individualized program. "Every newcomer to the field will find this edition indispensable, while professionals will find much needed contemporary information to manage the rapid changes happening in our field. Even if you own the first edition, buy this update as soon as possible." - Michael W. Allen , CEO of Allen Interactions, Inc.; author, Michael Allen's e-Learning Library Series "Covers the full range of options for presenting learning materials online-including designing useful topics, engaging activities, and reliable tests-and it takes into account the realities and issues of today's instructional designers, such as social learning and mobile learning." - Saul Carliner , associate professor, Concordia University; author, The E-Learning Handbook "Horton nails it! Perfectly timed, robust, and practical, this second edition of brings together the latest strategies for learning without losing its critical premise-technology enables e-learning, but great design makes it work." - Marc J. Rosenberg , e-learning strategist; author, Beyond E-Learning "An e-learning encyclopedia loaded with detailed guidelines and examples ranging from basic instructional design techniques to the latest applications in games, social media, and mobile-learning. An essential reference for anyone involved in e-learning design, development, or evaluation" - Ruth Colvin Clark , author, e-Learning and the Science of Instruction
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    Sebastopol, Calif. : O'Reilly
    Language: English
    Pages: Online-Ressource (296 S.)
    Edition: Online-Ausg. Reproduction
    Series Statement: Safari Tech Books Online
    Parallel Title: Print version Developing Web applications with Haskell and Yesod
    DDC: 006.76
    RVK:
    Keywords: Application software Development ; Haskell (Computer program language) ; Electronic books ; Funktionale Programmierung ; Funktionale Programmiersprache ; HASKELL
    Description / Table of Contents: part I. Basicspart II. Advanced -- part III. Examples -- part IV. Appendices.
    Note: Parallel als Druckausg. erschienen , Reproduction
    URL: Volltext  (Connect to this resource online)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    Cambridge : Open Book Publishers
    ISBN: 9781906924706 , 1906924716 , 9781906924737 , 1906924724 , 1906924740 , 1906924708 , 9781906924713 , 1906924732 , 9781906924744 , 9781906924720
    Language: English
    Pages: 1 Online-Ressource (xlii, 567 pages)
    Series Statement: World oral literature series volume 1
    DDC: 398.2096
    RVK:
    Keywords: Folk literature, African History and criticism ; Oral tradition ; Folk literature ; Folk literature, African ; Oral tradition ; Folk literature ; Literature and literary studies ; SOCIAL SCIENCE ; Folklore & Mythology ; DRAMA ; African ; Folk literature ; Folk literature, African ; Oral tradition ; Africa ; Criticism, interpretation, etc ; Electronic books ; Electronic books. ; Electronic books. ; Criticism, interpretation, etc. ; Electronic books ; Subsaharisches Afrika ; Literatur ; Mündliche Überlieferung
    Abstract: "This revised edition makes Finnegan's ground-breaking research available to the next generation of scholars. It includes a new introduction, additional images, and an updated bibliography, as well as original chapters on poetry, prose, 'drum language' and drama, and an overview of the social, linguistic and historical background of oral literature in Africa."--Back cover
    Description / Table of Contents: The "oral" nature of African unwritten literature -- The perception of African oral literature -- The social, linguistic, and literary background -- Poetry and patronage -- Panegyric -- Elegiac poetry -- Religious poetry -- Special purpose poetry : war, hunting, and work -- Lyric -- Topical and political songs -- Children's songs and rhymes -- Prose narratives I : problems and theories -- Prose narratives II : content and form -- Proverbs -- Riddles -- Oratory, formal speaking, and other stylized forms -- Drum language and literature -- Drama.
    Note: Includes bibliographical references and index
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: DOAB
    URL: JSTOR
    URL: OAPEN
    URL: Lakeland College Access  ((Unlimited Concurrent Users))
    URL: Image  (Thumbnail cover image)
    URL: NorQuest College Access  ((Unlimited Concurrent Users))
    URL: Image  (Thumbnail cover image)
    URL: Cover
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    Oxford : Edinburgh University Press
    ISBN: 9780748645077
    Language: English
    Pages: Online-Ressource (169 p)
    Parallel Title: Print version Difference and Disability in the Medieval Islamic World : Blighted Bodies
    DDC: 305.697
    RVK:
    Keywords: People with disabilities -- Islamic Empire ; Electronic books ; Electronic books ; Electronic books
    Abstract: Outlines the complex significance of bodies in the late medieval central Arab Islamic lands. Did you know that blue eyes, baldness, bad breath and boils were all considered bodily 'blights' by Medieval Arabs, as were cross eyes, lameness and deafness? What assumptions about bodies influenced this particular vision of physical difference? How did blighted people view their own bodies? Through close analyses of anecdotes, personal letters, (auto)biographies, erotic poetry, non-binding legal opinions, diaristic chronicles and theological tracts, the cultural views and experiences of disability an
    Description / Table of Contents: Cover; Copyright; Contents; Abbreviations; Figures; Acknowledgements; Introduction; 1ʿAhāt in Islamic Thought; 2 Literary Networks in Mamluk Cairo; 3 Recollecting and Reconfiguring Afflicted Literary Bodies; 4 Transgressive Bodies, Transgressive Hadith; 5 Public Insults and Undoing Shame: Censoring the Blighted Body; Bibliography; Index
    Note: Description based upon print version of record
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    New York : Oxford University Press
    ISBN: 9780199968800
    Language: English
    Pages: 1 Online-Ressource (viii, 740 Seiten) , Illustrationen
    Series Statement: Oxford handbooks online
    Series Statement: Literature
    Series Statement: Oxford handbooks of literature
    Parallel Title: Erscheint auch als The Oxford handbook of global modernisms
    DDC: 809.9112
    RVK:
    Keywords: Electronic books ; Modernisme (cultuur) ; Bellettrie ; Electronic books ; Modernism (Literature) ; Modernism (Literature) ; Modernism (Literature) ; Aufsatzsammlung ; Literatur ; Moderne
    Abstract: "The Oxford Handbook of Global Modernisms expands the scope of modernism beyond its traditional focus to explore the contributions of artists from regions like Spain, the Balkans, China, Japan, India, Vietnam, and Nigeria. Together, these essays present a fresh examination of modernist works from around the world. Topics covered include: Richard Wright and photographic modernism; poetry of the Caribbean; Chinese modernism and Lu Xun's Ah Q-The Real Story; Ben Okri and magical realism; aesthetic autonomy in Paris, Italy, Russia; Cuba's avant-gardes; geography of Hebrew and Yiddish modernism in Europe; Japanese modernism in works by Kitagawa Fuyuhiko and Yokomitsu Riichi; and South African cinema."--Publisher's website
    Note: Includes bibliographical references and index. - Description based on print version record , Part I : Opening Places, Opening Methods. The Balkans Uncovered: Toward Historie Croisée of Modernism , Part II : Temporality. Berber Poetry and the Issue of Derivation: Alternate Symbolist Trajectories , Part III : Whose Modernism? The Will to Allegory and the Origin of Chinese Modernism: Rereading Lu Xun's Ah Q-The Real Story , Part IV : Forms and Modes. " Petro-Magic Realism": Ben Okri's Inflationary Modernism , Part V : Comparative Avant-Gardes. Futurist Geographies: Uneven Modernities and the Struggle for Aesthetic Autonomy: Paris, Italy, Russia, 1909-1914 , Part VI : Forms of Sociality. Cosmopolitanism and Modernism , Part VII : Locating the Transnational. The Circulation of Interwar Anglophone and Hispanic Modernisms , Part VIII : Translation Zones: Culture, Language, Media. Modernism Disfigured: Turkish Literature and the "Other West" , Part IX : Film as Vernacular Modernism. Tracking Cinema on a Global Scale , Part X : Afterword. Modernist Studies and Inter-Imperiality in the Longue Durée
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    Hanover : De Gruyter Mouton
    ISBN: 9783110288179
    Language: English
    Pages: 1 Online-Ressource (vi, 383 Seiten) , Diagramme
    Series Statement: Knowledge Unlatched Backlist Collection 2016
    Series Statement: Languages & Linguistics
    Parallel Title: Erscheint auch als Orthographies in early modern Europe
    RVK:
    RVK:
    Keywords: Writing ; Writing History ; Electronic books ; Aufsatzsammlung ; Europa ; Rechtschreibung ; Geschichte 1500-1600 ; Europa ; Rechtschreibung ; Geschichte 1450-1650
    Abstract: This volume provides, for the first time, a pan-European view of the development of written languages at a key time in their history: that of the 16th century. The major cultural and intellectual upheavals that affected Europe at the time - Humanism, the Reformation and the emergence of modern nation-states - were not isolated phenomena, and the evolution of the orthographical systems of European languages shows a large number of convergences, due to the mobility of scholars, ideas and technological innovations throughout the period
    Note: Includes bibliographical references and indexes , Introduction: Orthographies in Early Modern Europe: A comparative view , Spanish: Variation and standardization in the history of Spanish spelling , Italian: Italian orthography in Early Modern times , French: French orthography in the 16th century , English: Variable focusing in English spelling between 1400 and 1600 , German The emergence of suprasegmental spellings in German , Swedish: Variable norms in 16th-century Swedish orthography , Polish: The standardization of Polish orthography in the 16th century , Czech: Religion and diacritics: The case of Czech orthography , Croatian: On the creation of Croatian: The development of Croatian Latin orthography in the 16th century , Hungarian: 16th-century Hungarian orthography , Finnish: Standardization of Finnish orthography: From reformists to national awakeners , Introduction: Orthographies in Early Modern Europe: A comparative view , Spanish: Variation and standardization in the history of Spanish spelling , Italian: Italian orthography in Early Modern times , French: French orthography in the 16th century , English: Variable focusing in English spelling between 1400 and 1600 , German The emergence of suprasegmental spellings in German , Swedish: Variable norms in 16th-century Swedish orthography , Polish: The standardization of Polish orthography in the 16th century , Czech: Religion and diacritics: The case of Czech orthography , Croatian: On the creation of Croatian: The development of Croatian Latin orthography in the 16th century , Hungarian: 16th-century Hungarian orthography , Finnish: Standardization of Finnish orthography: From reformists to national awakeners
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    Indianapolis, Ind. : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxii, 618 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 006.6/96
    RVK:
    Keywords: Maya (Computer file) ; Computer animation ; Computer graphics ; Three-dimensional display systems ; Electronic books ; Electronic books ; local
    Abstract: A practical, step-by-step guide to Maya 2012 This book is the ideal primer to getting started with Maya, the premier 3D animation and effects software used in movies, visual effects, games, cartoons, short films, and commercials. You'll learn the Maya interface and the basics of modeling, texturing, animating, and visual effects. Professional visual effects artist and instructor Dariush Derakhshani explains the nuances of the complex software, while creative tutorials offer realistic, professional challenges for those new to 3D. You'll be up and running in no time with the world's most popular professional 3D software application. Provides a thorough, step-by-step introduction to Maya 2012 Explains the core concepts of CG and working in 3D Covers modeling, rigging, HDRI lighting, mental ray rendering, and more Concepts are reinforced with tutorials that offer realistic challenges and clear explanations Color insert provides real-world examples from talented beginning Maya users Build your Maya and animation skills from the ground up with this practical, thorough guide.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Language: English
    Pages: 1 online resource (xxxiii, 878 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    DDC: 005.8
    RVK:
    Keywords: Application software ; Security measures ; Handbooks, manuals, etc ; Internet ; Security measures ; Handbooks, manuals, etc ; Computer security ; Handbooks, manuals, etc ; Electronic books ; Electronic books ; local
    Abstract: The highly successful security book returns with a new edition, completely updated Web applications are the front door to most organizations, exposing them to attacks that may disclose personal information, execute fraudulent transactions, or compromise ordinary users. This practical book has been completely updated and revised to discuss the latest step-by-step techniques for attacking and defending the range of ever-evolving web applications. You'll explore the various new technologies employed in web applications that have appeared since the first edition and review the new attack techniques that have been developed, particularly in relation to the client side. Reveals how to overcome the new technologies and techniques aimed at defending web applications against attacks that have appeared since the previous edition Discusses new remoting frameworks, HTML5, cross-domain integration techniques, UI redress, framebusting, HTTP parameter pollution, hybrid file attacks, and more Features a companion web site hosted by the authors that allows readers to try out the attacks described, gives answers to the questions that are posed at the end of each chapter, and provides a summarized methodology and checklist of tasks Focusing on the areas of web application security where things have changed in recent years, this book is the most current resource on the critical topic of discovering, exploiting, and preventing web application security flaws. Also available as a set with, CEHv8: Certified Hacker Version 8 Study Guide, Ethical Hacking and Web Hacking Set, 9781119072171.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley
    Language: English
    Pages: 1 online resource (xxvii, 740, 25, 9 p.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    DDC: 005.4/3
    RVK:
    Keywords: VMware ; Handbooks, manuals, etc ; Virtual computer systems ; Handbooks, manuals, etc ; Electronic books ; Electronic books ; local
    Abstract: Your One-Stop Reference for VMware vSphere Automation If you manage vSphere in a Windows environment, automating routine tasks can save you time and increase efficiency. VMware vSphere PowerCLI is a set of pre-built commands based on Windows PowerShell that is designed to help you automate vSphere processes involving virtual machines, datacenters, storage, networks, and more. This detailed guide-using a practical, task-based approach and real-world examples-shows you how to get the most out of PowerCLI's handy cmdlets. Learn how to: Automate vCenter Server and ESX/ESX(i) Server deployment and configuration Create and configure virtual machines and use vApps Secure, back up, and restore your virtual machines Monitor, audit, and report the status of your vSphere environment Use the PowerCLI SDK, PowerWF Studio, and vEcoShell Schedule and view automation Add a GUI front end to your scripts
    Note: Includes bibliographical references (p. 1-9 at end) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxii, 583 p.) , ill.
    Series Statement: Developer reference
    Parallel Title: Erscheint auch als
    DDC: 005.4/4
    RVK:
    RVK:
    Keywords: Mac OS ; iOS (Electronic resource) ; Operating systems (Computers) ; Macintosh (Computer) ; Programming ; Computer software ; Development ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Everything you need to know to design, code, and build amazing apps Xcode 4 is Apple's newest version of the popular development suite for creating bleeding-edge OS X and iOS apps. Written by an experienced developer and Apple-focused journalist, this book not only covers developing for OS X but also for the entire family of iOS devices, including the iPhone, iPad, and iPod touch. You'll explore the newest tools for compiling, debugging, and finding and fixing common code errors so that you can look forward to improved, smooth-running code that is developed more efficiently than ever. Takes you step-by-step through the process of developing OS X and iOS applications using Xcode 4 Examines the benefits of Xcode 4, Apple's updated, free, object oriented programming environment Helps you tame the complex Xcode environment so you can develop amazing apps This book gets you up to speed on all the remarkable new features and redesigned user interface of Xcode 4 so you can get started creating phenomenal apps today.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Language: English
    Pages: 1 online resource (xxxiii, 593 p.) , ill.
    Edition: 3rd ed.
    Series Statement: Wiley series in communications networking & distributed systems
    Parallel Title: Erscheint auch als
    DDC: 621.382/16
    RVK:
    Keywords: MPLS standard ; Extranets (Computer networks) ; Electronic books ; Electronic books ; local
    Abstract: With a foreword by Yakov Rekhter "Here at last is a single, all encompassing resource where the myriad applications sharpen into a comprehensible text that first explains the whys and whats of each application before going on to the technical detail of the hows." Kireeti Kompella, CTO Junos, Juniper Networks The authoritative guide to MPLS, now in its Third edition, fully updated with brand new material! MPLS is now considered the networking technology for carrying all types of network traffic, including voice telephony, real-time video, and data traffic. In MPLS-Enabled Applications, Third Edition , the authors methodically show how MPLS holds the key to network convergence by allowing operators to offer more services over a single physical infrastructure. The Third Edition contains more than 170 illustrations, new chapters, and more coverage, guiding the reader from the basics of the technology, though all its major VPN applications. MPLS Enabled-Applications contains up-to-date coverage of: The current status and future potential of all major MPLS applications, including L2VPN, L3VPN, pseudowires and VPLS. A new chapter with up to date coverage of the MPLS transport profile, MPLS-TP. MPLS in access networks and Seamless MPLS, the new architecture for extending MPLS into the access, discussed in depth for both the unicast and the multicast case. Extensive coverage of multicast support in L3VPNs (mVPNs), explaining and comparing both the PIM/GRE and the next generation BGP/MPLS solutions, and including a new chapter on advanced topics in next generation multicast VPNs. A new chapter on advanced protection techniques, including detailed discussion of 50 ms end-to-end service restoration. Comprehensive coverage of the base technology, as well as the latest IETF drafts, including topics such as pseudowire redundancy, VPLS multihoming, IRB and P2MP pseudowires. MPLS-Enabled Applications will provide those involved in the design and deployment of MPLS systems, as well as those researching the area of MPLS networks, with a thoroughly modern view of how MPLS is transforming the networking world. "Essential new material for those trying to understand the next steps in MPLS." Adrian Farrel, IETF Routing Area Director " MPLS-Enabled Applications takes a unique and creative approach in explaining MPLS concepts and how they are applied in practice to meet the needs of Enterprise and Service Provider networks. I consistently recommend this book to colleag...
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Language: English
    Pages: 1 online resource (xxxi, 374 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 004.165
    RVK:
    Keywords: iPad (Computer) ; Application software ; Development ; Business ; Computer programs ; Business ; Data processing ; Mobile computing ; Tablet computers ; Enterprise application integration (Computer systems) ; Electronic books ; Electronic books ; local
    Abstract: Discover how to plan, design, develop, and deploy iPad apps for the enterprise Having taken the enterprise by storm, iPads are now in the hands of workers in virtually every level of companies in almost every industry, and users are beginning to demand line-of-business applications to help them be more productive and efficient from wherever they are. From business intelligence and executive dashboards to customer relationship management and order capture solutions, the iPad has incredible potential to leverage existing investments in information systems and enterprise applications. Even many paper-driven processes today, from sales presentations to survey data capture, can be dramatically enhanced through the introduction of the iPad. This book is a guide for how business and IT must collaborate to develop a mobile strategy to properly take advantage of this transformative technology. Readers will also learn about the high-level software architectural options, the importance of design and user experience, application development tools and techniques, and best practices for deploying and managing iPads in the enterprise. iPad in the Enterprise gets you started immediately planning, designing, developing, deploying, and managing iPad apps specifically for the enterprise.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley
    Language: English
    Pages: 1 online resource (xv, 430 p., [16] p. of plates) , ill.
    Edition: 2nd ed.
    Series Statement: For dummies
    Parallel Title: Erscheint auch als
    DDC: 006.696
    RVK:
    Keywords: Blender (Computer file) ; Computer graphics ; Computer animation ; Three-dimensional display systems ; Electronic books ; Electronic books ; local
    Abstract: The exciting new book on the exciting new Blender 2.5! If you want to design 3D animation, here's your chance to jump in with both feet, free software, and a friendly guide at your side! Blender For Dummies, 2 nd Edition is the perfect introduction to the popular, open-source, Blender 3D animation software, specifically the revolutionary new Blender 2.5. Find out what all the buzz is about with this easy-access guide. Even if you're just beginning, you'll learn all the Blender 2.5 ropes, get the latest tips, and soon start creating 3D animation that dazzles. Walks you through what you need to know to start creating eye-catching 3D animations with Blender 2.5, the latest update to the top open-source 3D animation program Shows you how to get the very most out of Blender 2.5's new multi-window unblocking interface, new event system, and other exciting new features Covers how to create 3D objects with meshes, curves, surfaces, and 3D text; add color, texture, shades, reflections and transparency; set your objects in motion with animations and rigging; render your objects and animations; and create scenes with lighting and cameras If you want to start creating your own 3D animations with Blender, Blender For Dummies, 2 nd Edition is where you need to start!
    Note: Previous ed.: 2009. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    Dordrecht : Springer
    ISBN: 9789400703759
    Language: English
    Pages: xvi, 197 p. , ill. (some col.), col. map.
    Series Statement: Logic, epistemology and the unity of science v. 19
    DDC: 160
    RVK:
    RVK:
    Keywords: Vagueness (Philosophy) ; Electronic books
    Note: Includes bibliographical references and index
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    Hanover : De Gruyter Mouton | Berlin : Knowledge Unlatched
    ISBN: 9783110255065 , 3110255065
    Language: English
    Pages: 1 Online-Ressource
    Edition: Also issued in print and PDF version
    Parallel Title: Erscheint auch als Languages of science in the eighteenth century
    RVK:
    RVK:
    Keywords: Science History ; 18th century ; Europe ; Technical writing History ; 18th century ; Europe ; Scientists Intellectual life ; 18th century ; Europe ; Scientists Intellectual life ; Technical writing History ; Science History ; Electronic books ; Konferenzschrift 2007 ; Naturwissenschaften ; Fachsprache ; Geschichte 1700-1800 ; Wissenschaftssprache ; Geschichte 1700-1800
    Abstract: The eighteenth century is an important period both in the history of science and in the history of languages. In this volume, seventeen authors explore, from a variety of angles, the construction of a scientific language and discourse. The chapters explore the forming of scientific communities, the emergence of new languages of science, the spread of scientific ideas, and the development of scientific writing
    Abstract: Frontmatter -- Contents -- Contributors -- Editors acknowledgements -- Introduction -- Introduction: Languages of science in the eighteenth century -- Section 1. The forming of scientific communities -- Church, state, university, and the printing press: Conditions for the emergence and maintenance of autonomy of scientific publication in Europe -- Philology in the eighteenth century: Europe and Sweden -- The Swedish Academy of Sciences: Language policy and language practice -- Section 2. The emergence of new languages of science -- Scientific literacy in eighteenth-century Germany -- From vernacular to national language: Language planning and the discourse of science in eighteenth-century Sweden -- From Latin and Swedish to Latin in Swedish. On the early modern emergence of a professional vernacular variety in Sweden -- Science and natural language in the eighteenth century: Buffon and Linnaeus -- From theory of ideas to theory of succedaneum: The Linnaean botanical nomenclature(s) as a point of view on the world -- Section 3. The spread of scientific ideas -- Linnaeuss international correspondence. The spread of a revolution -- The influence of Carl Linnaeus on the Encyclopaedia Britannica of 1771 -- Linnaeus and the Siberian expeditions: Translating political empire into a kingdom of knowledge -- The introduction of the Linnaean classification of nature in Portugal -- Section 4. The development of scientific writing -- Linnaeus as a connecting link in Swedish language history -- Calendar and aphorism: A generic study of Carl Linnaeuss Fundamenta Botanica and Philosophia Botanica -- The reflective cultivator? Model readers in eighteenth-century Swedish garden literature -- The linguistic construction of scientificality in early Swedish medical texts -- Eighteenth-century English medical texts and discourses on reproduction -- Subject index
    Note: Includes bibliographical references and indexes , Also issued in print and PDF version. , In English
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    Cheltenham : Edward Elgar
    ISBN: 9780857930576
    Language: English
    Pages: 1 Online-Ressource (xi, 439 p) , ill
    Edition: 2nd ed
    Series Statement: Edward Elgar E-Book Archive
    Parallel Title: Erscheint auch als A handbook of cultural economics
    DDC: 381/.457
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Kulturökonomik ; Theorie ; Welt ; Culture Economic aspects ; Arts Economic aspects ; Electronic books ; Culture ; Economic aspects ; Aufsatzsammlung ; Kulturwirtschaft ; Kulturindustrie ; Kunstökonomie ; Kulturmanagement
    Abstract: The second edition of this widely acclaimed and extensively cited collection of original contributions by specialist authors reflects changes in the field of cultural economics over the last eight years. Thoroughly revised chapters alongside new topics and contributors bring the Handbook up to date, taking into account new research, literature and the impact of new technologies in the creative industries
    Abstract: Application of welfare economics / William J. Baumol -- Art auctions / Orley Ashenfelter and Kathryn Graddy -- Art dealers / Olav Velthuis -- Art markets / Olav Velthuis -- Art prices / Dominique Sagot-Duvauroux -- Artistic freedom / Michael Rushton -- Artists' labour markets / Françoise Benhamou --Artists' rights / Michael Rushton -- Awards / Nachoem M. Wijnberg -- Baumol's cost disease / James Heilbrun -- Broadcasting / Glenn Withers and Katrina Alford -- Cinema / Samuel Cameron -- Contingent valuation / Tiziana Cuccia -- Copyright / William M. Landes -- Costs of production / Mervi Taalas -- Creative economy / Tyler Cowen -- Creative industries / Ruth Towse -- Creativity / Ruth Towse -- Criticism / Samuel Cameron -- Cultural capital / David Throsby --Cultural districts / Walter Santagata -- Cultural entrepreneurship / Mark Blaug and Ruth Towse -- Cultural statistics / David Throsby -- Cultural tourism / Lluís Bonet -- Cultural value / Jen D. Snowball -- Demand / Louis Lévy-Garboua and Claude Montmarquette -- Digitalization / Anders Henten and Reza Tadayoni -- Economic impact of the arts / Bruce A. Seaman -- Experience goods / Michael Hutter -- Festivals / Bruno S. Frey -- Globalization / Keith Acheson -- Heritage / Françoise Benhamou -- International trade / Günther G. Schulze -- The internet : culture for free / Joe͏̈lle Farchy -- The internet : economics / Fabrice Rochelandet -- Management of the arts / François Colbert -- Marketing the arts / François Colbert -- Media economics and regulation / Gillian Doyle -- Motion Pictures / Darlene C. Chisholm -- Museums / Víctor Fernández-Blanco and Juan Prieto-Rodríguez -- The music industry / Andrew E. Burke -- Non-profit organizations / Dick Netzer -- Opera and ballet / Ruth Towse -- Orchestras / William A. Luksetich. -- Participation / Charles M. Gray --Performance indicators / Giacomo Pignataro -- Performing arts / Ruth Towse -- Poverty and support for artists -- Hans Abbing -- Pricing the arts / Michael Rushton -- Principal-Agent analysis / Michele Trimarchi -- Public choice / Isidoro Mazza -- Public support / Bruno S. Frey -- Publishing / Christian Hjorth-Andersen -- Regulation / Ilde Rizzo -- Resale rights / Victor Ginsburgh -- Superstars / Günther G. Schulze -- Tax Concessions / John O'Hagan -- Television / Christopher Maule -- Theatre / Daniel Urrutiaguer -- Welfare economics / Mark Blaug
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    Amsterdam : John Benjamins Publishing Company | The Hague : OAPEN Foundation
    ISBN: 9789027284662
    Language: English
    Pages: 1 Online-Ressource (XIV, 353 Seiten) , Illustrationen
    Series Statement: Pragmatics & beyond. New series volume 213
    DDC: 306.4402854678
    RVK:
    Keywords: Computerunterstützte Kommunikation ; Internet ; Pragmatik ; Kommunikation ; Sprache ; Online-Publikation ; Electronic books
    Note: Literaturverzeichnis: Seite 297-342
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    ISBN: 9783862347049
    Language: English
    Pages: 1 Online-Ressource (469 Seiten) , Diagramme
    Series Statement: Interfacing science, literature, and the humanities - ACUME 2 1
    Parallel Title: Erscheint auch als The Prague School and theories of structure
    DDC: 410.18
    RVK:
    RVK:
    Keywords: Pražský linguistický kroužek ; Structural linguistics ; Structuralism (Literary analysis) ; Language arts ; Language Arts & Disciplines / Linguistics ; Electronic books ; Aufsatzsammlung ; Prager Schule ; Strukturalismus ; Prager Schule ; Strukturalismus ; Linguistik ; Literaturwissenschaft
    Abstract: Diese Reihe untersucht Gemeinsamkeiten und Unterschiede von Natur- und Geisteswissenschaftlichen. Das Konzept des »Einflusses« bzw. des »gegenseitigen Einflusses« soll zugunsten eines dynamischeren Konzepts des »Interfacing« (Verbindung/Vernetzung) hinterfragt werden. Ein grundlegender Ausgangspunkt ist die Erkenntnis, dass die beiden Wissenssphären, die geistes- und die naturwissenschaftliche, häufig zur gleichen Zeit neue Untersuchungsmodelle entwickeln und damit auf komplexe wissenschaftliche und kulturelle Phänomene reagieren. Das Konzept des »Interfacing« impliziert eine integrierte Sicht neuer Wissensgebiete in neuen Kontexten. Nicht länger an der traditionellen Vorstellung von »Ursache und Wirkung« gebunden, impliziert der Isomorphismus Gleichzeitigkeit statt Konsequentialität. Nicht immer beeinflusst die eine Sphäre die andere; Isomorphismus impliziert gemeinsame Entdeckungen, durch die beide Bereichen zur gleichen Zeit neue investigative Modelle und Darstellungssysteme entwickeln. Dialog und gegenseitiges Verständnis zwischen den beiden sogenannten »zwei Kulturen« werden so stimuliert. Wichtige Forschungsbereiche sind Interfacing-Modelle und Paradigmen in den Natur- und Geisteswissenschaften, kulturell bedingte Darstellungen von Naturwissenschaft und Technologie, wissenschaftliche Entdeckungen und narrative Diskurse, Lebenserinnerungen von Wissenschaftlerinnen und Wissenschaftlern, das Überschreiten von Grenzen zwischen Natur- und Geisteswissenschaft durch Lernen sowie die Bereicherung der Geisteswissenschaften durch angewandte Naturwissenschaften, einschließlich der Informationstechnologien. Die Reihe umfasst sowohl Monographien als auch Essaysammlungen in englischer, deutscher, französischer und italienischer Sprache. Das Nebeneinander verschiedener Sprachen zeugt von der Intention von Herausgeberschaft und wissenschaftlichem Beirats, ein integriertes Wissen aus europäischer Perspektive herauszubilden
    Note: Literaturangaben
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    Amsterdam : John Benjamins Publishing Company | Berlin : Knowledge Unlatched
    ISBN: 9789027288486
    Language: English
    Pages: 1 Online-Ressource (xii, 488 Seiten)
    Parallel Title: Erscheint auch als Chomskyan (r)evolutions
    DDC: 415/.0182
    RVK:
    RVK:
    RVK:
    Keywords: Chomsky, Noam ; Chomsky, Noam ; Generative grammar ; Generative grammar ; Language arts ; Language Arts & Disciplines / Linguistics ; Electronic books ; Aufsatzsammlung ; Konferenzschrift ; Chomsky, Noam 1928- ; Generative Grammatik
    Abstract: Chomsky's atavistic revolution (with a little help from his enemies) / John E. Joseph -- The equivocation of form and notation in generative grammar / Christopher Beedham -- Chomsky's paradigm : what it includes and what it excludes / Joanna Radwanska-Williams -- "Scientific revolutions" and other kinds of regime change / Stephen O. Murray -- Noam and Zellig / Bruce Nevin -- Chomsky 1951a and Chomsky 1951b / Peter T. Daniels -- Grammar and language in syntactic structures : transformational progress and structuralist "reflux" / Pierre Swiggers -- Chomsky's other revolution / R. Allen Harris -- Chomsky between revolutions / Malcolm D. Hyman -- What do we talk about, when we talk about "universal grammar" and how have we talked about it? / Margaret Thomas -- Migrating propositions and the evolution of generative grammar / Marcus Tomalin -- Universalism and human difference in Chomskyan linguistics : the first "superhominid" and the language faculty / Christopher Hutton -- The evolution of meaning and grammar : Chomskyan theory and the evidence from grammaticalization / T. Craig Christy -- Chomsky in search of a pedigree / Camiel Hamans & Pieter A.M. Seuren -- The "linguistics wars" : a tentative assessment by an outsider witness / Giorgio Graffi -- British empiricism and transformational grammar : a current debate / Jacqueline Léon -- Historiography's contribution to theoretical linguistics / Julie Tetel Andresen
    Note: Includes bibliographical references and index , Chomsky's atavistic revolution (with a little help from his enemies) , The equivocation of form and notation in generative grammar , Chomsky's paradigm : what it includes and what it excludes , "Scientific revolutions" and other kinds of regime change , Noam and Zellig , Chomsky 1951a and Chomsky 1951b , Grammar and language in syntactic structures : transformational progress and structuralist "reflux" , Chomsky's other revolution , Chomsky between revolutions , What do we talk about, when we talk about "universal grammar" and how have we talked about it? , Migrating propositions and the evolution of generative grammar , Universalism and human difference in Chomskyan linguistics : the first "superhominid" and the language faculty , The evolution of meaning and grammar : Chomskyan theory and the evidence from grammaticalization , Chomsky in search of a pedigree , The "linguistics wars" : a tentative assessment by an outsider witness , British empiricism and transformational grammar : a current debate , Historiography's contribution to theoretical linguistics
    URL: Cover  (Thumbnail cover image)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    Dordrecht : Springer Netherlands
    ISBN: 9789048133413
    Language: English
    Pages: 1 online resource (218 pages)
    Series Statement: Argumentation Library v.17
    Parallel Title: Erscheint auch als
    DDC: 160
    RVK:
    RVK:
    Keywords: Logic ; Vicious circle principle (Logic) ; Electronic books
    Abstract: Infinite regress arguments are part of a philosopher's tool kit. But how sharp or strong is this tool? The author has collected and evaluated a host of infinite regress arguments, comparing and contrasting many of the formal and non-formal properties.
    Abstract: Intro -- Acknowledgements -- Introduction -- 1 What is an Infinite Regress Argument? -- 1.1 The General Structure of Infinite Regress Arguments -- 1.2 Boundaries of an Infinite Regress Argument -- 1.2.1 Boundaries when an Infinite Regress is Vicious -- 1.2.2 Boundaries when an Infinite Regress is Benign -- 1.3 A Hypothesis About the Nature of Infinite Regresses -- 1.4 Testing Hypothesis H -- 1.5 Testing Hypothesis H with Nonconcatenating Regresses -- 1.6 Potentially Infinite and Actually Infinite Regresses -- 1.7 The Necessary Quantity of Terms and Relations -- 1.8 Applications of Hypothesis H to Various Examples -- 1.8.1 Plato's Couch -- 1.8.2 Teachers Taught by Teachers -- 1.8.3 Gods Giving Meaning to Gods -- 1.8.4 Maps of Maps -- 1.8.5 Lewis Carroll''s ''What the Tortoise Said to Achilles'' -- 1.9 Logical Functions of Infinite Regresses -- 1.9.1 Benign Regresses -- 1.9.2 Superfluous Regresses -- 1.10 Cogency and Benign Regresses -- 2 The Formal and Nonformal Logic of Infinite Concatenating Regresses -- 2.1 Recurring Terms, Loops, and Regress Formulas -- 2.2 The Relation of Terms and Objects of an Infinite Regress -- 2.3 Applications -- 2.4 Recurring Terms, Loops, and Infinite Concatenating Regresses -- 2.5 Relations and Loops -- 2.6 Blocking All Possible Loops -- 2.7 Are Irreflexivity, or Asymmetry or Transitivity Necessary to Block Loops? -- 2.8 Concatenating Relations in Regress Formulas -- 2.9 Directions of Infinite Concatenating Regresses -- 2.9.1 The Importance of the Direction of an Infinite Regress -- 2.9.2 The Formal Direction of an Infinite Regress -- 2.9.3 The Semantic Direction of an Infinite Regress -- 2.10 Non-formal Considerations in Regress Formulas -- 2.10.1 Relations and Their Implications -- 2.10.2 Unstated Properties of Relations and Terms.
    Note: Description based on publisher supplied metadata and other sources
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...