Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 616
- Historia 581
- Development 437
- Social aspects 425
- Application software 372
- Management 322
- RELIGION 247
- Computer networks 241
- Social conditions 238
- Filosofía 224
- Leadership 219
- Engineering & Applied Sciences 214
- Psychological aspects 189
- Examinations 182
- Business & Economics 179
- Operating systems (Computers) 178
- Computer security 168
- Cloud computing 163
- Security measures 162
- Artificial intelligence 158
- Certification 158
- Economic conditions 156
- Design 155
- Philosophy 153
- History and criticism 148
- Crítica e interpretación 147
- Aspectos sociales 141
- Computer software 138
- Computer programs 137
- Psychology 136
-
11081Publicado 2009Tabla de Contenidos: “…Hungerbühler ; Fashionable wearables: aesthetic interaction interfaces / Sabine Seymour -- Portraits : Urban tool: a profile ; Frencys: a profile -- Virtuality & smart clothes : Lectures: Living surfaces: a journey through textures of life / Karin MacFelda ; Body, clothing, virtual reality / Christiane Luible ; Functional electrical stimulation (FES) in space / Winfried Mayr ; Polygraphic belt and jacket for physiological tests on cosmonauts / Dietmar Rafolt -- Ecology & sustainability : Lecture : Trauma "fashion" / Arno Böhler -- Portraits : Clean clothes campaign: a profile ; Forum environmental education: a profile -- Art & architecture : Lectures : International Garden Festival, Chaumont-sur Loire / Jean-Paul Pigeat ; Woven architecture and constructed clothes: on blurring of boundaries between the second and third skin / Jörg Seifert ; House-dresses: comments on dressing architectural bodies / Karin Harather -- Portraits : Erwin Wurm: a profile ; Gudren Kampl: a profile ; Fabrics interseason: a profile ; Werner Aisslinger: a profile -- Display & marketing : Lecture : Fashion does not matter / Mariusz Jan Demner -- Portraits : Studio Pichelmann: a profile ; Studio Hanns Joosten: a profile ; David Chipperfield Architects: a profile -- Staging & communication : Debate : The medium of fashion in TV, film and advertising: a discussion debate / participants: Karin Resetarits, Alois Luigi Schober, Melanie Pfaffstaller, Gerda Buxbaum -- Lectures : Theatre costume: from idea to presentation / Eva Maria Schön ; Finding and inventing a film costume using the example of "Run, Lola, run" / Monica Jacobs ; Cutting costumes / Susanne Granzer ; The costume: textile subtext of the film character / Arno Aschauer -- Text & code : Lectures : Fashion victims?…”
Libro -
11082Publicado 2025Tabla de Contenidos: “…Syvertsen -- Race and children's moral development in democracy : an ethical life in productive struggle / Sheron Fraser-Burgess -- Citizenship education for a diverse Europe / Wiel Veugelers -- The moral characteristics of environmental sustainability in young people's lives / Silvia Collado, Henk Staats -- Positive youth development programs : history in the United States, global expansion, growing efficacy, and links to moral and character education / John W. …”
Libro -
11083Publicado 2018Tabla de Contenidos: “…Fridel -- Threat assessment / Dewey Cornell -- School shootings, societal violence and gun culture / Douglas Kellner -- Learning to be a rampage shooter : the case of Elliot Rodger / Ralph W Larkin -- The logic of the exception : violence revisited / Harvey Shapiro -- Student profiling and negative implications for students with disabilities / Kristeen Cherney and Margaret Price -- Aftermath of school shootings : a model for relational aesthetic response, reconstruction, and associated living / Patricia Maarhuis and A.G. Rud -- The distinguishing features, trends, and challenges of group and gang violence in education / Michael E. …”
Libro -
11084Publicado 2017Tabla de Contenidos: “…Advanced Design and Manufacturing -- Based On the Test Track Minimum Radius of Expressway Ramp / Modeling and Testing of an ICPTs Used in Dynamic Balancing Device / Study on the Coordination Principle of Innovative Manufacturing Elements Based on Internet plus / Design of a Semi-active Heave Compensation System Combined Variable Frequency with Throttle / Design of Auxiliary Arm for High Voltage Live Working Robot / Investigation on Integrated Digital Platform of High Power Converter with Power Factor Correction for Formed Aluminium Foil / Thermal-mechanical Coupling Analysis of Screw Discharge Machine Based on ANSYS / Improved XY-axis Calibration Based on Bilinear Interpolation / Research of E36 Steel Welding Process for Jinzhou 9-3 Offshore Platform / Finite Element Analysis and Optimum Design of a Video Laryngoscope / An Instrumented Glove for Real Time Feedback on Hand Gripping Pressure and Bending a Pilot Study / Optimization of Crank Mechanism of Multifunctional Nursing Bed Based on ADAMS / Research on the Mechanism of Industry Integration between Shaanxi Advanced Manufacturing and Modern Service Industry / Session 10. …”
Libro electrónico -
11085Publicado 2018Tabla de Contenidos: “…File structure -- Server-side source code -- Java source -- Resources -- client-side source code -- Starting the application -- Application modules -- Home and Login modules -- Account modules -- Settings -- Password -- Registration -- Admin module -- User management -- Metrics -- Health -- Configuration -- Audits -- Logs -- API -- Running generated tests -- Server-side tests -- Client-side tests -- Summary -- Chapter 4: Entity Modeling with JHipster Domain Language -- Introduction to JDL -- DSL grammar for JDL -- Entity modeling with JDL -- Relationship management -- DTO, service, and pagination options -- JDL Studio -- Use case entity model with explanation -- Entities -- Relationships -- Options for entities -- Entity generation with JHipster -- Generated code walkthrough -- Server-side source code -- Domain class for the entity -- Repository interface for the entity -- Service class for the entity -- Resource class for the entity -- Client side -- TypeScript model class for the entity -- Angular services for the entity -- Angular components of the entity -- Angular route for the entity -- Angular module for the entity -- Generated pages -- Running generated tests -- Summary -- Chapter 5: Customization and Further Development -- Live reload for development -- Spring Boot DevTools -- Webpack dev server and BrowserSync -- Setting up live reload for an application -- Customizing the Angular frontend for an entity -- Editing an entity using the JHipster entity sub-generator -- Changing the look and feel of the application -- Adding a new i18n language -- Authorization with Spring Security -- Limiting access to entities -- Limiting access to create/edit/delete entities -- Limiting access to data of other users -- Summary -- Chapter 6: Testing and Continuous Integration -- Fixing and running tests -- Continuous integration -- CI/CD tools -- Jenkins…”
Libro electrónico -
11086Publicado 2018Tabla de Contenidos: “…Creating our create function -- Writing our unit tests -- Summary -- Chapter 4: Introducing User Accounts and Sessions -- Adding user accounts -- Designing our user schema -- Creating our user schema -- Creating our accounts context -- Writing our user unit tests -- Creating a user signup page -- Creating the routes -- Creating the controller code (with tests) -- Setting up the password functionality -- Installing Comeonin -- Adding Comeonin to the user schema file -- Updating our tests -- Updating the UI to include password fields -- Creating a user login page -- Building our create session function -- Writing session controller tests -- Summary -- Chapter 5: Validations, Errors, and Tying Loose Ends -- Connecting polls to users -- Creating the migration -- Modifying the schemas -- Fixing broken poll tests -- Sending a user ID through the controller -- Retrieving data from sessions -- Writing our Poll Controller's tests -- Restricting access via sessions -- Working with validations and errors -- Making usernames unique -- Writing custom validations -- Displaying validation errors in our forms -- Summary -- Chapter 6: Live Voting with Phoenix -- Building channels and topics in Phoenix -- Understanding sockets -- Understanding channels -- Working with ES2015 syntax -- Imports and exports -- let and const -- Fat-arrow functions -- Variable and argument destructuring -- Sending and receiving messages with channels -- Conditionally loading our socket -- Sending messages on the socket -- Allowing users to vote on polls -- Making voting real-time -- Building our dummy functionality -- Changing our dummy code to push to the server -- Writing our server channel code for live voting -- Refactoring our channels away from the index -- Moving the channel functionality to show -- Starting our channel tests -- Summary…”
Libro electrónico -
11087Publicado 2021Tabla de Contenidos: “…PART THREE: Respectful Revolutionaries -- CHAPTER 8: Living Values Seamlessly -- Values, Not Valuables -- Origins, Where the Values Come From -- A Delicate Balance -- Living Seamlessly and Managing Up -- What Does This Mean? …”
Libro electrónico -
11088Publicado 2017Tabla de Contenidos: “…. -- 2.4.5 D-Book Connected TV Standards from the Digital Television Group -- 2.4.6 The CoDec Concerns -- 2.5 What is a CDN: A Simple Model -- 2.5.1 Setting the Scene for CDNs -- 2.5.2 CDNs as Money Savers -- 2.5.3 Request Routing -- 2.5.4 CDN Brokerage -- 2.5.5 SaaS Models within the CDN Ecosystems -- 2.6 Cloud Inside -- New Generation -- 2.7 The Three Generations of CDN -- 2.8 Software Definition -- 2.8.1 Multicore CPU and Functional Programming -- 2.8.2 Functional Programming and Containers -- 2.9 "Service Velocity" and the Operator -- Chapter 3 Workflows -- 3.1 Live Event Focus…”
Libro electrónico -
11089por Naletoski, IvanchoTabla de Contenidos: “…Intro -- Foreword -- Acknowledgements -- Introduction -- Contents -- About the Contributors -- Abbreviations -- Chapter 1: National Veterinary Services Roles and Responsibilities in Preparing for and Responding to Nuclear and Radiological Emergencies -- References -- Chapter 2: Short Refresher of Radiobiology -- 2.1 Atoms and Isotopes -- 2.2 Definition of Radiation -- 2.3 Types of Ionizing Radiation -- 2.3.1 ß− Decay -- 2.3.2 ß+ Decay -- 2.3.3 Electron Capture -- 2.4 Physical Half-Life of Radioactive Isotopes -- 2.5 Biological Half-Life of the Radioactive Isotopes -- 2.6 Effective Half-Life of the Radioactive Isotopes in the Body of Animals -- 2.7 Decay Chains and Ingrowth -- 2.8 Units of Radioactivity -- 2.9 Specific Radioactivity -- 2.10 Radiation Dose -- 2.11 Effective Dose Equivalent -- 2.12 Lethal Dose -- 2.13 Interaction of the Ionizing Radiation with the Matter -- 2.14 The Sources of Man-Made Environmental Contamination -- References -- Chapter 3: Measurement of Radioactivity -- 3.1 Measuring Instruments -- 3.1.1 Personnel Dosimeters -- 3.2 Measuring Contamination Levels in Live Farm Animals -- References -- Chapter 4: Preparedness and Response to Nuclear and Radiological Emergencies in Animal Production Systems in the Context of IAEA Safety Standards -- 4.1 Relevant IAEA Publications on Emergency Preparedness and Response for Animal Production Systems -- 4.2 Phases of a Nuclear or Radiological Emergency -- 4.2.1 The Preparedness Stage -- 4.2.1.1 Hazard Assessment -- 4.2.1.2 Development, Justification and Optimisation of a Protection Strategy -- 4.2.1.3 International Trade of Food Following a Nuclear or Radiological Emergency -- 4.2.1.4 OILs for Triggering Food, Milk and Drinking Water Restrictions -- 4.2.1.5 Emergency Planning Zones and Emergency Planning Distances -- 4.2.2 Emergency Exposure Situation -- 4.2.2.1 The Urgent Response Phase…”
Publicado 2021
Libro electrónico -
11090por Klidas, AngelikaTabla de Contenidos: “…Cover -- Copyright -- Contributors -- Table of Contents -- Preface -- Part 1: Understanding the Data Literacy Conceptss -- Chapter 1: The Beginning - The Flow of Data -- Understanding data in our daily lives -- Analyzing data -- Searching and finding information -- An introduction to data literacy -- The COVID-19 pandemic -- The organizational data flow -- The DIDM journey -- The success story of The Oakland A's -- Summary -- Chapter 2: Unfolding Your Data Journey -- Growing toward data and analytics maturity -- Descriptive analyses and the data path to maturity -- Understanding descriptive analysis -- Identifying qualitative or quantitative data -- Understanding diagnostic analysis -- Understanding predictive analytics -- Understanding prescriptive analytics -- AI -- Can data save lives? …”
Publicado 2022
Libro electrónico -
11091por Hellmuth, Obata & Kassabaum.Tabla de Contenidos: “…Works illustrated: Benedictine priory chapel, St Louis, Mo, p. 22-27; Carrier Chapel, Mississippi University for Women, Columbus, p. 28-31; National Air and Space Museum, Smithsonian Institution, Washington, DC, p. 32-39; King Saud University, Riyadh, Saudi Arabia (with GMW Partnership of London), p. 40-47; George R Moscone Convention Center, San Francisco, Ca (with Jack Young & Associates), p. 48-57; Dallas Galleria, Dallas, Tx (with Kendall Heaton Associates), p. 58-65; King Khalid International Airport, Riyadh, Saudi Arabia, p. 66-71; St Louis Union Station renovation and redevelopment, St Louis, Mo, p. 72-77; BP America corporate headquarters, Cleveland, Oh, p. 78-83; Kellogg Company corporate headquarters, Battle Creek, Mi, p. 84-91; Fairmont Hotel, San Jose, Ca, p. 92-97; Fairmont Hotel, Chicago, Il (with Fujikawa Johnson & Associates), p. 98-103; Burger King corporation world headquarters, Miami, Fl, p. 104-113; World Bank 'J' building, Washington, DC, p. 114-119; Joe Robbie Stadium, Dade County, Fl, p. 120-125; Bradley Center Arena, Milwaukee, Wi (with Venture Architects), p. 126-131; Pilot Field, Buffalo, NY, p. 132-137; Kansai International Airport design competition, Osaka, Japan (with Kajima Corporation), p. 138-141; Metropolitan Square, St Louis, Mo, p. 142-151; The Living World, St Louis Zoo, St Louis, Mo, p. 152-161; AmSouth/Harbert Plaza mixed use center, Birmingham, Al (with Gresham Smith & Partners), p. 162-167; 801 Grand Avenue, Des Moines, Io (with Brook Borg & Skiles), p. 168-171; Academic Research Building, J Hillis Miller Health Center, University of Florida, Gainsville, p. 172-177; Columbia University Center for Engineering and Physical Science Research, New York, NY, p. 178-181; Wells Fargo Center at Capitol Mall, Sacramento, Ca, p. 182-185; Minami Office Tower, Las Vegas, Nv, p. 186-189; Camden Yards Twin-Stadium Complex, Baltimore, Md, p. 190-191; Cervantes Convention Center expansion and domed stadium project, St Louis, Mo (with Kennedy Associates Architects), p. 192-195; The Temple: Reorganized Church of Jesus Christ of Latter Day Saints project, Independence, Mo, p. 196-199; Kings County Hospital Center project, Brooklyn, New York, NY (with Ellerbe Becket), p. 200-203; Brickell Gateway project, Miami, Fl, p. 204-207; Retirement park at Tokushima Prefecture project, Tokushima, Japan, p. 208-209; New York Hospital project, New York, NY (with Taylor Clark Architects), p. 210-213; Northwest Airlines World Travel Center competition design, Wayne County Airport, Detroit, Mi, p. 214-217; Foley Square competition design, New York, NY, p. 218-223…”
Publicado 1990
Libro -
11092por Muller, Hunter, 1960-Tabla de Contenidos: “…Focusing on Value Creation, Improved Margins, and Staying Ahead of the Trend Curve -- Escaping the Pull of the Past -- Chapter 6 Evolving Relationships Across the C-Suite -- From Captain to Coach, from Controlling to Enabling -- Connecting the Dots Between Innovationand Analytics -- Digging Deeper into Big Data -- Innovation in the Age of the Industrial Internet -- Moving Toward the Customer -- Lining Up the Innovation Roadmaps -- Designing Practical Innovation Strategies -- Managing Between Extremes -- Three Complementary Pairs of Roles -- Note -- Chapter 7 Why Credible Leadership Matters -- Do Not Hesitate to Be a Leader -- Sometimes Getting Out of the Way Is the First Step to Achieving Innovation -- Innovation Conundrum -- Accelerating Innovation Through Partnerships -- A Shifting Mindset -- Leading Innovation and Driving Transformation -- Managing the Merger of Culture and Technology -- Two Tiers of IT Innovation in the Modern Global Enterprise -- A Role Model for Innovation and Leadership -- The Next Big Wave: IT Value Creation -- Where Innovation Begins: Understanding the Goals and Objectives of the Business -- The Four Dimensions of Continuous Innovation and IT Transformation -- Building a Hybrid Platform for Continuous Innovation -- Making the Case for Top-Down Innovationin the Enterprise -- Avoiding "the Emperor Has No Clothes" Syndrome -- Note -- Chapter 8 Leveraging Social Collaboration to Drive Innovation -- Tangible Results Through Social Media -- Embracing the Social Workforce -- Putting Innovation in the Hands of Users -- Innovation and Social Collaboration -- Note -- Chapter 9 Living with Uncertainty -- Keep Your Eyes on the B2B Internet -- Trust, Freedom, and Responsibility: Keys to Transformational Leadership and Continuous Innovation -- Key Traits of Innovative IT Leaders -- Security Is Integral to IT Strategy…”
Publicado 2013
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
11093Publicado 2021Tabla de Contenidos: “…DERECHOS HUMANOS E IMPACTO SOCIAL -- AUTORITARISMO Y PARTIDISMO EN LAS PROTESTAS DE BLACK LIVES MATTER: RESPUESTAS A (...) -- LA IMAGEN COMO HERRAMIENTA DE CAMBIO SOCIAL. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
11094por Odzuck, SebastianTabla de Contenidos: “…Change in quality and quantity of living beings depends on locomotion, but not vice versa; 3.1 Overview; 3.2 Growth and diminution presuppose alteration; 3.2.1 Growth presupposes alteration; 3.2.2 Diminution presupposes alteration; 3.3 Alteration presupposes locomotion; 3.4 Does locomotion precede all occurrences of change in quantity?…”
Publicado 2014
Libro electrónico -
11095por Ndemo, BitangeTabla de Contenidos: “…INTRODUCING DIGITAL KENYA -- Chapter 1 The Paradigm Shift: Disruption, Creativity and Innovation in Kenya (Bitange Ndemo) -- Conversation 1 with Jimmy Gitonga: The Past, Present & Future of Digital Nyika: How to Fix an Aircraft in Mid-Air -- PART I: LOOKING BACK AND LOOKING AHEAD -- Chapter 2 The Internet Journey for Kenya: The Interplay of Disruptive Innovation and Entrepreneurship in Fueling Rapid Growth Kenya (Muriuki Mureithi) -- Conversation 2 with Eric Hersman of BRCK: Exploring the Ideal Role of Government, NGOs, Angel Investors, and Universities for Technology Entrepreneurs NGOs -- Chapter 3 The KINGS of Africa’s Digital Economy (Eric Osiakwan) -- Conversation 3 with Anne Githuku- Shongwe of Afroes: Changing the Game: Building Mindsets of Hope and Possibilities in Africa’s future leaders- One Game at a Time -- PART II UNCOVERING UNIQUE MARKET OPPORTUNITIES -- Chapter 4 Addressing the Voids: How Digital Start-ups in Kenya Create Market Infrastructure (Marissa Drouillard) -- Conversation 4 with Timbo Drayson of OkHi: Finding the Right Problem to Solve -- Chapter 5 Reimagine What You already Know: Towards New Solutions to Longstanding Problems (Jay Larson & Michael Munger) -- Conversation 5 with Elizabeth Rossiello of BitPesa: To Keep Disrupting, You Have to Listen Closely to What the Client Wants -- Chapter 6 iEntrepreneurship: Changing Lives through Technology (Amolo Ng'weno and Carmen Wamukoya) -- Conversation 6 with Su Kahumbu of Green Dreams Tech: How Technology Makes Farming Sexy Again -- Chapter 7 From Cyber to Smartphone: Kenya’s Social Media’s Lens Zooms In on the Country and Out to the World (Mark Kaigwa) -- Conversation 7 with Munyutu Waigi of Umati Capital: Toward Digitizing Information for the Benefit of the Many Rather Than the Few -- PART III THE INNER LIFE OF TECHNOLOGY ENTREPRENEURSHIP IN KENYA -- Chapter 8 Building ICT Entrepreneurship Ecosystems in Resource-Scarce Contexts: Learnings from Kenya’s “Silicon Savannah” (Johannes U. …”
Publicado 2016
Libro electrónico -
11096Tabla de Contenidos: “…4.10 Transdisciplinary Approach, Living Labs, and Citizen Science -- 4.11 The Art of Co-creation: Approaches, Principles, and Pitfalls -- Part III: A Research and Innovation Agenda -- 5: Analytical Instruments for Studying TSEI -- 5.1 Analytical Framework for Transformative Social-Ecological Innovation (TSEI) -- 5.2 Power and Network Analysis -- 5.3 Framework for Analysing Different Levels of Collective Learning -- 5.4 Collaborative Action Research -- 6: Transition to a Sustainable and Healthy Agri-Food System -- 6.1 Challenges and Developments -- 6.2 NWA Programme `Transition to a Sustainable Food System ́ -- 6.3 Nature-Inclusive and Regenerative Agriculture -- 6.4 Closing the Gaps Between Citizens, Farmers, and Nature -- 6.5 Measuring Sustainability and Health Aspects of Our Food Chains -- 6.6 South Holland Food Family: Transition Towards a Sustainable and Self-Sufficient Food System -- 7: Governance of Urban Sustainability Transitions -- 7.1 Urban Challenges and Developments -- 7.2 Climate-Resilient and Healthy Cities -- 7.3 Feeding and Greening Megacities -- 7.4 From Linear to Circular and Regenerative Cities -- 7.5 Collaboration for the City of the Future -- 8: Conclusion -- Correction to: Conceptual Background of Transformative Social-Ecological Innovation -- Correction to: Chapter 4 in: P. …”
Libro electrónico -
11097Publicado 2023Tabla de Contenidos: “…Self-compassion creates inner psychological safety -- Use the matrix to break the pattern of numbness -- Chapter 9 See and resolve the shadow -- Uncovering the shadow -- Using the Mindful Leader Matrix to see and resolve the shadow in quadrants 3 and 4 -- Discover your unconscious assumptions -- Find the fears, attachments and assumptions causing your stress -- Two more exploration questions on attachment -- Completing the left side of the matrix -- Using the matrix in your personal life -- Expect a messy process -- Part III Vertical growth in teams and organisations -- Chapter 10 Setting and living team and organisational values -- Using the Mindful Leader Matrix within teams and organisations -- Using the matrix to set team or organisational values -- Translate your values into behavioural commitments -- Owning your organisational shadow -- Chapter 11 Creating a container of team psychological safety -- How team psychological safety impacts the left side of the matrix -- Four key elements of psychological safety -- Chapter 12 Eliminating team triangulation -- The three roles of triangulation -- How to stop triangulation -- The cost of triangulation -- Chapter 13 Keep the team ontrack with 200 per cent accountability -- Accountability starts with ourselves -- A simple question that helps you take personal accountability -- Two sides of accountability -- 200 per cent accountability in action -- Making mindful agreements -- Constructive feedback creates psychological safety -- Chapter 14 Giving and receiving conscious feedback -- Why giving feedback is so difficult -- How to give conscious, compassionate feedback -- How to receive feedback with a growth mindset -- Defensiveness destroys trust and credibility -- Cultivate distress tolerance to receive feedback -- Use curiosity to understand feedback…”
Libro electrónico -
11098por Organisation for Economic Co-operation and Development StaffTabla de Contenidos: “…Marriage and divorce and recent trends; GE3.2. Adults living with their parents…”
Publicado 2011
Libro electrónico -
11099por Publishing, OECDTabla de Contenidos: “…Estimated number of people living with HIV, 2007""; ""1.9.3. Young people aged 15-24 with comprehensive knowledge of HIV/AIDS""; ""1.9.4. …”
Publicado 2011
Libro electrónico -
11100Publicado 2017Tabla de Contenidos: “…Sustainable Competitive Advantage for Diversified Companies -- Improving Lives -- A Final Word -- Glossary -- Notes -- Index…”
Libro electrónico