ALBERT

All Library Books, journals and Electronic Records Telegrafenberg

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

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

Vorgang fortführen?

Exportieren
Filter
  • Bücher  (11)
  • Computer Science
  • General Chemistry
  • Chemical Engineering
  • Cell & Developmental Biology
  • Inorganic Chemistry
  • Logos Verlag Berlin  (9)
  • Pluto Books  (2)
Sammlung
  • Bücher  (11)
Schlagwörter
Sprache
Erscheinungszeitraum
  • 1
    facet.materialart.
    Unbekannt
    Pluto Books
    Publikationsdatum: 2024-04-14
    Beschreibung: @ is For Activism examines the transformation of politics through digital media, including digital television, online social networking and mobile computing. Joss Hands maps out how political relationships have been reconfigured and new modes of cooperation, deliberation and representation have emerged. This analysis is applied to the organisation and practice of alternative politics, showing how they have developed and embraced the new political and technological environment. Hands offers a comprehensive critical survey of existing literature, as well as an original perspective on networks and political change. He includes many case studies including the anti-war and global justice movements, peer production, user created TV and 'Twitter' activism. @ is For Activism is essential for activists and students of politics and media.
    Schlagwort(e): Computer Science ; Political Science ; thema EDItEUR::U Computing and Information Technology::UT Computer networking and communications ; thema EDItEUR::J Society and Social Sciences::JP Politics and government::JPW Political activism / Political engagement
    Sprache: Englisch
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    facet.materialart.
    Unbekannt
    Pluto Books
    Publikationsdatum: 2024-04-04
    Beschreibung: In recent years, popular media have inundated audiences with sensationalised headlines recounting data breaches, new forms of surveillance and other dangers of our digital age. Despite their regularity, such accounts treat each case as unprecedented and unique. This book proposes a radical rethinking of the history, present and future of our relations with the digital, spatial technologies that increasingly mediate our everyday lives. From smartphones to surveillance cameras, to navigational satellites, these new technologies offer visions of integrated, smooth and efficient societies, even as they directly conflict with the ways users experience them. Recognising the potential for both control and liberation, the authors argue against both acquiescence to and rejection of these technologies. Through intentional use of the very systems that monitor them, activists from Charlottesville to Hong Kong are subverting, resisting and repurposing geographic technologies. Using examples as varied as writings on the first telephones to the experiences of a feminist collective for migrant women in Spain, the authors present a revolution of everyday technologies. In the face of the seemingly inevitable dominance of corporate interests, these technologies allow us to create new spaces of affinity, and a new politics of change.
    Schlagwort(e): Science & Technology Studies ; Computer Science ; Population Studies ; thema EDItEUR::P Mathematics and Science::PD Science: general issues::PDR Impact of science and technology on society ; thema EDItEUR::U Computing and Information Technology::UM Computer programming / software engineering::UMB Algorithms and data structures ; thema EDItEUR::U Computing and Information Technology::UR Computer security ; thema EDItEUR::U Computing and Information Technology::UB Information technology: general topics::UBJ Digital and information technologies: social and ethical aspects ; thema EDItEUR::R Earth Sciences, Geography, Environment, Planning::RG Geography::RGC Human geography
    Sprache: Englisch
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Publikationsdatum: 2024-04-14
    Beschreibung: In September 2020, researchers from Armenia, Chile, Germany and Japan met at the American University of Armenia for a virtual conference to discuss technologies with applications in smart cities, data science and information theory approaches for intelligent systems, technical challenges for intelligent environments, smart human centered computing, artificial neural networks, and deep learning. This book presents their contributions to the 2nd CODASSCA workshop on collaborative technologies and data science in artificial intelligence applications, a highly topical issue in today's computer science.
    Schlagwort(e): Computers ; Computer Science ; Technology & Engineering ; Telecommunications ; thema EDItEUR::U Computing and Information Technology::UY Computer science ; thema EDItEUR::T Technology, Engineering, Agriculture, Industrial processes::TJ Electronics and communications engineering::TJK Communications engineering / telecommunications
    Sprache: Englisch
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-11
    Beschreibung: "Somewhere, there is always wind blowing or the sun shining." This maxim could lead the global shift from fossil to renewable energy sources, suggesting that there is enough energy available to be turned into electricity. But the already impressive numbers that are available today, along with the European Union's 20-20-20 goal – to power 20% of the EU energy consumption from renewables until 2020 –, might mislead us over the problem that the go-to renewables readily available rely on a primary energy source mankind cannot control: the weather. At the same time, the notion of the smart grid introduces a vast array of new data coming from sensors in the power grid, at wind farms, power plants, transformers, and consumers. The new wealth of information might seem overwhelming, but can help to manage the different actors in the power grid. This book proposes to view the problem of power generation and distribution in the face of increased volatility as a problem of information distribution and processing. It enhances the power grid by turning its nodes into agents that forecast their local power balance from historical data, using artificial neural networks and the multi-part evolutionary training algorithm described in this book. They pro-actively communicate power demand and supply, adhering to a set of behavioral rules this book defines, and finally solve the 0-1 knapsack problem of choosing offers in such a way that not only solves the disequilibrium, but also minimizes line loss, by elegant modeling in the Boolean domain. The book shows that the Divide-et-Impera approach of a distributed grid control can lead to an efficient, reliable integration of volatile renewable energy sources into the power grid.
    Schlagwort(e): Technology & Engineering ; Construction ; Computers ; Computer Science ; thema EDItEUR::T Technology, Engineering, Agriculture, Industrial processes::TN Civil engineering, surveying and building::TNK Building construction and materials ; thema EDItEUR::U Computing and Information Technology::UY Computer science
    Sprache: Englisch
    Format: image/jpeg
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-14
    Beschreibung: The Simplex algorithm is one of the most important algorithms in discrete optimization, and is the most used algorithm for solving linear programs in practice. In the last 50 years, several pivot rules for this algorithm have been proposed and studied. For most deterministic pivot rules, exponential lower bounds were found, while a probabilistic pivot rule exists that guarantees termination in expected subexponential time. One deterministic pivot rule that is of special interest is Zadeh's pivot rule since it was the most promising candidate for a polynomial pivot rule for a long time. In 2011, Friedmann proved that this is not true by providing an example forcing the Simplex algorithm to perform at least a subexponential number of iterations in the worst case when using Zadeh's pivot rule. Still, it was not known whether Zadeh's pivot rule might achieve subexponential worst case running time. Next to analyzing Friedmann's construction in detail, we develop the first exponential lower bound for Zadeh's pivot rule. This closes a long-standing open problem by ruling out this pivot rule as a candidate for a deterministic, subexponential pivot rule in several areas of linear optimization and game theory.
    Schlagwort(e): Computers ; Computer Science ; thema EDItEUR::U Computing and Information Technology::UY Computer science
    Sprache: Englisch
    Format: image/jpeg
    Format: image/jpeg
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-14
    Beschreibung: The volume of scientific literature is increasing and researchers have difficulties in estimating their quality and relevance. Library portals, therefore, are getting more relevant by using quality indicators to help researchers during their research process. With the growing presence of social media, altmetrics have been proposed as complementary indicators to traditional measures. Altmetrics can help to identify online attention and can appear much faster than citations. This study explores altmetrics for filtering relevant articles (in library portals) within the discipline of Economic and Business Studies literature. Firstly, it highlights the altmetrics presence from Mendeley and Altmetric.com for the journals in the above-mentioned disciplines. It presents correlations between citation and altmetrics on article and journal level, suggesting Mendeley counts as an alternative indicator to citations. Afterward, it investigates the use of altmetrics data for potential users with interests in new trends, social media platforms, and journal rankings. Lastly, it explores the behavior of economic researchers using a survey by discovering the usefulness of different altmetrics. With the findings of this study, several forms of altmetrics in library portals are discussed, using EconBiz as the proof-of-concept, to assist both researchers and libraries to identify relevant journals or articles and to cope with the information overload.
    Schlagwort(e): Computers ; Computer Science ; thema EDItEUR::U Computing and Information Technology::UY Computer science
    Sprache: Englisch
    Format: image/jpeg
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-04
    Beschreibung: In August 2022, researchers and developers from Armenia, Chile, Germany, and Japan met at the American University of Armenia for the third edition of the CODASSCA Workshop on Collaborative Technologies and Data Science in Smart City Applications, co-organized with a Summer School on Artificial Neural Networks and Deep Learning. This book presents their contributions on intelligent technologies in data science and human-centered computing.
    Schlagwort(e): Mathematics ; Computers ; Computer Science ; Technology & Engineering ; thema EDItEUR::P Mathematics and Science::PB Mathematics ; thema EDItEUR::U Computing and Information Technology::UY Computer science ; thema EDItEUR::T Technology, Engineering, Agriculture, Industrial processes::TB Technology: general issues
    Sprache: Englisch
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-04
    Beschreibung: Digitalisation, digital networks, and artificial intelligence are fundamentally changing our lives! We must understand the various developments and assess how they interact and how they affect our regular, analogue lives. What are the consequences of such changes for me personally and for our society? Digital networks and artificial intelligence are seminal innovations that are going to permeate all areas of society and trigger a comprehensive, disruptive structural change that will evoke numerous new advances in research and development in the coming years. Even though there are numerous books on this subject matter, most of them cover only specific aspects of the profound and multifaceted effects of the digital transformation. An overarching assessment is missing. In 2016, the Federation of German Scientists (VDW) has founded a study group to assess the technological impacts of digitalisation holistically. Now we present this compendium to you. We address the interrelations and feedbacks of digital innovation on policy, law, economics, science, and society from various scientific perspectives. Please consider this book as an invitation to contemplate with other people and with us, what kind of world we want to live in!
    Schlagwort(e): Science ; Computers ; Computer Science ; Philosophy ; thema EDItEUR::P Mathematics and Science::PD Science: general issues ; thema EDItEUR::U Computing and Information Technology::UY Computer science ; thema EDItEUR::Q Philosophy and Religion::QD Philosophy
    Sprache: Englisch
    Format: image/jpeg
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-04
    Beschreibung: Digitalisierung, Vernetzung und Künstliche Intelligenz verändern unser Leben in grundlegender Weise! Wir müssen die verschiedenen Entwicklungen verstehen und analysieren, wie sie sich gegenseitig verstärken und auf unser "normales", analoges Leben wirken. Welche Konsequenzen haben die Veränderungen für mich und für die Gesellschaft, in der ich lebe? Digitale Vernetzung und Künstliche Intelligenz sind epochale Basisinnovationen, die schubartig alle Bereiche der Gesellschaft durchdringen und Motor eines umfassenden, disruptiv verlaufenden Strukturwandels sind, der in den nächsten Jahren zahlreiche neue Innovationen hervorbringen wird. Trotz zahlreicher Bücher zum Thema werden die tiefgehenden und vielseitigen Wirkungen der Digitalisierung meistens nur ausschnittsweise, also für einzelne Bereiche betrachtet. Was fehlt, ist ein Gesamtbild. Die Vereinigung Deutscher Wissenschaftler (VDW) beschäftigt sich deshalb seit 2016 eingehend mit Technikfolgen der Digitalisierung und hat hierzu eine Studiengruppe eingesetzt, die das vorliegende Kompendium vorlegt. Darin betrachten wir aus verschiedenen Wissenschaftsperspektiven Zusammenhänge und Rückwirkungen digitaler Innovation in unterschiedlichen gesellschaftlichen Bereichen. Sehen Sie das Buch als eine Einladung, mit anderen Menschen und mit uns darüber nachzudenken, wie wir leben wollen!
    Schlagwort(e): Science ; Computers ; Computer Science ; Philosophy ; thema EDItEUR::P Mathematics and Science::PD Science: general issues ; thema EDItEUR::U Computing and Information Technology::UY Computer science ; thema EDItEUR::Q Philosophy and Religion::QD Philosophy
    Sprache: Deutsch
    Format: image/jpeg
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-14
    Beschreibung: The exchange of orbit information is becoming more important in view of the increasing population of objects in space as well as the increase in parties involved in space operations. The aim of this thesis was to investigate how orbit information maintained by a space surveillance system can be provided to its users. Services like collision avoidance require very accurate information, while other services might be less stringent. An approach was studied, which allows to derive orbit and covariance information of predetermined accuracy from a reference orbit. Using Chebyshev polynomials, continuous state vector and covariance matrix information can be provided. The major advantage is that no inter- or extrapolation on the user's side is required. A method to reduce the data amount by interpolating the variance envelope functions was also studied. The proposed method in this thesis gives access to highly accurate information from the catalogue, where this information is required. On the other hand it can also provide less accurate information, where requirements are less restrictive, thereby allowing for a significantly reduced amount of data to be transferred and stored.
    Schlagwort(e): Computers ; Computer Science ; Technology & Engineering ; Science ; Physics ; thema EDItEUR::U Computing and Information Technology::UY Computer science ; thema EDItEUR::T Technology, Engineering, Agriculture, Industrial processes::TB Technology: general issues ; thema EDItEUR::P Mathematics and Science::PH Physics
    Sprache: Englisch
    Format: image/jpeg
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    facet.materialart.
    Unbekannt
    Logos Verlag Berlin | Logos Verlag Berlin
    Publikationsdatum: 2024-04-14
    Beschreibung: Orbital debris is becoming an increasing problem for space flight missions. New satellite launches, explosions, collisions and other events cause a steady rise in the number of objects orbiting the Earth. It is therefore important to determine the future development of the object population, as well as the effectiveness of debris mitigation measures, in long-term simulations. Orbital propagation, the calculation of an object's movement in its orbit, poses a challenge for this research due to the high computation times of the complex perturbation models involved. With populations consisting of hundreds of thousands of objects as well as simulation time frames of up to 200 years, these calculations can take up hours of computation time. To speed up this process, the analytical propagator Ikebana is introduced in this work of applied computer science in engineering. The program runs on graphics processing units, hardware designed for massively parallel execution of up to thousands of concurrent threads. This reduces the overall run time for large object populations from hours to minutes. Porting software from a conventional CPU is not a trivial task and involves a number of potential pitfalls and optimization opportunities which are detailed in this work. The propagator is integrated into other applications via a generic, multi-platform interface specifically designed for this task. It allows to develop the propagator separately and integrate it into other tools as a plugin at run time. The interface's architecture serves as a design template for analytical propagation software.
    Schlagwort(e): Computers ; Computer Science ; Technology & Engineering ; Science ; Physics ; thema EDItEUR::U Computing and Information Technology::UY Computer science ; thema EDItEUR::T Technology, Engineering, Agriculture, Industrial processes::TB Technology: general issues ; thema EDItEUR::P Mathematics and Science::PH Physics
    Sprache: Englisch
    Format: image/jpeg
    Format: image/jpeg
    Standort Signatur Erwartet Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...