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.  (1,962)
  • KOBV  (924)
  • 2015-2019  (2,229)
  • Wiesbaden : Springer Fachmedien Wiesbaden  (1,447)
  • Sebastopol, CA : O'Reilly Media  (782)
Datasource
Material
Language
Years
Year
  • 1
    Journal/Serial
    Journal/Serial
    Wiesbaden : Springer Fachmedien Wiesbaden | Opladen : Leske + Budrich | Wiesbaden : VS, Verl. f. Sozialwiss. | Pfaffenweiler : Centaurus-Verl. ; 1.1991 -
    ISSN: 0935-7548 , 2628-8133
    Language: German
    Dates of Publication: 1.1991 -
    Parallel Title: Erscheint auch als Stadt, Raum und Gesellschaft
    DDC: 300
    Keywords: Monografische Reihe
    Note: Teilweise ungezählt
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658258290
    Language: German
    Pages: Online-Ressource
    Edition: 1. Auflage 2019
    Series Statement: Edition WÜRTH Chair of Cultural Production
    Parallel Title: Nicht-Besucherforschung
    DDC: 306.0943
    Keywords: Kulturelle Einrichtung ; Benutzerforschung ; Publikum ; Motivation ; Kulturmanagement ; Oper ; Künste ; Habitus ; Zielgruppe ; Verhalten ; Deutschland ; Leoni
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer
    ISBN: 9783658243012
    Language: German
    Pages: 1 Online-Ressource (IX, 199 S. 3 Abb)
    Series Statement: BestMasters
    Parallel Title: Printed edition
    DDC: 155.2
    RVK:
    Keywords: Consciousness ; Psychology, clinical ; Women ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    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 ...
  • 4
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658244835
    Language: German
    Pages: 1 Online-Ressource (XIII, 377 S. 1 Abb)
    Series Statement: Bildung und Gesellschaft
    Parallel Title: Printed edition
    DDC: 306.43
    RVK:
    RVK:
    RVK:
    Keywords: Education—Research ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    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 ...
  • 5
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Computer software ; Development ; Information technology ; Management ; Electronic books ; Electronic books ; local
    Abstract: Whether you want to fine-tune operational control or conduct A/B/n tests, feature flags make it easy to deliver software features quickly and safely. With this practical book, software engineers will learn eight best practices for using feature flags in production, including how to configure and manage a growing set of feature flags within your product, maintain them over time, manage infrastructure migrations, and more. Pete Hodgson and Patricio Echagüe demonstrate how feature flags help modern product delivery teams reduce risk by decoupling code deployment from feature release. You'll learn how to maintain flag consistency in different scenarios and how to develop, test, and work with feature flags at scale. With these practices, you will: Make sure users in a test still have access once a feature is ramped up Learn flag strategies for transitioning users from "anonymous" to "logged in" Keep flagging decisions on the server to maintain performance and security Use patterns to make incremental, backward-compatible database changes Implement flagging decisions as close to business logic as possible Have each flag owned by one team responsible for rollout and monitoring Consider testability when using feature flags in combination with CI practices Maintain a process for identifying and tracking flags Examine the effect a feature flag is having on your business
    Note: Description based on online resource; title from title page (Safari, viewed April 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Information technology ; Management ; Electronic data processing ; Distributed processing ; Business enterprises ; Computer networks ; Management ; Electronic books ; Electronic books ; local
    Abstract: Chaos engineering is a highly collaborative activity. When applied well, virtually everyone is responsible for exploring, surfacing, overcoming, and validating weaknesses in their systems. That can lead to a lot of chaos engineering activity across a collection of systems at any moment in time. How can you keep chaos engineering from becoming, well, too chaotic? One key technique is chaos observability. In this ebook, Russ Miles of ChaosIQ demonstrates how to bring your chaos experiments into the world of system observability. Chaos observability enables you to surface, debug, and even visualize chaos experiment activities across your system in real time and through time series recordings. You'll learn how chaos observability helps everyone in production be aware of chaos activities occurring within and across systems. Understand why it's imperative to make chaos engineering observable Learn how to bring chaos experiments and engineering into the overall system observability picture Make chaos observability actionable and difficult to ignore through alerts and Slack integration
    Note: Description based on online resource; title from title page (Safari, viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Python (Computer program language) ; Database management ; Data structures (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: To really learn data science, you should not only master the tools-data science libraries, frameworks, modules, and toolkits-but also understand the ideas and principles underlying them. Updated for Python 3.6, this second edition of Data Science from Scratch shows you how these tools and algorithms work by implementing them from scratch. If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with the hacking skills you need to get started as a data scientist. Packed with new material on deep learning, statistics, and natural language processing, this updated book shows you how to find the gems in today's messy glut of data. Get a crash course in Python Learn the basics of linear algebra, statistics, and probability-and how and when they're used in data science Collect, explore, clean, munge, and manipulate data Dive into the fundamentals of machine learning Implement models such as k-nearest neighbors, Naïve Bayes, linear and logistic regression, decision trees, neural networks, and clustering Explore recommender systems, natural language processing, network analysis, MapReduce, and databases
    Note: Previous edition published: 2015. - Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Cloud computing ; Information technology ; Management ; Electronic books ; Electronic books ; local
    Abstract: The great cloud migration is picking up steam. Companies moving all or part of their IT workloads to the public cloud for backup, email hosting, productivity apps or all of the above will generate $44 billion in costs during 2018 alone. So, the question is not if but how enterprises plan to make the move. This ebook provides a practical seven-step migration plan to prepare your company for the journey. Author Steve Francis provides a prescriptive look at the best practices needed to ensure a successful transition. You'll also learn from several IT and business leaders about their recent cloud migration experiences, including pitfalls to avoid. This seven-step plan focuses on three major benefits of the cloud: operational agility, strategic focus, and cost savings: Identify desired outcomes before you get into migration specifics Classify candidates for the cloud, including applications or workloads best suited for the move Define deployment model criteria-IaaS, PaaS, SaaS, or a private cloud Devise an iterative, agile process for transformation among your teams Get buy-in to the plan from people at the top and in the trenches Start simply with a project that's relatively risk-free-one you're likely to learn from the most Rinse and repeat by applying lessons learned to the next workload or application
    Note: Description based on online resource; title from title page (Safari, viewed November 8, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume)
    Edition: First edition.
    Keywords: Cloud computing ; Computer architecture ; Information technology ; Management ; Electronic books ; Electronic books ; local
    Abstract: Why are so many companies embracing cloud native development? Getting new features into the hands of demanding customers requires a faster and more efficient approach than traditional development methods. The most successful organizations today use cloud native to develop innovative software products and services with speed and scalability not possible with the static waterfall development method. In this ebook, Bill Laberis explores cloud native by defining various interrelated elements of this approach. By learning terms such as DevOps, microservices, and continuous delivery, you'll understand why cloud native is much more about how applications are built and deployed than where. This ebook includes case studies of how the Financial Times, Volkswagen, ASOS, and DISH adopted cloud native. You'll examine cloud native practices and components such as: DevOps: Practices for removing barriers between development and operations Continuous delivery, continuous upgrades, and automated scalability: Practices vital to DevOps success Containers, including Docker: A method for bundling software and its dependencies into one package Kubernetes: A tool for deploying, scaling, and managing containerized applications Orchestration: Automated configuration, coordination, and management of cloud systems, resources, and software Microservices: Architecture for building applications as a collection of services or protocols
    Note: Description based on online resource; title from title page (Safari, viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume)
    Edition: First edition.
    Keywords: Empathy ; Work ; Psychological aspects ; Psychology, Industrial ; Interpersonal communication ; Interpersonal relations ; Electronic books ; Electronic books ; local
    Abstract: Empathy is an essential tool for building solid relationships, connecting with those you disagree with, and creating an environment where everyone feels valued. Empathy is also incredibly difficult to quantify. How do you show empathy? Which actions promote empathy, and which destroy it? This practical ebook details how companies can create systems and services around empathy to help managers and their employees have a better experience at work. Author Sharon Steed examines the most impactful empathy actions and shows you how to facilitate conversations around incorporating these practices among your teams. You'll explore different types of empathy and learn how to apply empathetic communication. Along the way, you'll discover new tools to help you be a better empath in difficult situations. This ebook explores: Three types of empathy that play an important role in how you interact with others Key characteristics of empathetic communication: active listening and intentional speaking Why nonverbal communication outweighs verbal communication The behaviors of collaborative teams that value empathy How to overcome barriers at work that make empathy difficult Three steps to help you put empathy into operation
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: JavaScript (Computer program language) ; Interactive computer graphics ; Computer graphics ; Computer programs ; Electronic books ; Electronic books ; local
    Abstract: If you're in a hurry to learn D3.js, the leading JavaScript library for web-based graphics and visualization, this book is for you. Written for technically savvy readers with a background in programming or data science, the book moves quickly, emphasizing unifying concepts and patterns. Anticipating common difficulties, author Philipp K. Janert teaches you how to apply D3 to your own problems. Assuming only a general programming background, but no previous experience with contemporary web development, this book explains supporting technologies such as SVG, HTML5, CSS, and the DOM as needed, making it a convenient one-stop resource for a technical audience. Understand D3 selections, the library's fundamental organizing principle Learn how to create data-driven documents with data binding Create animated graphs and interactive user interfaces Draw figures with curves, shapes, and colors Use the built-in facilities for heatmaps, tree graphs, and networks Simplify your work by writing your own reusable components
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed May 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Life sciences ; Data processing ; Machine learning ; Artificial intelligence ; Electronic books ; local ; Electronic books
    Abstract: Deep learning has already achieved remarkable results in many fields. Now it's making waves throughout the sciences broadly and the life sciences in particular. This practical book teaches developers and scientists how to use deep learning for genomics, chemistry, biophysics, microscopy, medical analysis, and other fields. Ideal for practicing developers and scientists ready to apply their skills to scientific applications such as biology, genetics, and drug discovery, this book introduces several deep network primitives. You'll follow a case study on the problem of designing new therapeutics that ties together physics, chemistry, biology, and medicine-an example that represents one of science's greatest challenges. Learn the basics of performing machine learning on molecular data Understand why deep learning is a powerful tool for genetics and genomics Apply deep learning to understand biophysical systems Get a brief introduction to machine learning with DeepChem Use deep learning to analyze microscopic images Analyze medical scans using deep learning techniques Learn about variational autoencoders and generative adversarial networks Interpret what your model is doing and how it's working
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Organizational change ; Organizational effectiveness ; Agile software development ; Electronic books ; Electronic books ; local
    Abstract: The Agile movement provides real, actionable answers to the question that keeps many company leaders awake at night: How do we stay successful in a fast-changing and unpredictable world? Agile has already transformed how modern companies build and deliver software. This practical book demonstrates how entire organizations-from product managers and engineers to marketers and executives-can put Agile to work. Author Matt LeMay explains Agile in clear, jargon-free terms and provides concrete and actionable steps to help any team put its values and principles into practice. Examples from a wide variety of organizations, including small nonprofits and global financial enterprises, bring to life the on-the-ground realities of Agile across industries and functions. Understand exactly what Agile is and why it matters Use Agile to address your organization's specific needs and goals Take customer centricity from theory into practice Stop wasting time in "report and critique" meetings and start making better decisions Create a harmonious cycle of learning, collaborating, and delivering Learn from Agile experts at companies like IBM, Spotify, and Coca-Cola
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed November 7, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Language: English
    Pages: 1 online resource (1 volume)
    Edition: First edition.
    Keywords: Commercial crimes ; Investigation ; Computer crimes ; Investigation ; Artificial intelligence ; Electronic books ; Electronic books ; local
    Abstract: As new digital channels emerge for monetary transactions, financial crime continues to soar. The good news is that recently developed AI-based crime-fighting systems are already having a positive impact. In this report, Atif Kureishy (Teradata Consulting) and Chad Meley (Teradata) examine online criminal activity and describe the benefits and challenges of deploying AI models for fighting digital crime. Roughly two-thirds of all businesses around the globe experienced financial criminal activity in 2017-up 58% from the year before. Legacy practices and traditional rules engines simply can't keep up. This report delves into research on the current state of AI adoption worldwide and discusses the advantages of AI models as well as the difficulties of putting them into practice. With this report, you'll explore: Different types of financial crime, including sophisticated fraud schemes, cybercrime, and money laundering The fallout that successful criminal schemes have on financial services firms Challenges to staying ahead of financial crime, such as regulatory complexity, real-time transactions, and pressure to innovate The state of today's anticrime measures in financial institutions and the benefits of AI-based models Challenges that crop up when deploying AI models for fighting financial crime
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed June 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: User-centered system design ; User interfaces (Computer systems) ; Design ; Business writing ; Electronic books ; Electronic books ; local
    Abstract: When you depend on users to perform specific actions-like buying tickets, playing a game, or riding public transit-well-placed words are most effective. But how do you choose the right words? And how do you know if they work? With this practical book, you'll learn how to write strategically for UX, using tools to build foundational pieces for UI text and UX voice strategy. UX content strategist Torrey Podmajersky provides strategies for converting, engaging, supporting, and re-attracting users. You'll use frameworks and patterns for content, methods to measure the content's effectiveness, and processes to create the collaboration necessary for success. You'll also structure your voice throughout so that the brand is easily recognizable to its audience. Learn how UX content works with the software development lifecycle Use a framework to align the UX content with product principles Explore content-first design to root UX text in conversation Learn how UX text patterns work with different voices Produce text that's purposeful, concise, conversational, and clear
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed June 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Application program interfaces (Computer software) ; Application software ; Development ; Cloud computing ; Software patterns ; Open source software ; Electronic books ; Electronic books ; local
    Abstract: The way developers design, build, and run software has changed significantly with the evolution of microservices and containers. These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huß from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes. Each pattern includes a description of the problem and a proposed solution with Kubernetes specifics. Many patterns are also backed by concrete code examples. This book is ideal for developers already familiar with basic Kubernetes concepts who want to learn common cloud-native patterns. You'll learn about the following pattern categories: Foundational patterns cover the core principles and practices for building container-based cloud-native applications. Behavioral patterns explore finer-grained concepts for managing various types of container and platform interactions. Structural patterns help you organize containers within a pod, the atom of the Kubernetes platform. Configuration patterns provide insight into how application configurations can be handled in Kubernetes. Advanced patterns cover more advanced topics such as extending the platform with operators.
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Cloud computing ; Electronic data processing ; Information technology ; Management ; Database management ; Electronic books ; Electronic books ; local
    Abstract: Cloud platforms are changing big data processing for the better, but there's one significant challenge: the problem of managing costs. Organizations used to on-premises solutions are often surprised by expense overruns for various tasks in the cloud, due to the ever-increasing amounts of structured, semi-structured, and unstructured data they collect and use. With this comprehensive guide, IT leaders, data architects, data engineers, and data analysts will examine several factors that affect cloud-based data processing costs. You'll also come away with a collection of financial governance best practices. Through the course of this ebook, you'll explore three areas essential to any successful governance plan: cost controls, traceability, and predictability. Authors Amit Duvedi, Balaji Mohanam, Andy Still, and Andrew Ash cover the processes, tools, and systems that will enable you to perform effective financial governance of your data processing platform. Learn how cloud-based financial governance differs from on-premises solutions Examine the way your company currently uses a cloud data platform Explore available cloud provider tools, third-party cloud management tools, and the new breed of analytic data platforms Dive into the stages of the financial governance lifecycle-to understand, control, and then optimize activity in your cloud platform Control your cloud costs while still meeting rising business demand and SLAs
    Note: Description based on online resource; title from title page (Safari, viewed June 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Information technology ; Management ; Machine learning ; Electronic books ; Electronic books ; local
    Abstract: As enterprise-scale data science sharpens its focus on data-driven decision making and machine learning, new tools have emerged to help facilitate these processes. This practical ebook shows data scientists and enterprise developers how the notebook interface, Apache Spark, and other collaboration tools are particularly well suited to bridge the communication gap between their teams. Through a series of real-world examples, author Jerome Nilmeier demonstrates how to generate a model that enables data scientists and developers to share ideas and project code. You'll learn how data scientists can approach real-world business problems with Spark and how developers can then implement the solution in a production environment. Dive deep into data science technologies, including Spark, TensorFlow, and the Jupyter Notebook Learn how Spark and Python notebooks enable data scientists and developers to work together Explore how the notebook environment works with Spark SQL for structured data Use notebooks and Spark as a launchpad to pursue supervised, unsupervised, and deep learning data models Learn additional Spark functionality, including graph analysis and streaming Explore the use of analytics in the production environment, particularly when creating data pipelines and deploying code
    Note: Description based on online resource; title from title page (Safari, viewed April 29, 2019)
    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.
    Keywords: Cloud computing ; Security measures ; Computer networks ; Security measures ; Computer networks ; Access control ; Electronic books ; Electronic books ; local
    Abstract: With their rapidly changing architecture and API-driven automation, cloud platforms come with unique security challenges and opportunities. This hands-on book guides you through security best practices for multivendor cloud environments, whether your company plans to move legacy on-premises projects to the cloud or build a new infrastructure from the ground up. Developers, IT architects, and security professionals will learn cloud-specific techniques for securing popular cloud platforms such as Amazon Web Services, Microsoft Azure, and IBM Cloud. Chris Dotson-an IBM senior technical staff member-shows you how to establish data asset management, identity and access management, vulnerability management, network security, and incident response in your cloud environment.
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed March 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Apache Flink ; Streaming technology (Telecommunications) ; Big data ; Electronic books ; Electronic books ; local
    Abstract: Get started with Apache Flink, the open source framework that powers some of the world's largest stream processing applications. With this practical book, you'll explore the fundamental concepts of parallel stream processing and discover how this technology differs from traditional batch data processing. Longtime Apache Flink committers Fabian Hueske and Vasia Kalavri show you how to implement scalable streaming applications with Flink's DataStream API and continuously run and maintain these applications in operational environments. Stream processing is ideal for many use cases, including low-latency ETL, streaming analytics, and real-time dashboards as well as fraud detection, anomaly detection, and alerting. You can process continuous data of any kind, including user interactions, financial transactions, and IoT data, as soon as you generate them. Learn concepts and challenges of distributed stateful stream processing Explore Flink's system architecture, including its event-time processing mode and fault-tolerance model Understand the fundamentals and building blocks of the DataStream API, including its time-based and statefuloperators Read data from and write data to external systems with exactly-once consistency Deploy and configure Flink clusters Operate continuously running streaming applications
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Application software ; Development ; Computer networks ; Management ; Computer software ; Development ; Electronic books ; Electronic books ; local
    Abstract: While Kubernetes is a great platform for running and managing containers, the job of building, deploying, and managing serverless applications is best suited for Knative. This practical ebook shows developers and operators new to Knative how to use this open source project in conjunction with Kubernetes. You'll learn how to create and run code with Knative and how to integrate this platform into your production environment. Throughout this ebook, Bryan Friedman and Brian McClain from Pivotal explore serverless architecture patterns using examples of self-service use cases. Whether you're planning to use Kubernetes or have begun to run it in production, this ebook will help you understand how Knative and each of its components will work in your system. Code samples are available on GitHub, and prebuilt container images are available on Docker Hub. Dive into Knative's three key components: serving, building, and eventing Deploy and serve applications and functions with the Knative Serving module Compile and package code as containers with Knative Build Create a rich, robust event-driven architecture with Knative Eventing Explore advanced topics such as creating your own event source and using build templates Put everything together to build a sample service for visualizing earthquake activity
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Cloud computing ; Electronic data processing ; Distributed processing ; Application software ; Development ; Information technology ; Management ; Open source software ; Electronic books ; Electronic books ; local
    Abstract: Kubernetes is the operating system of the cloud native world, providing a reliable and scalable platform for running containerized workloads. In this friendly, pragmatic book, cloud experts John Arundel and Justin Domingus show you what Kubernetes can do-and what you can do with it. You'll learn all about the Kubernetes ecosystem, and use battle-tested solutions to everyday problems. You'll build, step by step, an example cloud native application and its supporting infrastructure, along with a development environment and continuous deployment pipeline that you can use for your own applications. Understand containers and Kubernetes from first principles; no experience necessary Run your own clusters or choose a managed Kubernetes service from Amazon, Google, and others Use Kubernetes to manage resource usage and the container lifecycle Optimize clusters for cost, performance, resilience, capacity, and scalability Learn the best tools for developing, testing, and deploying your applications Apply the latest industry practices for security, observability, and monitoring Adopt DevOps principles to help make your development teams lean, fast, and effective
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: TypeScript (Computer program language) ; JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Any programmer working with a dynamically typed language will tell you how hard it is to scale to more lines of code and more engineers. That's why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows you how one such type layer, TypeScript, is unique among them: it makes programming fun with its powerful static type system. If you're a programmer with intermediate JavaScript experience, author Boris Cherny will teach you how to master the TypeScript language. You'll understand how TypeScript can help you eliminate bugs in your code and enable you to scale your code across more engineers than you could before. In this book, you'll: Start with the basics: Learn about TypeScript's different types and type operators, including what they're for and how they're used Explore advanced topics: Understand TypeScript's sophisticated type system, including how to safely handle errors and build asynchronous programs Dive in hands-on: Use TypeScript with your favorite frontend and backend frameworks, migrate your existing JavaScript project to TypeScript, and run your TypeScript application in production
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed May 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Python (Computer program language) ; Finance ; Computer programs ; Finance ; Statistical methods ; Data processing ; Electronic books ; Electronic books ; local
    Abstract: The financial industry has recently adopted Python at a tremendous rate, with some of the largest investment banks and hedge funds using it to build core trading and risk management systems. Updated for Python 3, the second edition of this hands-on book helps you get started with the language, guiding developers and quantitative analysts through Python libraries and tools for building financial applications and interactive financial analytics. Using practical examples throughout the book, author Yves Hilpisch also shows you how to develop a full-fledged framework for Monte Carlo simulation-based derivatives and risk analytics, based on a large, realistic case study. Much of the book uses interactive IPython Notebooks.
    Note: Previous edition published: 2014. - Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed June 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Teams in the workplace ; Teams in the workplace ; Training of ; Electronic books ; Electronic books ; local
    Abstract: Collaboration is key for organizations in the 21st century, yet few business people have been trained to teach this skill. How do you advance ideas in a collaborative way and then communicate them throughout your company? In this practical book, author Gretchen Anderson shows you how to generate ideas with others while gaining buy-in from all levels of your organization. Product managers, designers, marketers, technical leaders, and executives will obtain better insight into how team members work together to make decisions. Through tangible exercises and techniques, you'll learn how to turn promising ideas into products, services, and solutions that make a real difference in the market. Use a framework to develop ideas into hypotheses to be tested and refined Avoid common pitfalls in the collaboration process Align communication approaches to ensure that collaboration is effective and inclusive Structure events or meetings for different types of collaboration depending on the people involved Practice giving and receiving critiques to foster inclusion without resorting to consensus-based decisions
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: First edition.
    Series Statement: Head first
    Keywords: Go (Computer program language) ; Electronic books ; Electronic books ; local
    Abstract: What will you learn from this book? Go makes it easy to build software that's simple, reliable, and efficient. Andthis book makes it easy for programmers like you to get started. Googledesigned Go for high-performance networking and multiprocessing, but-like Python and JavaScript-the language is easy to read and use. With thispractical hands-on guide, you'll learn how to write Go code using clearexamples that demonstrate the language in action. Best of all, you'll understandthe conventions and techniques that employers want entry-level Godevelopers to know. Why does this book look so different? Based on the latest research in cognitive science and learning theory, HeadFirst Go uses a visually rich format to engage your mind rather than a textheavyapproach that puts you to sleep. Why waste your time struggling withnew concepts? This multisensory learning experience is designed for theway your brain really works.
    Note: Includes 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 ...
  • 27
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Web applications ; Security measures ; Data protection ; Malware (Computer software) ; Electronic books ; Electronic books ; local
    Abstract: Despite deploying the latest security technologies, organizations still struggle to defend cloud-based web applications against sophisticated cyberattacks. Many companies have turned to the popular defense-in-depth (DiD) technique, but this multilayered approach has its shortcomings. So where is the industry headed next? This insightful ebook demonstrates a new approach to DiD that enables current security tools to operate in concert rather than independently. Stephen Gates, edge security evangelist and SME at Oracle Dyn, shows you how companies can establish integrated lines of defense similar to the way in which modern militaries operate on the battlefield. By the end of this book, CSOs, CISOs, security managers, and other professionals will understand how to implement the recommendations in this book today using the security technologies they already have in place. With this ebook, you'll examine: Why today's security technologies alone aren't enough to protect web applications How the existing approach to DiD for cybersecurity falls short of its goals An example of how the modern military uses integrated lines of defense that work in concert Eight lines of defense-including edge routers, DDoS defenses, and WAFs-that are best for protecting cloud-based web applications Ways to use automation and supervised machine learning to integrate your security approaches
    Note: Description based on online resource; title from title page (viewed May 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Spark (Electronic resource : Apache Software Foundation) ; Graph algorithms ; Electronic books ; Electronic books ; local
    Abstract: Learn how graph algorithms can help you leverage relationships within your data to develop intelligent solutions and enhance your machine learning models. With this practical guide,developers and data scientists will discover how graph analytics deliver value, whether they're used for building dynamic network models or forecasting real-world behavior. Mark Needham and Amy Hodler from Neo4j explain how graph algorithms describe complex structures and reveal difficult-to-find patterns-from finding vulnerabilities and bottlenecksto detecting communities and improving machine learning predictions. You'll walk through hands-on examples that show you how to use graph algorithms in Apache Spark and Neo4j, two of the most common choices for graph analytics. Learn how graph analytics reveal more predictive elements in today's data Understand how popular graph algorithms work and how they're applied Use sample code and tips from more than 20 graph algorithm examples Learn which algorithms to use for different types of questions Explore examples with working code and sample datasets for Spark and Neo4j Create an ML workflow for link prediction by combining Neo4j and Spark
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed May 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Product design ; Creative thinking ; User-centered system design ; Customer relations ; Electronic books ; Electronic books ; local
    Abstract: User experience doesn't happen on a screen; it happens in the mind, and the experience is multidimensional and multisensory. This practical book will help you uncover critical insights about how your customers think so you can create products or services with an exceptional experience. Corporate leaders, marketers, product owners, and designers will learn how cognitive processes from different brain regions form what we perceive as a singular experience. Author John Whalen shows you how anyone on your team can conduct "contextual interviews" to unlock insights. You'll then learn how to apply that knowledge to design brilliant experiences for your customers. Learn about the "six minds" of user experience and how each contributes to the perception of a singular experience Find out how your team-without any specialized training in psychology-can uncover critical insights about your customers' conscious and unconscious processes Learn how to immediately apply what you've learned to improve your products and services Explore practical examples of how the Fortune 100 used this system to build highly successful experiences
    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 ...
  • 30
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Regular expressions (Computer science) ; Text processing (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: The ubiquity of regular expressions must mean they offer universal utility, and, surprisingly, they do not have a steep learning curve. If you frequently find yourself manually scanning documents or parsing substrings just to identify text patterns, you might want to give them a look. Especially in data science and data engineering, they can assist in a wide spectrum of tasks, from wrangling data to qualifying and categorizing it. This report covers enough regular expression features to make them useful for a great majority of tasks you may encounter.
    Note: "Report.". - Description based on online resource; title from cover (viewed June 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Microsoft Windows (Computer file) ; Handbooks, manuals, etc ; Electronic books ; Electronic books ; local
    Abstract: The Windows 10 May 2019 Update adds a host of new and improved features to Microsoft's flagship operating system-and this jargon-free guide helps you get the most out of every component. This in-depth Missing Manual covers the entire system and introduces you to the latest features in the Windows Professional, Enterprise, Education, and Home editions. You'll learn how to take advantage of improvements to the Game Bar, Edge browser, Windows Online, smartphone features, and a lot more. Written by David Pogue-tech critic for Yahoo Finance and former columnist for The New York Times -this updated edition illuminates its subject with technical insight, plenty of wit, and hardnosed objectivity.
    Note: "The book that should have been in the box.". - Includes index. - Description based on online resource; title from title page (viewed June 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume)
    Keywords: Business enterprises ; Industrial management ; Electronic books ; Electronic books ; local
    Abstract: Today's successful businesses are increasingly digital and technologically astute, but how do they attract and manage employees in a world where two billion people work part-time? How do they develop a workforce when automation is advancing? And how do they serve customers and attract and retain employees when competition for both is high and trust is at an all-time low? In this O'Reilly Radar report, Josh Bersin, Tim O'Reilly, Roger Magoulas, and Mike Loukides address what business leaders, tech leaders, and decision makers can expect, how they can prepare, and what they should learn to shape the future of the business. These lessons affect much more than the bottom line. This report covers big-picture trends we expect to impact the future success of all firms, including: Trust in business is changing: customers seek firms whose values reflect their own. Employees want satisfaction and meaning, not just money and security. The shift to AI and machine learning is changing almost every job. Companies are becoming networked marketplaces that build on core competencies while outsourcing the rest. Many firms offer compensation beyond pay, including alternate work relationships, flexible workplaces, and training opportunities. Embracing diversity requires solving compensation problems, creating a safe workplace, and valuing an employee's opinions.
    Note: Description based on online resource; title from title page (Safari, viewed June 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Database design ; Database management ; Teams in the workplace ; Job descriptions ; Electronic books ; Electronic books ; local
    Abstract: Data engineers and data scientists are not interchangeable-and misperceptions of their roles can hurt teams and compromise productivity. This article clears up the differences of each role and how to best optimize these roles.
    Note: "Report.". - Description based on online resource; title from cover (viewed June 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume)
    Edition: First edition.
    Keywords: Cloud computing ; Electronic books ; Electronic books ; local
    Abstract: Why are so many companies moving to the cloud? In a word, agility. Businesses need to act quickly to stay ahead of today's global competition. The cloud provides all the services you need on demand -everything from data storage and applications to networking and greater processing power-so your business can catch, match, or outpace your competitors. With this short ebook, you'll learn how the cloud enables you to pivot quickly when market conditions change. Author Bill Laberis explains how the cloud follows in the footsteps of previous computing paradigms such as mainframes and client-server models. You'll explore various cloud options and examine case studies that reveal how Airbnb, Heineken, American Airlines, Colgate-Palmolive, and Schneider Electric leverage cloud services from Amazon, IBM, and Google. Delve into the business case for using cloud services Understand the differences between the private, public, and hybrid cloud Examine the cloud's payment model that lets you pay for services on an as-needed basis Explore cloud options such as SaaS, PaaS, IaaS, and serverless computing Learn about the security concerns of the public and private cloud
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    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 ...
  • 36
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume)
    Keywords: Database management ; Electronic data processing ; Management ; Information technology ; Management ; Electronic books ; Electronic books ; local
    Abstract: Every decade since the 1960s, researchers at companies like IBM, Amazon, and many others have introduced major new frameworks and techniques to handle rising data management problems. This concise ebook explains how these new systems helped data science evolve quickly-from hierarchical and relational databases to big data and cloud computing to streaming and graph data. Computer scientist Paco Nathan shows members of your data science team how major companies created each of these data management systems not just to deal with new data types but also to take full advantage of the opportunities the data presented. Their efforts over the years have propelled an entire industry. This report covers the historical progression of data management topics including: Hierarchical databases -1960s mainframe batch systems are still used in finance, healthcare, manufacturing, energy, and other industries. Relational databases -these enabled faster transactions, mathematical optimization, and budgeting guarantees for many businesses. Big data -this includes relatively cheap horizontal scale-out systems for collecting huge amounts of customer data. Cloud computing -large companies began managing reliable, scalable, cost-effective data centers; Amazon turned the concept into a business. Cluster schedulers -managing horizontal clusters was difficult before schedulers such as Apache Mesos appeared. Streaming data -data continuously generated by different sources requires responses in "real time"-generally milliseconds.
    Note: Description based on online resource; title from title page (Safari, viewed May 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume)
    Keywords: Cloud computing ; Electronic books ; Electronic books ; local
    Abstract: Now that companies are moving en masse to the public cloud, how can you leverage your previous investment in a private cloud? Many organizations that developed private clouds in the past decade are busy building hybrid clouds that combine both private and public cloud technologies. This ebook shows IT ops, data ops, and data engineers how a hybrid cloud can give your company a competitive advantage. Author Steve Suehring guides you through the various hybrid and multicloud solutions available. You'll learn how to use a hybrid cloud to store secure data in your own data center and then apply computational resources from the public cloud to run applications with that data. Hybrid clouds also enable you provide efficient backup, warm recoveries, and an easier way to manage regulatory compliance. Learn the advantages and challenges of using a hybrid cloud in your organization Create a hybrid cloud architecture by managing private and public clouds as one unified resource pool Seamlessly manage and move workloads between clouds by working with migration and service movement paths Choose a hybrid cloud solution that provides the support and advanced capabilities your organization requires
    Note: Description based on online resource; title from title page (Safari, viewed May 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Laravel (Software framework) ; PHP (Computer program language) ; Application program interfaces (Computer software) ; Electronic books ; Electronic books ; local
    Abstract: What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid application development framework and its vast ecosystem of tools let you quickly build new sites and applications with clean, readable code. Fully updated to cover Laravel 5.8, the latest release, the second edition of this practical guide provides the definitive introduction to one of today's most popular web frameworks. Matt Stauffer-a leading teacher and developer in the Laravel community-delivers a high-level overview and concrete examples to help experienced PHP web developers get started with Laravel right away. By the time you reach the last page, you should feel comfortable writing an entire application in Laravel from scratch.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed April 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Electronic data processing ; Distributed processing ; Management ; Big data ; Information storage and retrieval systems ; Electronic books ; Electronic books ; local
    Abstract: Data is changing everything. Many industries today are being fundamentally transformed through the accumulation and analysis of large quantities of data, stored in diversified but flexible repositories known as data lakes. Whether your company has just begun to think about big data or has already initiated a strategy for handling it, this practical ebook shows you how to plan a successful data lake migration. You'll learn the value of data lakes, their structure, and the problems they attempt to solve. Using Zaloni's data lake maturity model, you'll then explore your organization's readiness for putting a data lake into action. Do you have the tools and data architectures to support big data analysis? Are your people and processes prepared? The data lake maturity model will help you rate your organization's readiness. This report includes: The structure and purpose of a data lake Descriptive, predictive, and prescriptive analytics Data lake curation, self-service, and the use of data lake zones How to rate your organization using the data lake maturity model A complete checklist to help you determine your strategic path forward
    Note: Description based on online resource; title from title page (viewed June 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Augmented reality ; Design ; Virtual reality ; Design ; Human-computer interaction ; Electronic books ; Electronic books ; local
    Abstract: Despite popular forays into augmented and virtual reality in recent years, spatial computing still sits on the cusp of mainstream use. Developers, artists, and designers looking to enter this field today have few places to turn for expert guidance. In this book, Erin Pangilinan, Steve Lukas, and Vasanth Mohan examine the AR and VR development pipeline and provide hands-on practice to help you hone your skills. Through step-by-step tutorials, you'll learn how to build practical applications and experiences grounded in theory and backed by industry use cases. In each section of the book, industry specialists, including Timoni West, Victor Prisacariu, and Nicolas Meuleau, join the authors to explain the technology behind spatial computing. In three parts, this book covers: Art and design: Explore spatial computing and design interactions, human-centered interaction and sensory design, and content creation tools for digital art Technical development: Examine differences between ARKit, ARCore, and spatial mapping-based systems; learn approaches to cross-platform development on head-mounted displays Use cases: Learn how data and machine learning visualization and AI work in spatial computing, training, sports, health, and other enterprise applications
    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 ...
  • 41
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Unity (Electronic resource) ; Computer games ; Programming ; Computer games ; Design ; Electronic books ; Electronic books ; local
    Abstract: Find out how to use the Unity Game Engine to its fullest for both 3D and 2D game development-from the basics to the hottest new tricks in virtual reality. With this unique cookbook, you'll get started in two ways: First, you'll learn about the Unity game engine by following very brief exercises that teach specific features of the software Second, this tutorial-oriented guide provides a collection of snippets that solve common gameplay problems, like determining if a player has completed a lap in a race Using our cookbook format, we pinpoint the problem, set out the solution, and discuss how to solve your problem in the best and most straightforward way possible so you can move onto the next step in the project. Unity Game Development Cookbook is ideal for beginning to intermediate Unity developers. Beginners will get a broad immersion into the Unity development environment, while intermediate developers will learn how to apply the foundational Unity skills they have to solve real game development problems.
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Computer security ; Computer networks ; Security measures ; Computer crimes ; Economic aspects ; Electronic books ; Electronic books ; local
    Abstract: If you hope to outmaneuver threat actors, speed and efficiency need to be key components of your cybersecurity operations. Mastery of the standard command line interface (CLI) is an invaluable skill in times of crisis because no other software application can match the CLI's availability, flexibility, and agility. This practical guide shows you how to use the CLI with the bash shell to perform tasks such as data collection and analysis, intrusion detection, reverse engineering, and administration. Authors Paul Troncone, founder of Digadel Corporation, and Carl Albing, coauthor of bash Cookbook (O'Reilly), provide insight into command line tools and techniques to help defensive operators collect data, analyze logs, and monitor networks. Penetration testers will learn how to leverage the enormous amount of functionality built into every version of Linux to enable offensive operations. With this book, security practitioners, administrators, and students will learn how to: Collect and analyze data, including system logs Search for and through files Detect network and host changes Develop a remote access toolkit Format output for reporting Develop scripts to automate tasks
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed April 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Information visualization ; Visual analytics ; Visualization ; Data processing ; Electronic books ; Electronic books ; local
    Abstract: Effective visualization is the best way to communicate information from the increasingly large and complex datasets in the natural and social sciences. But with the increasing power of visualization software today, scientists, engineers, and business analysts often have to navigate a bewildering array of visualization choices and options. This practical book takes you through many commonly encountered visualization problems, and it provides guidelines on how to turn large datasets into clear and compelling figures. What visualization type is best for the story you want to tell? How do you make informative figures that are visually pleasing? Author Claus O. Wilke teaches you the elements most critical to successful data visualization. Explore the basic concepts of color as a tool to highlight, distinguish, or represent a value Understand the importance of redundant coding to ensure you provide key information in multiple ways Use the book's visualizations directory, a graphical guide to commonly used types of data visualizations Get extensive examples of good and bad figures Learn how to use figures in a document or report and how employ them effectively to tell a compelling story
    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 ...
  • 44
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Python (Computer program language) ; Natural language processing (Computer science) ; Electronic books ; Electronic books ; local
    Abstract: Natural Language Processing (NLP) provides boundless opportunities for solving problems in artificial intelligence, making products such as Amazon Alexa and Google Translate possible. If you're a developer or data scientist new to NLP and deep learning, this practical guide shows you how to apply these methods using PyTorch, a Python-based deep learning library. Authors Delip Rao and Brian McMahon provide you with a solid grounding in NLP and deep learning algorithms and demonstrate how to use PyTorch to build applications involving rich representations of text specific to the problems you face. Each chapter includes several code examples and illustrations. Explore computational graphs and the supervised learning paradigm Master the basics of the PyTorch optimized tensor manipulation library Get an overview of traditional NLP concepts and methods Learn the basic ideas involved in building neural networks Use embeddings to represent words, sentences, documents, and other features Explore sequence prediction and generate sequence-to-sequence models Learn design patterns for building production NLP systems
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed January 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: 2nd edition.
    Keywords: R (Computer program language) ; Statistics ; Data processing ; Electronic books ; Electronic books ; local
    Abstract: This O'Reilly cookbook provides more than 150 recipes to help scientists, engineers, programmers, and data analysts generate high-quality graphs quickly-without having to comb through all the details of R's graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project and includes a discussion of how and why the recipe works. Most of the recipes in this second edition use the updated version of the ggplot2 package, a powerful and flexible way to make graphs in R. You'll also find expanded content about the visual design of graphics. If you have at least a basic understanding of the R language, you're ready to get started with this easy-to-use reference. Use R's default graphics for quick exploration of data Create a variety of bar graphs, line graphs, and scatter plots Summarize data distributions with histograms, density curves, box plots, and more Provide annotations to help viewers interpret data Control the overall appearance of graphics Explore options for using colors in plots Create network graphs, heat maps, and 3D scatter plots Get your data into shape using packages from the tidyverse
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed May 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Technological innovations ; Psychological aspects ; Technological innovations ; Social aspects ; Emotional intelligence ; Design and technology ; Product design ; Technological innovations ; Electronic books ; Electronic books ; local
    Abstract: As technology becomes deeply integrated into every aspect of our lives, we've begun to expect more emotionally intelligent interactions. But smartphones don't know if we're having a bad day, and cars couldn't care less about compassion. Technology is developing more IQ, but it still lacks EQ. In this book, Pamela Pavliscak-design researcher and advisor to Fortune 500 companies-explores new research about emotion, new technology that engages emotion, and new emotional design practices. Drawing on her own research and the latest thinking in psychology, neuroscience, and behavioral economics, Pamela shows you how design can help promote emotional well-being. You'll learn: How design has transformed emotion and how tech is transforming it again New principles for merging emotional intelligence and design thinking How to use a relationship model for framing product interactions and personality Methods for blending well-being interventions with design patterns How emotional resonance can guide designers toward ethical futures Implications of emotionally intelligent technology as it scales from micro- to mega-emotional spheres
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed January 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Spark (Electronic resource : Apache Software Foundation) ; Electronic data processing ; Distributed processing ; Data mining ; Big data ; Electronic books ; Electronic books ; local
    Abstract: Before you can build analytics tools to gain quick insights, you first need to know how to process data in real time. With this practical guide, developers familiar with Apache Spark will learn how to put this in-memory framework to use for streaming data. You'll discover how Spark enables you to write streaming jobs in almost the same way you write batch jobs. Authors Gerard Maas and François Garillot help you explore the theoretical underpinnings of Apache Spark. This comprehensive guide features two sections that compare and contrast the streaming APIs Spark now supports: the original Spark Streaming library and the newer Structured Streaming API. Learn fundamental stream processing concepts and examine different streaming architectures Explore Structured Streaming through practical examples; learn different aspects of stream processing in detail Create and operate streaming jobs and applications with Spark Streaming ; integrate Spark Streaming with other Spark APIs Learn advanced Spark Streaming techniques, including approximation algorithms and machine learning algorithms Compare Apache Spark to other stream processing projects, including Apache Storm, Apache Flink, and Apache Kafka Streams
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed June 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    ISBN: 9783658219284
    Language: German
    Pages: 1 Online-Ressource (XII, 342 S. 1 Abb)
    Parallel Title: Printed edition
    DDC: 306.43
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Schools ; Education Philosophy ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung
    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 ...
  • 49
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer
    ISBN: 9783658249809
    Language: German
    Pages: 1 Online-Ressource (XXIII, 290 S. 1 Abb)
    Parallel Title: Erscheint auch als Hamdi Bek, Nadia Zur Morphologie und Rezeptionsästhetik des anthropomorphen Bösen im Spielfilm
    DDC: 155.2
    RVK:
    Keywords: Consciousness ; Eclectic psychotherapy ; Motion pictures and television ; Film ; Rezeptionsästhetik ; Bösewicht ; Das Böse ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Das Böse ; Bösewicht ; Film ; Rezeptionsästhetik
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    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 ...
  • 50
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer
    ISBN: 9783658245016
    Language: German
    Pages: 1 Online-Ressource (XII, 54 S. 5 Abb)
    Series Statement: essentials
    Parallel Title: Printed edition
    DDC: 302
    RVK:
    Keywords: Consciousness ; Social psychology ; Psychology, Pathological
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    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 ...
  • 51
    ISBN: 9783658051761
    Language: English
    Pages: 1 Online-Ressource (XI, 182 p. 77 illus. in color)
    Edition: 1st ed. 2019
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 305
    Keywords: Political science
    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 ...
  • 52
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Cham : Springer International Publishing AG
    ISBN: 9783658237103 , 3658237104
    Language: German
    Pages: 1 Online-Ressource (XII, 301 Seiten) , 40 Abb.
    Edition: 1st ed. 2019
    Parallel Title: Erscheint auch als Wandel der Jugend in Brandenburg
    DDC: 305.2
    Keywords: Geschichte 1991-2017 ; Jugend ; Soziale Situation ; Politische Einstellung ; Wertorientierung ; Freizeitverhalten ; Jugendkriminalität ; Ausländerfeindlichkeit ; Sozialer Wandel ; Sociology ; Social groups ; Sociology of Family, Youth and Aging ; Brandenburg
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    ISBN: 9783658231583 , 3658231580
    Language: German
    Pages: Online-Ressource
    Edition: 1. Auflage 2019
    Parallel Title: Erscheint auch als Müller, Patricia Social Media und Wissensklüfte
    DDC: 302.2308420943
    Keywords: Erwachsener ; Medienkonsum ; Politische Berichterstattung ; Wissenserwerb ; Politik ; Wissenskluft ; Bildungsniveau ; Politisches Interesse ; Vorwissen ; Deutschland ; (Produktform)Electronic book text ; (BISAC Subject Heading)LAN004000 ; (BISAC Subject Heading)GTC ; Befragung ; Illusion of Knowing ; Nachrichten ; Politische Gespräche ; Politisches Wissen ; Social Web ; Soziale Medien ; Wissenskluftforschung ; (BISAC Subject Heading)SOC052000 ; (BIC subject category)JFD ; (Springer Nature Marketing Classification)C ; (Springer Nature Subject Code)SCX28000: Communication Studies ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Subject Code)SC412010: Media and Communication ; (Springer Nature Subject Code)SC412020: Social Media ; Hochschulschrift ; Social Media
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    ISBN: 9783658150990 , 3658150998
    Language: German
    Pages: Online-Ressourcen
    Edition: 1. Auflage 2019
    Parallel Title: Erscheint auch als Migration, Flucht und Behinderung
    DDC: 305.90808691
    Keywords: Migration. ; Social medicine. ; Human body Social aspects. ; Human body Social aspects. ; Social medicine. ; Einwanderer ; Flüchtling ; Behinderung ; Lebenswelt ; Behindertenrecht ; Interkulturelles Verstehen ; Behindertenhilfe ; Inklusive Schule ; Migration ; Flucht ; Deutschland ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC007000 ; (BISAC Subject Heading)JFFN ; (BISAC Subject Heading)SOC057000 ; (BISAC Subject Heading)SOC026000 ; (BIC subject category)MBS ; (BIC subject category)JHB ; Migration ; Behinderung ; Interkulturelle Kompetenz ; Soziale Einrichtungen ; Soziale Dienste ; Inklusion ; Integration ; Schulsozialarbeit ; Inklusive Frühpädagogik ; (Springer Nature Marketing Classification)B ; (Springer Nature Subject Code)SCX24000: Migration ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Subject Code)SCX22150: Medical Sociology ; (Springer Nature Subject Code)SCX22230: Sociology of the Body ; Aufsatzsammlung
    Abstract: Der Band greift neben theoretisch-konzeptionellen Aspekten anwendungsbezogene und handlungspraktische Fragen auf, die seitens der vielfältigen Institutionen und Akteure an den Schnittstellen von Behinderung und Migration zunehmend laut werden. Es geht um den politischen Umgang mit Migration, Flucht und Behinderung und um rechtliche Bedingungen, um familiale Lebenswelten und biografische Bewältigungsmuster an der Schnittstelle von Behinderungs- und Migrationserfahrungen, um Konzepte der interkulturellen Öffnung von sozialen Einrichtungen und Diensten und um Ansätze von inklusiver Bildung und Pädagogik, die verschiedene Heterogenitätsdimension in den Blick nehmen sowie um Aspekte des Zugangs von zugewanderten Menschen zu gesundheitlicher Versorgung. Das Werk versteht sich als Fortführung des Bandes "Behinderung und Migration. Inklusion, Diversität, Intersektionalität" (2014). Der Inhalt " Lebenswelt und Biografie " Flucht und Behinderung " Sozial- und Gesundheitsleistungen, Recht " Inter- und transkulturelle Öffnungen " Inklusive Pädagogik und Bildung Die Zielgruppen " Fachlich Interessierte aus inter- und transdisziplinären Forschungsbereichen zu Behinderung und Migration." Verantwortliche und praktische Akteure in den Handlungsfeldern von Politik, Bildung und sozialen Diensten Die Herausgeberinnen Dr. Manuela Westphal ist Professorin für Sozialisation mit Schwerpunkt Migration und Interkulturelle Bildung an der Universität Kassel. Dr. Gudrun Wansing ist Professorin für Rehabilitationssoziologie an der Humboldt-Universität zu Berlin.
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    ISBN: 9783658247676 , 3658247673
    Language: German
    Pages: Online-Ressource.
    Edition: 1. Auflage 2019
    Series Statement: essentials
    Parallel Title: Erscheint auch als Wegner-Kirchhoff, Sabine Mediation mit Erben
    DDC: 347.4309
    Keywords: Law Psychological aspects. ; Consulting, Supervision and Coaching. ; Law Psychological aspects. ; Familienbetrieb ; Erbschaft ; Rechtsstreit ; Beilegung ; Mediation ; Erbe ; Deutschland ; (Produktform)Electronic book text ; (BISAC Subject Heading)PSY010000 ; (BISAC Subject Heading)JM ; Erbrecht ; Erbstreitigkeiten ; Familienmediation ; Familienunternehmen ; Konflikte zwischen Erben ; Mediation mit Erben ; (BISAC Subject Heading)PSY003000 ; (BIC subject category)JMK ; (Springer Nature Marketing Classification)C ; (Springer Nature Subject Code)SCY20120: Consulting, Supervision and Coaching ; (Springer Nature Subject Collection)SUCO41168: Behavioral Science and Psychology ; (Springer Nature Subject Code)SCY34000: Law and Psychology
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658096311 , 3658096314
    Language: German
    Pages: 1 Online-Ressource (Etwa 540 Seiten)
    Series Statement: Springer Reference Geisteswissenschaften,
    DDC: 302.23
    Keywords: Arts. ; Arts.
    Abstract: Das Handbuch bietet einen umfassenden Überblick über den Stand der Filmgenreforschung. Es werden sowohl die Defintion und die Begriffsgeschichte dargestellt, verschiedene Theorien und Ansätze, historische und lokale Perspektiven vorgestellt als auch Filmgenres wie Western, Kriminalfilm, Gangsterfilm, Thriller, Science Fiction, Horror, Fantasy, Komödie, Medodram, Abenteuerfilm, Musical, Kriegsfilm bis hin zum erotischen Film in Einzelstudien analysiert.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658228620 , 3658228628
    Language: German
    Pages: Online-Ressource.
    Edition: 1. Auflage 2019
    Series Statement: Wissen, Kommunikation und Gesellschaft
    Parallel Title: Erscheint auch als Alltag des Todes
    DDC: 306.90943
    Keywords: Sterben ; Todesvorstellung ; Soziokultureller Wandel ; Thanatologie ; Wissenssoziologie ; Deutschland ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC019000 ; (BISAC Subject Heading)JHBC ; Alltag ; Alter ; Hospiz ; Interpretative Soziologie ; Palliativ Care ; Pflege ; Qualitative Sozialforschung ; Sociology of Death ; Sozialwissenschaftliche Hermeneutik ; Sterben ; Thanatosoziologie ; Tod ; Wissen ; Wissenssoziologie ; (BISAC Subject Heading)FAM005000 ; (BISAC Subject Heading)SOC026000 ; (BIC subject category)JFSP31 ; (BIC subject category)JHB ; (Springer Nature Marketing Classification)C ; (Springer Nature Subject Code)SCX17000: Methodology of the Social Sciences ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Subject Code)SCX11000: Aging ; (Springer Nature Subject Code)SCX22120: Knowledge - Discourse ; Hochschulschrift ; Sozialwissenschaften
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    ISBN: 9783658217631 , 3658217634
    Language: German
    Pages: Online-Ressource.
    Edition: 1. Auflage 2019
    Series Statement: Soziologie des Wertens und Bewertens
    Parallel Title: Erscheint auch als (Be)Werten. Beiträge zur sozialen Konstruktion von Wertigkeit
    DDC: 300.1
    Keywords: Bewertung ; Ranking ; Evaluation ; Soziologie ; Universität ; Schule ; Leistungsbewertung ; Krankenhaus ; Hygiene ; Markthandel ; Mund-zu-Mund-Werbung ; Soziale Konstruktion ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC026000 ; (BISAC Subject Heading)JHB ; Bewerten ; Bewertung ; Bewertungskriterien ; Bewertungsprozesse ; Evaluation ; Konstruktion des Sozialen ; Leistungsbewertung ; Qualitätssicherung ; Ranking ; Soziokalkulation ; Werten ; (BISAC Subject Heading)SOC039000 ; (BIC subject category)JFSR ; (Springer Nature Marketing Classification)B ; (Springer Nature Subject Code)SCX22120: Knowledge - Discourse ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Subject Code)SCX22060: Sociological Theory ; (Springer Nature Subject Code)SCX22100: Sociology of Culture ; (Springer Nature Subject Code)SCX22070: Sociology of Education ; Wertorientierung ; Werterziehung ; Sozialisation
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    ISBN: 9783658164287 , 365816428X
    Language: German
    Pages: Online-Ressource.
    Edition: 1. Auflage 2019
    Series Statement: Öffentliche Wissenschaft und gesellschaftlicher Wandel
    Parallel Title: Erscheint auch als Personal Health Science
    DDC: 306.4613
    Keywords: Gesundheitswesen ; Digitalisierung ; Selbstsorge ; Selbstmanagement ; Laie ; Citizen Science ; Wissensproduktion ; Forschung ; Informationstechnik ; Wissen ; Soziologie ; Kontakt ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC026000 ; (BISAC Subject Heading)JHB ; Assistensysteme ; Digitale Körperkartierung ; Digitale Selbstvermesssung ; Gesundheitssoziologie ; Gesundheitswissen ; Medientechnologie ; Medientheorie ; Medizinsoziologie ; Personal Health Knowlegde ; Selbstexpertisierung ; Selbstvermessung ; Self-Logging ; Selftracking ; (BISAC Subject Heading)SOC057000 ; (BISAC Subject Heading)SOC052000 ; (BIC subject category)MBS ; (Springer Nature Marketing Classification)B ; (Springer Nature Subject Code)SCX22060: Sociological Theory ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Subject Code)SCX22150: Medical Sociology ; (Springer Nature Subject Code)SCX22110: Media Sociology ; (Springer Nature Subject Code)SCX22120: Knowledge - Discourse ; Konferenzschrift 2016
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    ISBN: 9783658158095 , 3658158093
    Language: German
    Pages: Online-Ressource.
    Edition: 1. Auflage 2019
    Series Statement: Rekonstruktive Sozialisationsforschung
    Parallel Title: Erscheint auch als Autonomie und Bewährung
    DDC: 370.72
    Keywords: Antigone ; Sozialisationsforschung ; Bildungsforschung ; Bewährung ; Selbstgesteuertes Lernen ; Autonomie ; Sittengesetz ; (Produktform)Electronic book text ; (BISAC Subject Heading)EDU040000 ; (BISAC Subject Heading)JN ; (DDC-Sachgruppen der Deutschen Nationalbibliografie)370 ; Bildung ; Bildungsprozesse ; Erziehungswissenschaft ; Individuum ; Max Weber ; Migration ; Moderne ; Ulrich Oevermann ; (BISAC Subject Heading)SOC026000 ; (BIC subject category)JHB ; (Springer Nature Marketing Classification)B ; (Springer Nature Subject Code)SCO29000: Sociology of Education ; (Springer Nature Subject Collection)SUCO41171: Education ; (Springer Nature Subject Code)SCX22060: Sociological Theory ; Konferenzschrift ; Individium
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    ISBN: 9783658232061 , 3658232064
    Language: German
    Pages: Online-Ressource
    Edition: 1. Auflage 2019
    Parallel Title: Erscheint auch als Dörfler, Sonja Elterliche Arbeitsteilung in Österreich und Schweden
    DDC: 306.8509436
    Keywords: Geschichte 1990-2012 ; Familienpolitik ; Vereinbarkeit von Familie und Beruf ; Eltern ; Geschlechtliche Arbeitsteilung ; Vaterbild ; Mutterbild ; Soziokultureller Wandel ; Haushalt ; Arbeitsteilung ; Mutter ; Österreich ; Schweden ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC026010 ; (BISAC Subject Heading)JHBK ; (BISAC Subject Heading)SOC032000 ; (BISAC Subject Heading)SOC026000 ; (BIC subject category)JFSJ ; (BIC subject category)JFF ; (Springer Nature Marketing Classification)C ; (Springer Nature Subject Code)SCX22080: Sociology of Family, Youth and Aging ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Subject Code)SCX35000: Gender Studies ; (Springer Nature Subject Code)SCX22010: Social Structure, Social Inequality ; Hochschulschrift
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    ISBN: 9783658230821 , 3658230827
    Language: German
    Pages: Online-Ressource
    Edition: 1. Auflage 2019
    Parallel Title: Erscheint auch als Enste, Peter Gesundheitliche Eigenverantwortung im Kontext der Lebensspanne
    DDC: 306.461
    Keywords: Alter ; Gesundheitsverhalten ; Selbstverantwortung ; Lebenslauf ; Verantwortung ; (Produktform)Electronic book text ; (BISAC Subject Heading)FAM005000 ; (BISAC Subject Heading)JFSP31 ; Demografischer Wandel ; Gerontologie ; Gesundheitliche Eigenverantwortung ; Gesundheitsforschung ; Lebensphase Alter ; Lebensspanne ; Soziologie ; explorative Mixed Methods Studie ; (BISAC Subject Heading)SOC026010 ; (BISAC Subject Heading)SOC026000 ; (BIC subject category)JHBK ; (BIC subject category)JHBC ; (Springer Nature Marketing Classification)C ; (Springer Nature Subject Code)SCX11000: Aging ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Subject Code)SCX22080: Sociology of Family, Youth and Aging ; (Springer Nature Subject Code)SCX22190: Research Methodology ; Hochschulschrift
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    ISBN: 9783658215514 , 3658215518
    Language: German
    Pages: Online-Ressource.
    Edition: 1. Auflage 2019
    Series Statement: Schriften zur Gruppen- und Organisationsdynamik
    Parallel Title: Erscheint auch als Netzwerke und soziale Innovationen
    DDC: 361.809436
    Keywords: Psychology, Applied. ; Economics Psychological aspects. ; Philosophy (General) ; Industrial and Organizational Psychology. ; Economics Psychological aspects. ; Psychology, Applied. ; Sozialinnovation ; Organisation ; Netzwerk ; Projekt ; Soziale Dienstleistung ; Sozialdienst ; Innovation ; Soziales Netzwerk ; Ehrenamtliche Tätigkeit ; Selbsthilfe ; Finanzierung ; Open Innovation ; Österreich ; Deutschland ; (stw)Sozialer Dienst ; (stw)Innovation ; (stw)Soziales Netzwerk ; (stw)Ehrenamtliche Arbeit ; (stw)Selbsthilfe ; (stw)Finanzierung ; (stw)Open Innovation ; (stw)Deutschland ; (Produktform)Electronic book text ; Applied psychology ; EconomicsPsychological aspects ; Industrial and Organizational Psychology ; (General)Philosophy (General) ; (BISAC Subject Heading)PSY021000 ; (BISAC Subject Heading)JMJ ; Innovationsforschung ; Netzwerke ; Netzwerkentwicklung und -forschung ; Organisationsentwicklung ; Soziale Innovationen ; Zivilgesellschaft ; (BISAC Subject Heading)PSY003000 ; (BISAC Subject Heading)PSY010000 ; (BISAC Subject Heading)PSY000000 ; (BIC subject category)JM ; (Springer Nature Marketing Classification)A ; (Springer Nature Subject Code)SCY20030: Industrial and Organizational Psychology ; (Springer Nature Subject Collection)SUCO41168: Behavioral Science and Psychology ; (Springer Nature Subject Code)SCY20230: Economic Psychology ; (Springer Nature Subject Code)SCY20120: Consulting, Supervision and Coaching ; (Springer Nature Subject Code)SCY20110: General Psychology ; Aufsatzsammlung
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658223762 , 3658223766
    Language: German
    Pages: Online-Ressource.
    Edition: 1. Auflage 2019
    Series Statement: Aktuelle und klassische Sozial- und Kulturwissenschaftler innen
    Parallel Title: Erscheint auch als Neun, Oliver, 1970- Zur Aktualität von C. Wright Mills
    DDC: 301.092
    Keywords: Mills, Charles Wright ; Macdonald, Dwight ; Gerth, Hans ; Soziologie ; Brief ; Soziokultur ; (Produktform)Electronic book text ; (BISAC Subject Heading)SOC026000 ; (BISAC Subject Heading)JHB ; Charles Wright Mills ; Gesellschaftstheorie ; Sozialpsychologie ; Soziologiegeschichte ; Soziologische Theorie ; Öffentliche Soziologie ; (Springer Nature Subject Collection)SUCO41176: Social Sciences ; (Springer Nature Marketing Classification)A ; (Springer Nature Subject Code)SCX22060: Sociological Theory ; (Springer Nature Subject Code)SCX22120: Knowledge - Discourse
    Note: Lizenzpflichtig
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Cham : Springer International Publishing AG
    ISBN: 9783531188959 , 353118895X
    Language: German
    Pages: 1 Online-Ressource (VII, 289 Seiten)
    Edition: 1st ed. 2019
    Series Statement: Aktuelle und klassische Sozial- und KulturwissenschaftlerInnen
    Parallel Title: Erscheint auch als Gertenbach, Lars Zur Aktualität von Bruno Latour
    DDC: 301.01
    RVK:
    RVK:
    Keywords: Latour, Bruno ; Sociology ; Culture—Study and teaching ; Knowledge, Sociology of ; Political science ; Sociological Theory ; Cultural Studies ; Sociology of Knowledge and Discourse ; Political Theory ; Einführung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658222796
    Language: English
    Pages: Online-Ressource (VII, 158 p. 1 illus, online resource)
    Edition: Springer eBook Collection. Social Sciences
    Series Statement: Musik und Gesellschaft
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    Keywords: Sociology of Culture ; Culture. ; Mass media. ; Communication. ; Sociology. ; Sociology of Culture
    Abstract: Music sociology occupies a special position in the social and cultural sciences. The terminology alone - in German it is ‘Musiksoziologie’ and not ‘Soziologie der Musik’ - indicates many possible approaches: Is ‘music sociology’ a subdiscipline within sociology or musicology? Or is it a discipline on its own, espousing significant differences from sociology and musicology alike? On the occasion of its 50th anniversary, the Department of Music Sociology at the mdw - University of Music and Performing Arts Vienna - probably the only one in the world to bear the name as a separate department - decided to clarify the state of music sociology. Some of the world’s most prominent representatives of the discipline were invited to participate in this project and present their own viewpoints on the various approaches to music sociology. Their contributions address the particular research objects of music sociology (institutions of musical life; production, distribution and consumption of music; music-making; ‘works’, genres and repertoires; etc.) as well as the different methods of research (stock-taking, surveys, interviews, music analysis, biographical research, etc.). Contents with contributions by Alfred Smudits, Peter J. Martin, Antoine Hennion, Marie Buscatto, Motti Regev, Howard S. Becker, Tia DeNora and Christian Kaden Target Groups Students and lecturers in sociology, social sciences and musicology. The Editor Prof. Dr. Alfred Smudits is head of the Department of Music Sociology at the University of Music and Performing Arts Vienna
    Abstract: Introduction -- Musicology, Sociology and Digitisation -- From Mediation to Pragmatism: making sociology sensitive again to the value of things?- “Exploring Gender in Music … to Better Grasp Musical Work" -- Musical Cosmopolitanism, Bodies and Aesthetic Cultures -- Musical Language -- The Unsung Work of Music Sociology? -- Music Sociology in the GDR: under conditions of political dictatorship, despite of political dictatorship
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    ISBN: 9783658223007 , 9783658223007
    Language: English
    Pages: Online-Ressource (X, 210 p. 15 illus., 12 illus. in color, online resource)
    Edition: Springer eBook Collection. Social Sciences
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    Keywords: Social sciences Methodology ; Sociological Theory ; Sociology-Research ; Ethnography ; Sociology-Research ; Ethnography ; Social sciences Methodology ; Sociology.
    Abstract: The essays in this volume discuss the various approaches to New Materialism in Sociology and Philosophy. They raise the questions of what New Materialism consists of and whether it in fact should be considered a radical change in Social Theory. Are the ideas of a “material turn”, as the theory is formulated and in its assumptions, foreshadowed by the classical philosophies of Spinoza and Tarde? Do these new approaches bring substantially new perspectives to Social Theory? A further goal of these essays is to formulate the methodological and methodical consequences for its empirical implementation. What conditions must an ethnography of things fulfill if it is to be sufficient? Which participant objects and bodies do the approaches of the various social theories and methodologies include or exclude? Contents • Postphenomenology and Actor-Network-Theory • Cyborg and Agential Realism • Praxeology and Communicative Constructivism • Algorithmic Culture and Doing Science Audience Sociologists, philosophers, artists, scholars in Science and Technology Studies Editors Ulrike Tikvah Kissmann is Professor of Sociological Methodology of Qualitative Reconstructive Research at the University of Kassel. Joost van Loon is Professor of General Sociology and Sociological Theory at the Catholic University Eichstätt-Ingolstadt
    Abstract: Materialities in philosophy of science -- Materialities in posthumanism -- Materialities in conversation analysis -- Materialities and phenomenology of the subjective body -- Actor-network theory -- Feminist materialism -- Materialities in praxeology -- Materialities in ethnography -- Critique of New Materialism
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    ISBN: 9783658249663
    Language: German
    Pages: 1 Online-Ressource (VIII, 106 S. 2 Abb. in Farbe)
    Parallel Title: Printed edition
    DDC: 306.36
    RVK:
    RVK:
    RVK:
    Keywords: Industrial sociology ; Migration ; Berufsbildung ; Jugendlicher Arbeitnehmer ; Migrationshintergrund ; Deutschland ; Deutschland ; Jugendlicher Arbeitnehmer ; Migrationshintergrund ; Berufsbildung
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    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 ...
  • 69
    ISBN: 9783658250799
    Language: German
    Pages: 1 Online-Ressource (IX, 145 S. 16 Abb., 1 Abb. in Farbe)
    Parallel Title: Printed edition
    DDC: 305.26
    RVK:
    Keywords: Geschichte 1930-1959 ; Aging Research ; Sozialer Wandel ; Mann ; Frau ; Generation ; Altern ; Jahrgang ; Deutschland ; Aufsatzsammlung ; Aufsatzsammlung ; Electronic books. ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Deutschland ; Altern ; Sozialer Wandel ; Mann ; Frau ; Generation ; Jahrgang ; Geschichte 1930-1959
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    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 ...
  • 70
    ISBN: 9783658262358
    Language: German
    Pages: 1 Online-Ressource (VIII, 220 S. 33 Abb., 8 Abb. in Farbe)
    Series Statement: Quartiersforschung
    Parallel Title: Printed edition
    DDC: 304.2
    Keywords: Human Geography ; Sociology, Urban ; Social work ; Stadtplanung ; Bürgerbeteiligung ; Demokratie ; Stadtviertel ; Electronic books. ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Stadtviertel ; Demokratie ; Bürgerbeteiligung ; Stadtplanung
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    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 ...
  • 71
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658207250
    Language: English
    Pages: 1 Online-Ressource (VI, 288 p. 23 illus., 20 illus. in color)
    Series Statement: Medien der Kooperation
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 302.2
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Konferenzschrift 2016 ; Konferenzschrift 2016 ; Konferenzschrift 2016 ; Konferenzschrift
    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 ...
  • 72
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658129064
    Language: English
    Pages: 1 Online-Ressource (VI, 167 p. 14 illus., 6 illus. in color)
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 302.23
    RVK:
    Keywords: Aufsatzsammlung ; Aufsatzsammlung
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    ISBN: 9783658245382
    Language: English
    Pages: Online-Ressource (VI, 215 p. 1 illus, online resource)
    Edition: Springer eBook Collection. Political Science and International Studies
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    Keywords: Europäische Union ; Comparative politics ; Comparative Politics ; Comparative politics ; Human rights. ; Internationale Migration ; Flüchtling ; Migrationspolitik ; Flüchtlingspolitik ; Deportation ; Vertreibung ; Diversifikation ; Afrika
    Abstract: The so-called ‘refugee crisis’ represents one of the biggest contemporary political and social challenges. Although many African countries have been dealing with forced migratory and refugee movements for decades, their experiences have so far largely been neglected in the predominantly Eurocentric public debate. The present volume aims to bridge this gap by providing comparative African and European perspectives from different disciplines, highlighting the challenges but also potential mutual benefits of social diversification, and offering an insight into possible solution strategies. Contents Migration and Social Rights in a Globalized Society Migration Governance between Treating Symptoms and Combating Causes Target Groups Researchers and students in the fields of political science, law, anthropology Practitioners in NGOs and public administration, policy makers The Editors Prof. Dr. Elisabeth Wacker holds the Chair of Sociology of Diversity at the Technical University of Munich and is Max Planck Fellow at the Max Planck Institute for Social Law and Social Policy. Prof. Dr. Ulrich Becker, LL.M. (EHI), is Director at the Max Planck Institute for Social Law and Social Policy, Munich. Katharina Crepaz, Ph.D., is a post-doctoral research associate at the Max Planck Institute for Social Law and Social Policy and at the Chair of Sociology of Diversity, Technical University of Munich
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    ISBN: 9783658266158
    Language: English
    Pages: 1 Online-Ressource (IX, 288 p. 1 illus)
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 306.43
    Keywords: Schools ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    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 ...
  • 75
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783531190044
    Language: German
    Pages: 1 Online-Ressource (XVI, 362 S. 7 Abb)
    Parallel Title: Printed edition
    DDC: 306.85
    RVK:
    RVK:
    Keywords: Social sciences ; Social history ; Political science ; Sociology ; Families ; Families Social aspects ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Aufsatzsammlung ; Hochschulschrift ; Aufsatzsammlung ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    ISBN: 9783658257149
    Language: German
    Pages: 1 Online-Ressource (XXVI, 300 S. 1 Abb)
    Series Statement: RaumFragen: Stadt – Region – Landschaft
    Parallel Title: Printed edition
    DDC: 304.2
    RVK:
    Keywords: Human Geography ; Sociology, Urban ; Cultural geography ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    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 ...
  • 77
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Wiesbaden : Springer Gabler
    ISBN: 9783658277734
    Language: German
    Pages: 1 Online-Ressource (XVIII, 244 Seiten) , 42 Illustrationen
    Series Statement: Wirtschaftswissenschaft und Ökonomische Bildung
    Parallel Title: Erscheint auch als
    DDC: 306.3
    Keywords: Gender and Economics ; Entrepreneurship ; Education Economics ; Culture—Economic aspects ; Entrepreneurship ; Education-Economic aspects ; Entrepreneurship ; Hochschulschrift ; Entrepreneurship
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Cover
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    ISBN: 9783658240622
    Language: German
    Pages: 1 Online-Ressource (VI, 137 S. 14 Abb., 5 Abb. in Farbe)
    Parallel Title: Printed edition
    DDC: 302.2
    RVK:
    Keywords: Social media ; Political communication
    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 ...
  • 79
    ISBN: 9783658076450
    Language: German
    Pages: 1 Online-Ressource (XV, 668 S. 11 Abb., 4 Abb. in Farbe)
    Series Statement: Springer Reference Sozialwissenschaften
    Parallel Title: Printed edition
    DDC: 306
    Keywords: Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung
    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 ...
  • 80
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658257828
    Language: German
    Pages: 1 Online-Ressource (XIII, 294 S.)
    Series Statement: Rekonstruktive Bildungsforschung 23
    Parallel Title: Printed edition
    DDC: 306.43
    RVK:
    Keywords: Schools ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    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 ...
  • 81
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer
    ISBN: 9783658238926
    Language: German
    Pages: 1 Online-Ressource (VII, 47 S. 10 Abb)
    Series Statement: essentials
    Parallel Title: Printed edition
    DDC: 302.1
    Keywords: Welfare economics ; Economic history ; Population
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    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 ...
  • 82
    ISBN: 9783658076160
    Language: German
    Pages: 1 Online-Ressource (XV, 722 S. 2 Abb., 1 Abb. in Farbe)
    Series Statement: Springer Reference Sozialwissenschaften
    Parallel Title: Printed edition
    DDC: 306
    RVK:
    Keywords: Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung
    URL: Volltext  (URL des Erstveröffentlichers)
    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 ...
  • 83
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658195731
    Language: German
    Pages: 1 Online-Ressource (XXII, 893 S. 105 Abb., 46 Abb. in Farbe)
    Parallel Title: Printed edition
    DDC: 305
    RVK:
    RVK:
    Keywords: Education and state ; Aufsatzsammlung ; Aufsatzsammlung ; Electronic books. ; Handbuch ; Aufsatzsammlung ; Aufsatzsammlung
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658242343
    Language: German
    Pages: 1 Online-Ressource (XIV, 194 S. 14 Abb)
    Parallel Title: Printed edition
    DDC: 306
    RVK:
    RVK:
    Keywords: Life cycle, Human ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    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 ...
  • 85
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658246396
    Language: German
    Pages: 1 Online-Ressource (IX, 759 S. 1 Abb)
    Parallel Title: Printed edition
    DDC: 302.23
    RVK:
    Keywords: Communication ; Popular Culture ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    ISBN: 9783658150990
    Language: German
    Pages: 1 Online-Ressource (VII, 326 S.)
    Parallel Title: Erscheint auch als
    DDC: 304.8
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Social sciences ; Social medicine ; Human body Social aspects ; Emigration and immigration ; Interkulturelle Kompetenz ; Behindertenhilfe ; Behindertenrecht ; Lebenswelt ; Inklusive Schule ; Behinderung ; Flüchtling ; Einwanderer ; Deutschland ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Deutschland ; Einwanderer ; Flüchtling ; Behinderung ; Lebenswelt ; Deutschland ; Einwanderer ; Flüchtling ; Behinderung ; Behindertenrecht ; Deutschland ; Einwanderer ; Flüchtling ; Behinderung ; Interkulturelle Kompetenz ; Behindertenhilfe ; Deutschland ; Einwanderer ; Flüchtling ; Behinderung ; Inklusive Schule
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658254919
    Language: English
    Pages: 1 Online-Ressource (VIII, 182 p. 34 illus., 25 illus. in color)
    Series Statement: RaumFragen: Stadt – Region – Landschaft
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 304.2
    RVK:
    Keywords: Human Geography ; Einführung ; Lehrbuch ; Einführung ; Lehrbuch ; Lehrbuch
    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 ...
  • 88
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658233136
    Language: English
    Pages: 1 Online-Ressource (XIX, 254 p. 45 illus)
    Series Statement: RaumFragen: Stadt – Region – Landschaft
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 304.2
    RVK:
    RVK:
    Keywords: Human Geography ; Social sciences-Philosophy ; Environmental sociology ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    ISBN: 9783658252533
    Language: English
    Pages: 1 Online-Ressource (VIII, 291 p. 1 illus)
    Series Statement: Systematische Musikwissenschaft
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 306
    Keywords: Music
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    ISBN: 9783658239527
    Language: English
    Pages: 1 Online-Ressource (XIII, 318 p. 2 illus)
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 305.4
    RVK:
    Keywords: Women ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Imprint: Springer VS
    ISBN: 9783658268589
    Language: English
    Pages: 1 Online-Ressource (XXV, 262 p. 26 illus)
    Series Statement: Organisationskommunikation, Studien zu Public Relations/Öffentlichkeitsarbeit und Kommunikationsmanagement
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    DDC: 302.2
    Keywords: Public relations ; International organization ; Hochschulschrift ; Hochschulschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658247874
    Language: English
    Pages: Online-Ressource (XX, 552 p. 1 illus, online resource)
    Edition: Springer eBook Collection. Social Sciences
    Series Statement: Studies in International, Transnational and Global Communications
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als
    Parallel Title: Printed edition
    Parallel Title: Printed edition
    Keywords: Journalism ; Communication. ; Sociology. ; Cultural studies.
    Abstract: This study approaches a pressing question for the public, the media, and in academia: how can the media be held accountable? By focusing on the relationship between media and accountability in the understudied region of Latin America, Mariella Bastian provides a theoretical framework for the analysis of media accountability (MA) beyond the Global North. The underlying conditions for the development of MA in Brazil, Argentina, and Uruguay are identified by conducting a multi-method study. The author also gives an overview of the status quo of the implementation of both traditional and innovative MA instruments. Content Brazil, Argentina, Uruguay: Background and media landscapes De-westernizing the media accountability approach: Towards a Latin American design of accountability frames Conditions for media accountability in Latin America The status quo of online media accountability in Latin America Media accountability instruments in Brazil, Argentina, and Uruguay Special cases and typology of media accountability instruments in Latin America Target Groups Lecturers and students of journalism studies, communication science, Latin American studies, political sciences Journalists, media-related NGOs, policy makers The Author Dr. Mariella Bastian is a postdoctoral researcher at the Institute for Information Law (University of Amsterdam). Her research interests include media accountability, media ethics, news personalization, Latin American media systems, media & democracy, and international journalism
    Abstract: Brazil, Argentina, Uruguay: Background and media landscapes -- De-westernizing the media accountability approach: Towards a Latin American design of accountability frames -- Conditions for media accountability in Latin America -- The status quo of online media accountability in Latin America -- Media accountability instruments in Brazil, Argentina, and Uruguay -- Special cases and typology of media accountability instruments in Latin America
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    ISBN: 9783658246228
    Language: German
    Pages: Online-Ressource (XXII, 312 S. 1 Abb, online resource)
    Edition: Springer eBook Collection. Social Science and Law
    Series Statement: Studien zur Mobilitäts- und Verkehrsforschung Band 42
    Series Statement: SpringerLink
    Series Statement: Bücher
    Series Statement: Research
    Series Statement: Studien zur Mobilitäts- und Verkehrsforschung
    Parallel Title: Erscheint auch als Sterzer, Lena Wohnen und Mobilität im Kontext von Fremdbestimmung und Exklusion
    Parallel Title: Printed edition
    Dissertation note: Dissertation Technische Universität München 2017
    Keywords: Wohnsoziologie ; Niedrigeinkommen ; Armut ; Wohnstandortwahl ; Mobilität ; Soziale Ausgrenzung ; Deutschland ; Urban Studies/Sociology ; Sociology, Urban ; Sociology, Urban ; Social structure. ; Social inequality. ; Hochschulschrift ; München ; Wohnungsmarkt ; Ausgrenzung ; Mieter ; Niedrigeinkommen ; Wohnungswechsel ; Wohnstandort ; Verkehrsverhalten ; Alltag ; Mobilität
    Abstract: Lena Sterzer analysiert die Handlungsspielräume einkommensschwacher Haushalte auf einem angespannten Wohnungsmarkt und die Herausforderungen, vor welchen die Haushalte bei ihrer Wohnstandortwahl stehen. Die Wohnungssuche und der darauf folgende Einbettungsprozess am neuen Wohnstandort sind von Fremdbestimmung und Exklusion geprägt. Das führt dazu, dass die Haushalte ihre Bedürfnisse reduzieren oder Mehraufwände in Kauf nehmen müssen, um ihre Handlungsfähigkeit zu erhalten. In beiden Fällen sind Auswirkungen auf die Alltagsgestaltung und damit einhergehend die Mobilität der Haushalte spürbar. Die Relevanz einer integrierten Betrachtung von Wohnstandortwahl, räumlicher Mobilität und sozialen Herausforderungen wird deutlich. Der Inhalt Wohnen und Mobilität als Voraussetzungen gesellschaftlicher Teilhabe Handlungsspielräume einkommensschwacher Haushalte bei der Wohnungssuche auf einem angespannten Wohnungsmarkt und räumliche Anforderungen an den Wohnstandort Ankommen am neuen Wohnstandort: Mobilität, Aktivität und Alltagsorganisation Fremdbestimmung und Exklusion als einflussnehmende Wirkdimensionen Die Zielgruppen Dozierende und Studierende der Verkehrs-, Stadt- und Raumplanung, Geographie sowie Soziologie Expertinnen und Experten der Stadt- und Verkehrsplanung, Mobilitätsmanagement und -beratung Die Autorin Lena Sterzer ist Bauingenieurin mit Schwerpunkt Stadt- und Verkehrsplanung. Im Rahmen ihrer Dissertation hat sie sich speziell mit den sozialen Aspekten räumlicher Mobilität auseinandergesetzt
    Abstract: Wohnen und Mobilität als Voraussetzungen gesellschaftlicher Teilhabe -- Handlungsspielräume einkommensschwacher Haushalte bei der Wohnungssuche auf einem angespannten Wohnungsmarkt und räumliche Anforderungen an den Wohnstandort -- Ankommen am neuen Wohnstandort: Mobilität, Aktivität und Alltagsorganisation -- Fremdbestimmung und Exklusion als einflussnehmende Wirkdimensionen
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    ISBN: 9783658212162
    Language: German
    Pages: Online-Ressource (XV, 302 S. 19 Abb., 1 Abb. in Farbe, online resource)
    Edition: Springer eBook Collection. Social Science and Law
    Series Statement: Wahlen und politische Einstellungen
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als Wahrnehmung – Persönlichkeit – Einstellungen
    Parallel Title: Printed edition
    Keywords: Electoral Politics ; Elections ; Comparative politics ; Political communication ; Germany-Politics and government ; Elections ; Comparative politics ; Political communication ; Germany-Politics and government ; Konferenzschrift 2016 ; Wahlforschung ; Politische Einstellung ; Psychologie ; Theorie ; Methode
    Abstract: In den letzten Jahren hat die Verwendung psychologischer Theorien und Methoden in der Wahl- und Einstellungsforschung eine deutliche Verbreitung erfahren. Zentrale Fragen dieses Forschungsbereichs sind: Nutzen unterschiedliche Wählergruppen unterschiedliche Strategien der Informationsverarbeitung? Was kann die Nutzung unterschiedlicher Strategien erklären? Und welchen Einfluss haben unterschiedliche Wege der Informationswahrnehmung und -verarbeitung auf politische Einstellungen und Wahlentscheidungen? Der Band beschäftigt sich in acht Beiträgen unter anderem mit Wahrnehmungen politischer Akteure oder politischer Informationen, dem Einfluss der Persönlichkeit auf politische Einstellungen und politisches Verhalten, Bedrohungswahrnehmungen der Bürgerinnen und Bürger sowie mit Determinanten der Beurteilung politischer Akteure. Die Zielgruppen Studierende, Dozierende und Forschende in der Politik- und der Kommunikationswissenschaft sowie der Soziologie und der Psychologie, Praktizierende in der kommerziellen Einstellungs- und Umfrageforschung. Die Herausgebenden Dr. Evelyn Bytzek ist Wissenschaftliche Mitarbeiterin in der Abteilung Politikwissenschaft der Universität Koblenz-Landau. Dr. Markus Steinbrecher ist Wissenschaftlicher Oberrat am Zentrum für Militärgeschichte und Sozialwissenschaften der Bundeswehr in Potsdam. Dr. Ulrich Rosar ist Professor für Soziologie am Institut für Sozialwissenschaften der Heinrich-Heine-Universität Düsseldorf
    Abstract: Die Politikpräferenzen der Wähler und die Wahrnehmung von Parteipositionen als Bedingungen für den Parteienwettbewerb um Wählerstimmen -- Zur Wahrnehmung politischer (Wahlkampf-)Aussagen als Wahlversprechen -- Zum Zusammenhang zwischen Offenheit und politischer Involvierung - Eine Analyse mit SOEP - Daten -- Wertvorstellungen, nationale Identifikation, gruppenbezogene Ausgrenzung und Bedro-hungswahrnehmung als Determinanten von Einstellungen zu Immigration -- Stereotype Threat und Politisches Wissen -- ‚Ist die Liebe zu sich selbst der Beginn einer politischen Romanze?‘ Soziale Ähnlichkeit als Determinante der Beurteilung politischer Akteure -- Der Einfluss multipler Parteibindungen auf das Wahlverhalten -- Trust in Politicians - Understanding and Measuring the Perceived Trustworthiness of Specific Politicians and Politicians in General as Multidimensional Constructs
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    ISBN: 9783658219475
    Language: German
    Pages: 1 Online-Ressource (XXVI, 245 Seiten)
    Edition: 4., um ein aktuelles Vorwort ergänzte Auflage, Online-Ausgabe
    Edition: Springer eBook Collection. Social Science and Law
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als
    Keywords: Social Sciences, general ; Social sciences ; Social sciences
    Abstract: Das gleichberechtigte Miteinander der Verschiedenen ist ein Schlüsselthema der Bildung im Kontext deutscher und weltweiter Entwicklungen. Das Buch analysiert die Bedeutung der Interkulturellen Pädagogik, der Feministischen Pädagogik und der Integrationspädagogik für eine Pädagogik der Vielfalt. Es leistet einen Beitrag zum Verständnis von Inklusion in pädagogischen Arbeitsfeldern. Diese Neuauflage wurde um ein Vorwort zu aktuellen Entwicklungen der Pädagogik der Vielfalt ergänzt. Der Inhalt Zur Theorie und Geschichte von Gleichheit und Verschiedenheit Interkulturelle Pädagogik Feministische Pädagogik Integrationspädagogik Perspektiven von Verschiedenheit und Gleichberechtigung in der Bildung Die Zielgruppen An Bildung Interessierte aus Wissenschaft, Praxis und Politik Die Autorin Dr. Annedore Prengel ist Erziehungswissenschaftlerin. Sie ist Professorin im Ruhestand an der Universität Potsdam und Seniorprofessorin an der Goethe-Universität Frankfurt am Main
    Abstract: Zur Theorie und Geschichte von Gleichheit und Verschiedenheit -- Interkulturelle Pädagogik -- Feministische Pädagogik -- Integrationspädagogik -- Perspektiven von Verschiedenheit und Gleichberechtigung in der Bildung
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658244231
    Language: German
    Pages: Online-Ressource (XVI, 486 S, online resource)
    Edition: Springer eBook Collection. Social Science and Law
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als Graf, Catharina Rechtsbehelfe in der Insolvenz
    Parallel Title: Printed edition
    RVK:
    Keywords: Commercial law ; Commercial law ; Commercial Law ; Deutschland ; Insolvenzrecht ; Rechtsbehelf
    Abstract: Catharina Graf widmet sich den materiellen und formellen Rechtsbehelfen in der Insolvenz. In materieller Hinsicht untersucht die Autorin vor dem Hintergrund des Gläubigergleichbehandlungsgrundsatzes, inwieweit die insolvenzrechtlichen Rechtsbehelfe die effiziente und gerechte Verteilung der Insolvenzmasse an die Gläubiger gewährleisten. In diesem Zusammenhang ordnet die Autorin die verschiedenen materiellen Rechtspositionen den einzelnen insolvenzrechtlichen Rechtsbehelfen zu. Die formellen Rechtsbehelfe werden daraufhin untersucht, ob sie einerseits hinreichend der geordneten Abwicklung der Verbindlichkeiten des Schuldners und andererseits der hinreichenden Mitwirkung der Gläubiger im Insolvenzverfahren dienen. Der Inhalt Ausgestaltung der materiellen Rechtsbehelfe im deutschen Insolvenzrecht und Zuordnung der einzelnen Rechtspositionen zu den Rechtsbehelfen Rechtsbehelfe gegen Handlungen des Insolvenzverwalters und gegen Akte des Insolvenzgerichts Die Zielgruppen Dozierende und Studierende der Rechtswissenschaften Praktiker im Insolvenzrecht und in der Insolvenzverwaltung Die Autorin Catharina Graf ist Rechtsanwältin und Fachanwältin für Familienrecht in einer mittelständischen Kanzlei in Freiburg mit Tätigkeitsschwerpunkten im Familien- und Medizinrecht
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658244583
    Language: German
    Pages: Online-Ressource (V, 279 S, online resource)
    Edition: Springer eBook Collection. Social Science and Law
    Series Statement: Philosophie & Kritik. Neue Beiträge zur politischen Philosophie und Kritischen Theorie
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als
    Parallel Title: Printed edition
    Keywords: Social Philosophy ; Social sciences Philosophy ; Social sciences-Philosophy ; Social sciences-Philosophy ; Social sciences Philosophy ; Philosophy and social sciences.
    Abstract: Victor Kempf konfrontiert in seiner sozialphilosophischen Studie zwei konträre Paradigmen der Kapitalismuskritik. Dem populären Exodus aus den normativen Vermittlungsformen der bürgerlichen Gesellschaft stellt er den beiseitegelassenen Versuch einer emanzipatorischen Einklagung ihrer uneingelösten Freiheits- und Gleichheitsversprechen gegenüber. Er verteidigt diesen Ansatz einer immanenten Kapitalismuskritik gegen seine Fundamentalzurückweisung, die den Exodus ontologisch begründen soll. Gleichzeitig verweist das Motiv des Exodus auf eine historische Stillstellung des reformistischen Kritik- und Fortschrittsmodells durch kapitalistische Wachstums- und Allgemeinwohlimperative. Nur in der zeitdiagnostischen Rekonstruktion dieser Kooptierung kann die Radikalität einer immanenten Kapitalismuskritik wiedergewonnen werden. Der Inhalt • Kapitalismuskritik heute • Tausch als Ausbeutung • Vom Liberalismus zum Sozialismus • Exodus aus jeder Vermittlung • „Remain & Revolt!“ Die Zielgruppen • Dozierende und Studierende der Sozialphilosophie und der Politischen Theorie • Politische Aktivistinnen und Aktivisten Der Autor Victor Kempf ist wissenschaftlicher Mitarbeiter am Institut für Philosophie der Humboldt-Universität zu Berlin. In seinem Habilitationsprojekt beschäftigt er sich mit dem umstrittenen Verhältnis von Demokratie und Menschenrechten
    Abstract: Kapitalismuskritik heute -- Tausch als Ausbeutung -- Vom Liberalismus zum Sozialismus -- Exodus aus jeder Vermittlung -- „Remain & Revolt!“
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    ISBN: 9783658269906
    Language: German
    Pages: 1 Online-Ressource(XIV, 332 S. 57 Abb., 43 Abb. in Farbe.)
    Edition: 1st ed. 2019.
    Series Statement: Perspektiven der Hochschuldidaktik
    Series Statement: Springer eBook Collection
    Parallel Title: Erscheint auch als
    RVK:
    Keywords: Philosophy and social sciences ; Higher education
    Abstract: Einleitung: Zur aktuellen Methodenentwicklung in der Hochschullehre -- Studienbegleitende Programme -- Naturwissenschaften, Mathematik und Medizin -- Geistes- und Sozialwissenschaften -- Digitale Lehrmethoden.
    Abstract: Im Zentrum des Bandes steht die Frage, welche Lehrmethoden im breiten Fächerspektrum der Hochschulen besonders geeignet sind. Zwar wird in der Hochschuldidaktik eine Vielzahl an Methoden für die Lehre vermittelt, doch stellt sich hier die Frage nach ihrer konkreten Umsetzung in der Praxis. Die Autorinnen und Autoren des Bandes identifizieren fachspezifische Herausforderungen und präsentieren Lehrmethoden, die sich als Antwort darauf im Lehralltag bewährt haben. Der Inhalt Einleitung: Zur aktuellen Methodenentwicklung in der Hochschullehre Studienbegleitende Programme Naturwissenschaften, Mathematik und Medizin Geistes- und Sozialwissenschaften Digitale Lehrmethoden Die Herausgebenden Dr. Jörg Noller ist wissenschaftlicher Assistent an der Ludwig-Maximilians-Universität München im Fach Philosophie. Er ist Tutorenausbilder und leitet verschiedene digitale Lehrprojekte. Dr. Christina Beitz-Radzio ist wissenschaftliche Mitarbeiterin im Studiendekanat der Tierärztlichen Fakultät der LMU. Sie ist unter anderem Tutorenausbilderin und Trainerin (sprachraum eG). Dr. Daniela Kugelmann ist wissenschaftliche Mitarbeiterin am Institut für Vegetative Anatomie der LMU München. Sie ist als Tutorenausbilderin für die fachlich- und methodisch-didaktische Ausbildung zuständig. Dr. Sabrina Sontheimer ist Lehrbeauftragte am Institut für Englische Philologie der LMU München und als freiberufliche Trainerin für Hochschuldidaktik, Kommunikation und wissenschaftliches Schreiben tätig. Dr. Sören Westerholz ist wissenschaftlicher Mitarbeiter am Lehrstuhl für Physiologische Chemie der LMU München.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden | Wiesbaden : Imprint: Springer VS
    ISBN: 9783658254896
    Language: German
    Pages: 1 Online-Ressource(X, 379 S. 91 Abb., 55 Abb. in Farbe.)
    Edition: 1st ed. 2019.
    Series Statement: Interdisziplinäre Architektur-Wissenschaft: Praxis – Theorie – Methodologie – Forschung
    Series Statement: Springer eBook Collection
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als Bauen mit Sinn
    Keywords: Sociology, Urban ; Architecture ; Architecture Philosophy ; Architecture - Philosophie ; Architecture - Philosophy ; Aufsatzsammlung ; Architektur ; Philosophie
    Abstract: Bauen mit Sinn. Schritte zu einer Philosophie der Architektur -- Die Struktur des Raumes und die urbane Gemeinschaft. Philosophische Betrachtungen zum Thema Stadt und Städtebau -- Das Architektonische: ‚Sich bauende Gesellschaft‘ -- Zur Aufgabe einer Philosophie des Bauwerks -- Geometrische Muster zwischen frühneuzeitlicher Utopie und russischer Avantgarde -- Moderne oder historisierende Architektur in der alten Stadt – Lehren aus der Geschichte?- Die Architektur des Heiligen – Salomonischer Tempel und Felsendom -- Meta Sudans, oder: Akustik und Geruch im antiken Rom. Kritische Bemerkungen zu einer Archäologie der Sinne -- Die Verallgemeinerung des Besonderen. Die Dresdner Frauenkirche und der gegenwärtige Rekonstruktionsfuror -- Die Architektur der Schöpferischen Zerstörung -- Architektur und Bild -- Stadtbaukunst – Die Kunst, Stadt zu bauen -- Was ist gute Architektur? – Eine Annäherung -- Über Wahrheit und Lüge im architektonischen Sinn -- Rekonstruktion in historischer und aktueller Perspektive -- Wie gefährlich sind Rekonstruktionen?- Wie sollen wir bauen? .
    Abstract: Architektur ist mehr als die technisch-funktionale Lösung eines praktischen Problems. In Bauwerken drückt sich immer auch ein Weltverhältnis aus - und macht zugleich ein bleibendes Sinn-Angebot. Architektur ist deswegen ein Anstoß, manchmal auch ein Apell, über sehr unterschiedliche Fragen nachzudenken, sich zu ihnen zu verhalten und sich dabei geistig zu verorten. In diesem Buch begegnen sich eine Vielfalt der Deutungs- und Annäherungsmöglichkeiten durch Vertreter unterschiedlicher Kultur- und Geisteswissenschaften. Die Eigenart der Wahrnehmungen und unterschiedlichen methodischen Herangehensweisen kommen so in ein Gespräch. Es soll zu einem besseres Verstehen, aber auch Bewerten führen. Denn wenn Bauwerke Sinn-Angebote machen, lassen sich diese auch beurteilen, da sie Ideale und mögliche Lebensweisen ausdrücken machen, die nicht alle gleichwertig sind. Der Inhalt Schritte zu einer Philosophie der Architektur · Die Struktur des Raumes und die urbane Gemeinschaft · Das ‚Architektonische‘· Zur Aufgabe einer Philosophie des Bauwerks · Geometrische Muster zwischen frühneuzeitlicher Utopie und russischer Avantgarde · Moderne oder historisierende Architektur in der alten Stadt · Die Architektur des Heiligen · Meta Sudans, oder: Akustik und Geruch im antiken Rom -· Die Verallgemeinerung des Besonderen. Die Dresdner Frauenkirche und der gegenwärtige Rekonstruktionsfuror · Die Architektur der Schöpferischen Zerstörung · Architektur und Bild · Stadtbaukunst · Was ist gute Architektur? · Über Wahrheit und Lüge im architektonischen Sinn · Rekonstruktion in historischer und aktueller Perspektive · Wie gefährlich sind Rekonstruktionen? · Wie sollen wir bauen? Der Herausgeber Dr. Christian Illies ist Professor für Philosophie an der Universität Bamberg.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    Wiesbaden : Springer Fachmedien Wiesbaden
    ISBN: 9783658224462
    Language: German
    Pages: Online-Ressource (XVII, 426 S. 3 Abb. in Farbe, online resource)
    Edition: Springer eBook Collection. Social Science and Law
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als Carmele, Gordon Das politische System Spaniens
    Parallel Title: Printed edition
    Parallel Title: Erscheint auch als Carmele, Gordon Das politische System Spaniens
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Comparative politics ; Comparative politics ; Europe-Politics and government ; Political science ; Legislative bodies ; Comparative Politics ; Europe-Politics and government ; Political science ; Legislative bodies ; Comparative Politics ; Comparative politics ; Europe-Politics and government ; Legislative bodies ; Political science ; Spanien ; Landeskunde ; Politisches System ; Gesetzgebende Gewalt
    Abstract: Das politische System Spaniens weist als parlamentarisches System Gemeinsamkeiten mit anderen politischen Systemen Kontinentaleuropas auf und ist in einem besonderen historischen und politischen Klima entstanden, das seine Form maßgeblich prägte. Die politischen und wirtschaftlichen Entwicklungen der vergangenen zehn Jahre haben dazu Veränderungs- und Anpassungsprozesse erforderlich gemacht, die dieses System vor existenzielle Herausforderungen stellt. Das Buch stellt das politische System Spaniens in seinem Entstehungskontext und vor dem Hintergrund der aktuellen Herausforderungen dar. Der Inhalt Entstehungskontext der Verfassung • Aspekte politischer Kultur • Krone • Die Exekutive • Die Legislative • Der Senat (Senado) • Die Judikative (Gerichtsbarkeit) • Regional- und Kommunalpolitik • Parteien • Regionale Parteien • Wahlen und Wahlverhalten • Massenmedien • Gewerkschaften und Interessengruppen • Kirche • Militär • Wirtschaftspolitik und wirtschaftliche Entwicklung • Bildungspolitik und Bildungssystem • Gesellschaft und sozialer Wandel • Internationale Beziehungen und Europapolitik Die Zielgruppen Studierende und Dozierende der Politik-, Sozial und Wirtschaftswissenschaften. Der Autor Dr. Gordon Carmele vertritt derzeit die Professur für Politikwissenschaft und ihre Didaktik an der PH Weingarten
    Abstract: Entstehungskontext der Verfassung -- Aspekte politischer Kultur -- Krone -- Die Exekutive -- Die Legislative -- Der Senat (Senado) -- Die Judikative (Gerichtsbarkeit) -- Regional- und Kommunalpolitik -- Parteien -- Regionale Parteien -- Wahlen und Wahlverhalten -- Massenmedien -- Gewerkschaften und Interessengruppen -- Kirche -- Militär -- Wirtschaftspolitik und wirtschaftliche Entwicklung -- Bildungspolitik und Bildungssystem -- Gesellschaft und sozialer Wandel -- Internationale Beziehungen und Europapolitik
    URL: Volltext  (lizenzpflichtig)
    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...