Author: Carmen Llinares-Millán
Publisher: Springer Science & Business Media
ISBN: 9400777906
Category : Technology & Engineering
Languages : en
Pages : 528
Book Description
Many areas of knowledge converge in the building industry and therefore research in this field necessarily involves an interdisciplinary approach. Effective research requires strong relation between a broad variety of scientific and technological domains and more conventional construction or craft processes, while also considering advanced management processes, where all the main actors permanently interact. This publication takes an interdisciplinary approach grouping various studies on the building industry chosen from among the works presented for the 2nd International Conference on Construction and Building Research. The papers examine aspects of materials and building systems; construction technology; energy and sustainability; construction management; heritage, refurbishment and conservation. The information contained within these pages may be of interest to researchers and practitioners in construction and building activities from the academic sphere, as well as public and private sectors.
Construction and Building Research
Author: Carmen Llinares-Millán
Publisher: Springer Science & Business Media
ISBN: 9400777906
Category : Technology & Engineering
Languages : en
Pages : 528
Book Description
Many areas of knowledge converge in the building industry and therefore research in this field necessarily involves an interdisciplinary approach. Effective research requires strong relation between a broad variety of scientific and technological domains and more conventional construction or craft processes, while also considering advanced management processes, where all the main actors permanently interact. This publication takes an interdisciplinary approach grouping various studies on the building industry chosen from among the works presented for the 2nd International Conference on Construction and Building Research. The papers examine aspects of materials and building systems; construction technology; energy and sustainability; construction management; heritage, refurbishment and conservation. The information contained within these pages may be of interest to researchers and practitioners in construction and building activities from the academic sphere, as well as public and private sectors.
Publisher: Springer Science & Business Media
ISBN: 9400777906
Category : Technology & Engineering
Languages : en
Pages : 528
Book Description
Many areas of knowledge converge in the building industry and therefore research in this field necessarily involves an interdisciplinary approach. Effective research requires strong relation between a broad variety of scientific and technological domains and more conventional construction or craft processes, while also considering advanced management processes, where all the main actors permanently interact. This publication takes an interdisciplinary approach grouping various studies on the building industry chosen from among the works presented for the 2nd International Conference on Construction and Building Research. The papers examine aspects of materials and building systems; construction technology; energy and sustainability; construction management; heritage, refurbishment and conservation. The information contained within these pages may be of interest to researchers and practitioners in construction and building activities from the academic sphere, as well as public and private sectors.
Pro Git
Author: Scott Chacon
Publisher: Apress
ISBN: 1484200764
Category : Computers
Languages : en
Pages : 441
Book Description
Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro. Effective and well-implemented version control is a necessity for successful web projects, whether large or small. With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need. Written by Git pros Scott Chacon and Ben Straub, Pro Git (Second Edition) builds on the hugely successful first edition, and is now fully updated for Git version 2.0, as well as including an indispensable chapter on GitHub. It’s the best book for all your Git needs.
Publisher: Apress
ISBN: 1484200764
Category : Computers
Languages : en
Pages : 441
Book Description
Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world. Git has come a long way since it was first developed by Linus Torvalds for Linux kernel development. It has taken the open source world by storm since its inception in 2005, and this book teaches you how to use it like a pro. Effective and well-implemented version control is a necessity for successful web projects, whether large or small. With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need. Written by Git pros Scott Chacon and Ben Straub, Pro Git (Second Edition) builds on the hugely successful first edition, and is now fully updated for Git version 2.0, as well as including an indispensable chapter on GitHub. It’s the best book for all your Git needs.
Pro Git
Author: Scott Chacon
Publisher: Apress
ISBN: 1430218347
Category : Computers
Languages : en
Pages : 276
Book Description
Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects. A book by Git experts to turn you into a Git expert Introduces the world of distributed version control Shows how to build a Git development workflow
Publisher: Apress
ISBN: 1430218347
Category : Computers
Languages : en
Pages : 276
Book Description
Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects. A book by Git experts to turn you into a Git expert Introduces the world of distributed version control Shows how to build a Git development workflow
Pandas Cookbook
Author: Theodore Petrou
Publisher: Packt Publishing Ltd
ISBN: 1784393347
Category : Computers
Languages : en
Pages : 534
Book Description
Over 95 hands-on recipes to leverage the power of pandas for efficient scientific computation and data analysis About This Book Use the power of pandas to solve most complex scientific computing problems with ease Leverage fast, robust data structures in pandas to gain useful insights from your data Practical, easy to implement recipes for quick solutions to common problems in data using pandas Who This Book Is For This book is for data scientists, analysts and Python developers who wish to explore data analysis and scientific computing in a practical, hands-on manner. The recipes included in this book are suitable for both novice and advanced users, and contain helpful tips, tricks and caveats wherever necessary. Some understanding of pandas will be helpful, but not mandatory. What You Will Learn Master the fundamentals of pandas to quickly begin exploring any dataset Isolate any subset of data by properly selecting and querying the data Split data into independent groups before applying aggregations and transformations to each group Restructure data into tidy form to make data analysis and visualization easier Prepare real-world messy datasets for machine learning Combine and merge data from different sources through pandas SQL-like operations Utilize pandas unparalleled time series functionality Create beautiful and insightful visualizations through pandas direct hooks to Matplotlib and Seaborn In Detail This book will provide you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands like one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through practical situations that you are highly likely to encounter. Many advanced recipes combine several different features across the pandas library to generate results. Style and approach The author relies on his vast experience teaching pandas in a professional setting to deliver very detailed explanations for each line of code in all of the recipes. All code and dataset explanations exist in Jupyter Notebooks, an excellent interface for exploring data.
Publisher: Packt Publishing Ltd
ISBN: 1784393347
Category : Computers
Languages : en
Pages : 534
Book Description
Over 95 hands-on recipes to leverage the power of pandas for efficient scientific computation and data analysis About This Book Use the power of pandas to solve most complex scientific computing problems with ease Leverage fast, robust data structures in pandas to gain useful insights from your data Practical, easy to implement recipes for quick solutions to common problems in data using pandas Who This Book Is For This book is for data scientists, analysts and Python developers who wish to explore data analysis and scientific computing in a practical, hands-on manner. The recipes included in this book are suitable for both novice and advanced users, and contain helpful tips, tricks and caveats wherever necessary. Some understanding of pandas will be helpful, but not mandatory. What You Will Learn Master the fundamentals of pandas to quickly begin exploring any dataset Isolate any subset of data by properly selecting and querying the data Split data into independent groups before applying aggregations and transformations to each group Restructure data into tidy form to make data analysis and visualization easier Prepare real-world messy datasets for machine learning Combine and merge data from different sources through pandas SQL-like operations Utilize pandas unparalleled time series functionality Create beautiful and insightful visualizations through pandas direct hooks to Matplotlib and Seaborn In Detail This book will provide you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands like one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through practical situations that you are highly likely to encounter. Many advanced recipes combine several different features across the pandas library to generate results. Style and approach The author relies on his vast experience teaching pandas in a professional setting to deliver very detailed explanations for each line of code in all of the recipes. All code and dataset explanations exist in Jupyter Notebooks, an excellent interface for exploring data.
The Pocket Guide to Health Promotion
Author: Glenn Laverack
Publisher: McGraw-Hill Education (UK)
ISBN: 0335264735
Category : Medical
Languages : en
Pages : 170
Book Description
The 'Pocket Guide to Health Promotion' is a short, punchy and practical guide aimed at students and practitioners. The book includes precise definitions and examples of key concepts and methods in health promotion practice and a chapter by chapter description of the management planning, strategy selection, implementation and evaluation of health promotion programmes. Written in an accessible and concise style, the book offers the reader a practical and flexible resource that is ideal for students and practitioners looking to plan and implement health promotion activities. A must buy for those new to health promotion or who want a pocket guide to this core health activity. "Clearly written and practical, this excellent guide will prove indispensible to practitioners of health promotion globally, and a very useful starting point for students. It will be worth buying a pocket to put it in!" David Ross, Professor of Epidemiology and International Public Health, London School of Hygiene and Tropical Medicine, UK "The Pocket Guide to Health Promotion is easy to navigate with complex concepts in health promotion explained in a user-friendly way. Whether you are practicing health promotion or studying the discipline, this will be a welcome addition to any book shelf." Dr James Woodall, Co-Director of the Centre for Health Promotion Research & Course Leader MSc Public Health, Leeds Metropolitan University, UK
Publisher: McGraw-Hill Education (UK)
ISBN: 0335264735
Category : Medical
Languages : en
Pages : 170
Book Description
The 'Pocket Guide to Health Promotion' is a short, punchy and practical guide aimed at students and practitioners. The book includes precise definitions and examples of key concepts and methods in health promotion practice and a chapter by chapter description of the management planning, strategy selection, implementation and evaluation of health promotion programmes. Written in an accessible and concise style, the book offers the reader a practical and flexible resource that is ideal for students and practitioners looking to plan and implement health promotion activities. A must buy for those new to health promotion or who want a pocket guide to this core health activity. "Clearly written and practical, this excellent guide will prove indispensible to practitioners of health promotion globally, and a very useful starting point for students. It will be worth buying a pocket to put it in!" David Ross, Professor of Epidemiology and International Public Health, London School of Hygiene and Tropical Medicine, UK "The Pocket Guide to Health Promotion is easy to navigate with complex concepts in health promotion explained in a user-friendly way. Whether you are practicing health promotion or studying the discipline, this will be a welcome addition to any book shelf." Dr James Woodall, Co-Director of the Centre for Health Promotion Research & Course Leader MSc Public Health, Leeds Metropolitan University, UK
Technology, Sustainability and Educational Innovation (TSIE)
Author: Andrea Basantes-Andrade
Publisher: Springer
ISBN: 9783030372200
Category : Technology & Engineering
Languages : en
Pages : 479
Book Description
This book presents the proceedings of International Conference on Knowledge Society: Technology, Sustainability and Educational Innovation (TSIE 2019). The conference, which was held at UTN in Ibarra, Ecuador, on 3–5 July 2019, allowed participants and speakers to share their research and findings on emerging and innovative global issues. The conference was organized in collaboration with a number of research groups: Group for the Scientific Research Network (e-CIER); Research Group in Educational Innovation and Technology, University of Salamanca, Spain(GITE-USAL); International Research Group for Heritage and Sustainability (GIIPS), and the Social Science Research Group (GICS). In addition, it had the endorsement of the RedCLARA, e-science, Fidal Foundation, Red CEDIA, IEEE, Microsoft, Business IT, Adobe, and Argo Systems. The term “knowledge society” can be understood as the management, understanding and co-creation of knowledge oriented toward the sustainable development and positive transformation of society. In this context and on the occasion of the XXXIII anniversary of the Universidad Técnica del Norte (UTN), the Postgraduate Institute through its Master of Technology and Educational Innovation held the I International Congress on Knowledge Society: Technology, Sustainability and Educational Innovation – TSIE 2019, which brought together educators, researchers, academics, students, managers, and professionals, from both the public and private sectors to share knowledge and technological developments. The book covers the following topics: 1. curriculum, technology and educational innovation; 2. media and education; 3. applied computing; 4. educational robotics. 5. technology, culture, heritage, and tourism development perspectives; and 6. biodiversity and sustainability.
Publisher: Springer
ISBN: 9783030372200
Category : Technology & Engineering
Languages : en
Pages : 479
Book Description
This book presents the proceedings of International Conference on Knowledge Society: Technology, Sustainability and Educational Innovation (TSIE 2019). The conference, which was held at UTN in Ibarra, Ecuador, on 3–5 July 2019, allowed participants and speakers to share their research and findings on emerging and innovative global issues. The conference was organized in collaboration with a number of research groups: Group for the Scientific Research Network (e-CIER); Research Group in Educational Innovation and Technology, University of Salamanca, Spain(GITE-USAL); International Research Group for Heritage and Sustainability (GIIPS), and the Social Science Research Group (GICS). In addition, it had the endorsement of the RedCLARA, e-science, Fidal Foundation, Red CEDIA, IEEE, Microsoft, Business IT, Adobe, and Argo Systems. The term “knowledge society” can be understood as the management, understanding and co-creation of knowledge oriented toward the sustainable development and positive transformation of society. In this context and on the occasion of the XXXIII anniversary of the Universidad Técnica del Norte (UTN), the Postgraduate Institute through its Master of Technology and Educational Innovation held the I International Congress on Knowledge Society: Technology, Sustainability and Educational Innovation – TSIE 2019, which brought together educators, researchers, academics, students, managers, and professionals, from both the public and private sectors to share knowledge and technological developments. The book covers the following topics: 1. curriculum, technology and educational innovation; 2. media and education; 3. applied computing; 4. educational robotics. 5. technology, culture, heritage, and tourism development perspectives; and 6. biodiversity and sustainability.
The Future of Tourism
Author: Eduardo Fayos-Solà
Publisher: Springer
ISBN: 3319899414
Category : Business & Economics
Languages : en
Pages : 343
Book Description
This book presents the foundations for the future of tourism in a structured and detailed format. The who-is-who of tourism intelligence has collaborated to present a definitive blueprint for tourism reflecting the role of science, market institutions, and governance in its innovation and sustainability. The book adopts a comprehensive approach, exploring recent research and the latest developments in practice to inform the reader about instruments and actions that can shape a successful future for tourism. Broad in scope, the book incorporates the perspectives of leading tourism academics, as well as the views of tourism entrepreneurs, destination managers, government officials, and civil leaders. The book is divided into three parts, the first of which addresses the scientific facets of innovation, analyzing the challenges and opportunities that technology provides for organic and disruptive developments in tourism, which will shape its future. In turn, the second part examines socio-cultural paradigms – with a view to dismantling traditional barriers to innovation. It also explores the role of heritage and the ethics of inclusiveness as drivers for sustainable tourism. The third part investigates new ways and means in governance and policy making for tourism. It introduces advances such as strategic positioning, symbiotic partnerships, and innovative management, and closes by presenting governance frameworks for an inclusive and sustainable future of tourism.
Publisher: Springer
ISBN: 3319899414
Category : Business & Economics
Languages : en
Pages : 343
Book Description
This book presents the foundations for the future of tourism in a structured and detailed format. The who-is-who of tourism intelligence has collaborated to present a definitive blueprint for tourism reflecting the role of science, market institutions, and governance in its innovation and sustainability. The book adopts a comprehensive approach, exploring recent research and the latest developments in practice to inform the reader about instruments and actions that can shape a successful future for tourism. Broad in scope, the book incorporates the perspectives of leading tourism academics, as well as the views of tourism entrepreneurs, destination managers, government officials, and civil leaders. The book is divided into three parts, the first of which addresses the scientific facets of innovation, analyzing the challenges and opportunities that technology provides for organic and disruptive developments in tourism, which will shape its future. In turn, the second part examines socio-cultural paradigms – with a view to dismantling traditional barriers to innovation. It also explores the role of heritage and the ethics of inclusiveness as drivers for sustainable tourism. The third part investigates new ways and means in governance and policy making for tourism. It introduces advances such as strategic positioning, symbiotic partnerships, and innovative management, and closes by presenting governance frameworks for an inclusive and sustainable future of tourism.
Occupational Safety and Hygiene
Author: Pedro Arezes
Publisher: CRC Press
ISBN: 1138000477
Category : Technology & Engineering
Languages : en
Pages : 648
Book Description
Occupational Safety and Hygiene presents selected papers from the International Symposium on Occupational Safety and Hygiene – SHO2013 (Guimarães, Portugal, 14-15 February 2013), which was organized by the Portuguese Society for Occupational Safety and Hygiene (SPOSHO). The contributions from 15 different countries focus on: - Occupational safety - Risk assessment - Safety management - Ergonomics - Management systems - Environmental ergonomics - Physical environments - Construction safety - Human factors The papers included in the book are mainly based on research carried out at universities and other research institutions, but they are also based on practical studies developed by Occupational Health & Safety (OHS) practitioners within their companies. As a result, this book will be useful to get acquainted with the state-of-the-art of the research within the aforementioned domains, as well as with some practical tools and approaches that are currently used by OHS professionals worldwide.
Publisher: CRC Press
ISBN: 1138000477
Category : Technology & Engineering
Languages : en
Pages : 648
Book Description
Occupational Safety and Hygiene presents selected papers from the International Symposium on Occupational Safety and Hygiene – SHO2013 (Guimarães, Portugal, 14-15 February 2013), which was organized by the Portuguese Society for Occupational Safety and Hygiene (SPOSHO). The contributions from 15 different countries focus on: - Occupational safety - Risk assessment - Safety management - Ergonomics - Management systems - Environmental ergonomics - Physical environments - Construction safety - Human factors The papers included in the book are mainly based on research carried out at universities and other research institutions, but they are also based on practical studies developed by Occupational Health & Safety (OHS) practitioners within their companies. As a result, this book will be useful to get acquainted with the state-of-the-art of the research within the aforementioned domains, as well as with some practical tools and approaches that are currently used by OHS professionals worldwide.
Electronic Discourse
Author: Boyd H. Davis
Publisher: SUNY Press
ISBN: 9780791434758
Category : Language Arts & Disciplines
Languages : en
Pages : 240
Book Description
Investigates the new world of computer conferencing and details how writers use language when their social interaction is exclusively enacted through text on screens.
Publisher: SUNY Press
ISBN: 9780791434758
Category : Language Arts & Disciplines
Languages : en
Pages : 240
Book Description
Investigates the new world of computer conferencing and details how writers use language when their social interaction is exclusively enacted through text on screens.
Cloud Computing, Big Data & Emerging Topics
Author: Marcelo Naiouf
Publisher: Springer
ISBN: 9783030848248
Category : Computers
Languages : en
Pages : 203
Book Description
This book constitutes the revised selected papers of the 9th International Conference on Cloud Computing, Big Data & Emerging Topics, JCC-BD&ET 2021, held in La Plata, Argentina*, in June 2021. The 12 full papers and 2 short papers presented were carefully reviewed and selected from a total of 37 submissions. The papers are organized in topical sections on parallel and distributed computing; machine and deep learning; big data; web and mobile computing; visualization.. *The conference was held virtually due to the COVID-19 pandemic.
Publisher: Springer
ISBN: 9783030848248
Category : Computers
Languages : en
Pages : 203
Book Description
This book constitutes the revised selected papers of the 9th International Conference on Cloud Computing, Big Data & Emerging Topics, JCC-BD&ET 2021, held in La Plata, Argentina*, in June 2021. The 12 full papers and 2 short papers presented were carefully reviewed and selected from a total of 37 submissions. The papers are organized in topical sections on parallel and distributed computing; machine and deep learning; big data; web and mobile computing; visualization.. *The conference was held virtually due to the COVID-19 pandemic.