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
  • 1
    UID:
    gbv_1839882093
    Umfang: 1 online resource.
    ISBN: 9781003203308 , 1003203302 , 9781000768824 , 1000768821 , 9781000770018 , 100077001X
    Serie: Routledge advances in sociology
    Inhalt: This book proposes a reconstruction of contemporary social theory, focusing on thematic issues rather than on authors or schools of thought. In so doing, it endeavours to bridge epistemological approaches and locate critical claims shared by the main trajectories and notions of sociological theoretical debate. The book explores the current forms of social science theorization through the key themes of Agency, Anthropocene, Coloniality, Intersectionality, Othering, Singularization, Technoscience and Uncertainty. Focusing on these key themes, it highlights their usefulness for discussions of inequality, neoliberalism, eurocentrism, androcentrism or anthropocentrism – in order to examine these issues in a new light and look beyond the classic divides of social theory. Intended for an academic audience interested in social theory, scholars and post-graduate students in sociology, social sciences, anthropology, social geography, social psychology and globalization studies will find this book useful.
    Weitere Ausg.: ISBN 9781032066653
    Weitere Ausg.: ISBN 9781032066684
    Weitere Ausg.: Erscheint auch als Druck-Ausgabe ISBN 9781032066653
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    [Erscheinungsort nicht ermittelbar] : Taylor & Francis
    UID:
    gbv_1832251527
    Umfang: 1 Online-Ressource (174 p.)
    ISBN: 9781003203308 , 9781032066653 , 9781032066684 , 9781000768824
    Serie: Routledge Advances in Sociology
    Inhalt: This book proposes a reconstruction of contemporary social theory, focusing on thematic issues rather than on authors or schools of thought. In so doing, it endeavours to bridge epistemological approaches and locate critical claims shared by the main trajectories and notions of sociological theoretical debate. The book explores the current forms of social science theorization through the key themes of Agency, Anthropocene, Coloniality, Intersectionality, Othering, Singularization, Technoscience and Uncertainty. Focusing on these key themes, it highlights their usefulness for discussions of inequality, neoliberalism, eurocentrism, androcentrism or anthropocentrism - in order to examine these issues in a new light and look beyond the classic divides of social theory. Intended for an academic audience interested in social theory, scholars and post-graduate students in sociology, social sciences, anthropology, social geography, social psychology and globalization studies will find this book useful. The Open Access version of this book, available at www.taylorfrancis.com, has been made available under a Creative Commons Attribution-Non Commercial-No Derivatives 4.0 license
    Anmerkung: English
    Sprache: Unbestimmte Sprache
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Buch
    Buch
    Boca Raton : CRC Press, Taylor & Francis Group
    UID:
    gbv_1691270113
    Umfang: xix, 346 Seiten , Illustrationen, Karten
    ISBN: 9780367371395 , 9780367861186
    Weitere Ausg.: Erscheint auch als Online-Ausgabe Dorman, Michael, 1984 - Introduction to web mapping Boca Raton : CRC Press, 2020 ISBN 9781000768800
    Weitere Ausg.: ISBN 9781000768848
    Weitere Ausg.: ISBN 9780429352874
    Weitere Ausg.: ISBN 9781000768824
    Sprache: Englisch
    Fachgebiete: Geographie
    RVK:
    Schlagwort(e): Kartografie ; World Wide Web
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    Boca Raton, FL :CRC Press,
    UID:
    almahu_9949386168802882
    Umfang: 1 online resource (xix, 346 pages) : , illustrations (some color), maps (chiefly color)
    ISBN: 9781000768848 , 1000768848 , 9781000768800 , 1000768805 , 9780429352874 , 0429352875 , 9781000768824 , 1000768821
    Inhalt: A web map is an interactive display of geographic information, in the form of a web page, that you can use to tell stories and answer questions. Web maps have numerous advantages over traditional mapping techniques, such as the ability to display up-to-date or even real-time information, easy distribution to end users, and highly customized interactive content. Introduction to Web Mapping teaches you how to develop online interactive web maps and web mapping applications, using standard web technologies: HTML, CSS and JavaScript. The core technologies are introduced in Chapters 1-5, focusing on the specific aspects which are most relevant to web mapping. Chapters 6-13 then implement the material and demonstrate key concepts for building and publishing interactive web maps.
    Anmerkung: "A Chapman & Hall book." , 10.5 Updating the map , Cover -- Half Title -- Title Page -- Copyright Page -- Dedication -- Contents -- Preface -- 0.1 What is web mapping? -- 0.2 What is JavaScript? -- 0.3 Why use JavaScript for web mapping? -- 0.4 Learning objectives -- 0.5 Software -- 0.6 Background knowledge -- 0.7 Online version -- 0.8 Acknowledgments -- Author -- Part I: Introduction to Web Technologies -- 1. HTML -- 1.1 Introduction -- 1.2 How do people access the web? -- 1.3 Web pages -- 1.4 Text editors -- 1.5 What is HTML? -- 1.6 Common HTML elements -- 1.7 id, class, and style attributes -- 1.8 Code layout -- 1.9 Inspecting elements , 1.10 Exercise -- 2. CSS -- 2.1 Introduction -- 2.2 What is CSS? -- 2.3 CSS rules -- 2.4 CSS selectors -- 2.5 CSS conflicts -- 2.6 CSS inheritance -- 2.7 Linking CSS to HTML -- 2.8 CSS properties -- 2.9 Hurricane scale example -- 2.10 Map description example -- 2.11 Exercise -- 3. JavaScript Basics -- 3.1 Introduction -- 3.2 What is JavaScript? -- 3.3 Client-side vs. server-side -- 3.4 The JavaScript console -- 3.5 Assignment -- 3.6 Data types -- 3.7 Functions -- 3.8 Methods -- 3.9 Scope -- 3.10 Flow control -- 3.11 JavaScript Object Notation (JSON) -- 3.12 Exercise -- 4. JavaScript Interactivity , 4.1 Introduction -- 4.2 The Document Object Model (DOM) -- 4.3 Accessing and modifying elements -- 4.4 What is jQuery? -- 4.5 Including the jQuery library -- 4.6 Selecting elements -- 4.7 Operating on selection -- 4.8 Binding event listeners -- 4.9 Hello example -- 4.10 Poles example -- 4.11 The event object -- 4.12 Iteration over arrays and objects -- 4.13 Modifying page based on data -- 4.14 Working with user input -- 4.15 Exercise -- 5. Web Servers -- 5.1 Introduction -- 5.2 Web servers -- 5.3 Communicating through HTTP -- 5.4 Static vs. dynamic servers -- 5.5 URLs and file structure , 5.6 Running a static server -- Part II: Web Mapping with Leaflet -- 6. Leaflet -- 6.1 Introduction -- 6.2 What is a web map? -- 6.3 What is Leaflet? -- 6.4 Alternatives to Leaflet -- 6.5 Creating a basic web map -- 6.6 Adding vector layers -- 6.7 Adding popups -- 6.8 Adding a description -- 6.9 Introducing map events -- 6.10 Exercise -- 7. GeoJSON -- 7.1 Introduction -- 7.2 What is GeoJSON? -- 7.3 GeoJSON structure -- 7.4 Editing GeoJSON -- 7.5 Adding GeoJSON to Leaflet map -- 7.6 GeoJSON viewer example -- 7.7 Ajax -- 7.8 The .getJSON function -- 7.9 Exercise -- 8. Symbology and Interactivity , 8.1 Introduction -- 8.2 L.geoJSON options -- 8.3 Constant style -- 8.4 Varying style -- 8.5 Constructing popups from data -- 8.6 Adding a legend -- 8.7 Using CSS to style the legend -- 8.8 Dynamic style -- 8.9 Exercise -- Part III: Databases -- 9. Databases -- 9.1 Introduction -- 9.2 What is CARTO? -- 9.3 Databases -- 9.4 Spatial databases -- 9.5 What is PostGIS? -- 9.6 What is SQL? -- 9.7 The CARTO SQL API -- 9.8 CARTO and Leaflet -- 9.9 Exercise -- 10. Non-spatial Queries -- 10.1 Introduction -- 10.2 Subsetting with SQL -- 10.3 Creating a dropdown menu -- 10.4 Populating dropdown options
    Weitere Ausg.: Print version: Dorman, Michael, 1984- Introduction to web mapping. Boca Raton, FL : CRC Press, Taylor & Francis Group, [2020] ISBN 9780367371395
    Sprache: Englisch
    Schlagwort(e): Electronic books. ; Electronic books. ; Electronic books.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    UID:
    edoccha_9960839004202883
    Umfang: 1 online resource (174 pages)
    Ausgabe: First Edition.
    ISBN: 1-00-320330-2 , 1-000-77001-X , 1-003-20330-2 , 1-000-76882-1
    Serie: Routledge Advances in Sociology
    Inhalt: This book explores the current forms of social science theorization starting from some federative themes: Agency, Anthropocene, Coloniality, Intersectionality, Othering, Singularization, Technoscience and Uncertainty. The book proposes a reconstruction of contemporary social theory starting from some thematic issues rather than starting from authors or schools of thought. It emphasizes the usefulness of a rhizomatic way of thinking that recognizes the importance of interconnections, heterogeneity and multiplicity in understanding the complexity of global societies. Focusing on federative themes, it highlights some heuristic and conceptual tools that intersect and intertwine in different themes, returning a complex toolbox for the social sciences, adaptable to different contexts and situations, enriched by voices and theoretical perspectives deriving from reflections on the social that the modern and Eurocentric perspective has tended to marginalize. The book is intended for an academic audience interested in social theory. It is also intended for students from a wide range of disciplines undertaking social science studies.
    Anmerkung: In English.
    Weitere Ausg.: ISBN 1-03-206665-2
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    UID:
    edocfu_9960839004202883
    Umfang: 1 online resource (174 pages)
    Ausgabe: First Edition.
    ISBN: 1-00-320330-2 , 1-000-77001-X , 1-003-20330-2 , 1-000-76882-1
    Serie: Routledge Advances in Sociology
    Inhalt: This book explores the current forms of social science theorization starting from some federative themes: Agency, Anthropocene, Coloniality, Intersectionality, Othering, Singularization, Technoscience and Uncertainty. The book proposes a reconstruction of contemporary social theory starting from some thematic issues rather than starting from authors or schools of thought. It emphasizes the usefulness of a rhizomatic way of thinking that recognizes the importance of interconnections, heterogeneity and multiplicity in understanding the complexity of global societies. Focusing on federative themes, it highlights some heuristic and conceptual tools that intersect and intertwine in different themes, returning a complex toolbox for the social sciences, adaptable to different contexts and situations, enriched by voices and theoretical perspectives deriving from reflections on the social that the modern and Eurocentric perspective has tended to marginalize. The book is intended for an academic audience interested in social theory. It is also intended for students from a wide range of disciplines undertaking social science studies.
    Anmerkung: In English.
    Weitere Ausg.: ISBN 1-03-206665-2
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    UID:
    almahu_9949361601602882
    Umfang: 1 online resource (174 pages)
    Ausgabe: First Edition.
    ISBN: 1-00-320330-2 , 1-000-77001-X , 1-003-20330-2 , 1-000-76882-1
    Serie: Routledge Advances in Sociology
    Inhalt: This book explores the current forms of social science theorization starting from some federative themes: Agency, Anthropocene, Coloniality, Intersectionality, Othering, Singularization, Technoscience and Uncertainty. The book proposes a reconstruction of contemporary social theory starting from some thematic issues rather than starting from authors or schools of thought. It emphasizes the usefulness of a rhizomatic way of thinking that recognizes the importance of interconnections, heterogeneity and multiplicity in understanding the complexity of global societies. Focusing on federative themes, it highlights some heuristic and conceptual tools that intersect and intertwine in different themes, returning a complex toolbox for the social sciences, adaptable to different contexts and situations, enriched by voices and theoretical perspectives deriving from reflections on the social that the modern and Eurocentric perspective has tended to marginalize. The book is intended for an academic audience interested in social theory. It is also intended for students from a wide range of disciplines undertaking social science studies.
    Anmerkung: In English.
    Weitere Ausg.: ISBN 1-03-206665-2
    Sprache: Englisch
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Meinten Sie 9781000218824?
Meinten Sie 9781000168624?
Meinten Sie 9781000368826?
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie auf den KOBV Seiten zum Datenschutz