楽天市場検索
本・雑誌・コミック
小説・エッセイ
(0)
資格・検定
(0)
ライフスタイル
(0)
ホビー・スポーツ・美術
(0)
絵本・児童書・図鑑
(0)
語学・辞典・年鑑
(0)
学習参考書・問題集
(0)
旅行・留学
(0)
人文・地歴・社会
(0)
ビジネス・経済・就職
(0)
PC・システム開発
(0)
科学・医学・技術
(0)
コミック
(0)
ライトノベル
(0)
ボーイズラブ
(0)
ティーンズラブ
(0)
エンターテインメント
(0)
写真集
(0)
古書・希少本
(0)
楽譜
(0)
雑誌
(0)
新聞
(0)
洋書
(217)
(Structured 電子書籍 to)
カレンダー
(0)
ポスター
(0)
パンフレット
(0)
その他
(0)
|
217件中 1件 - 30件
1 2 3 4 5 6
商品 | 説明 | 価格 |

1000 SQL Interview Questions and Answers 1000 most important and frequently asked structured query language questions and answers to crack interviews【電子書籍】[ Vamsee Puligadda ]
楽天Kobo電子書籍ストア
|
<p>Knowledge for Free...</p> <p>Get that job, you aspire for!</p> <p>Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?</p> <p>Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?</p> <p>Don't be that person this time.</p> <p>This is the most comprehensive Structured Query Language (SQL) interview questions book that you can ever find out. It contains:</p> <p>1000 most frequently asked and important SQL interview questions and answers</p> <p>Wide range of questions which cover not only basics in SQL but also most advanced and complex questions which will</p> <p>help freshers, experienced professionals, senior developers, testers to crack their interviews.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
504円
|

Dart: Up and Running A New, Tool-Friendly Language for Structured Web Apps【電子書籍】[ Kathy Walrath ]
楽天Kobo電子書籍ストア
|
<p>Get moving with Dart, the development platform that helps you build high-performance HTML5 apps for the modern Web. With this guide, you’ll take a hands-on tour of the Dart language, libraries, and toolsーincluding its editor and virtual machineーfor developing structured, fast, and maintainable web apps that run on both the client and the server.</p> <p>Written by developer advocates at Google, this updated edition covers Dart 1.0. Google designed Dart to boost performance and help developers work more efficiently. This book shows you how to build everything from simple scripts to complex apps that work well in today’s browsers.</p> <ul> <li>Build web apps with the object-oriented Dart language, and compile your code to JavaScript</li> <li>Delve into language features, from optional types and method cascades to named constructors</li> <li>Create, launch, and debug web and command-line apps with Dart Editor</li> <li>Explore Dart APIs, including dart:core, dart:html, dart:io, dart:convert, and dart:mirrors</li> <li>Use tools such as Dartium, the Chromium-based browser that can run Dart apps natively</li> <li>Walk through Dartiverse Search, a client-server app that combines useful and fun language and API features</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
1,355円
|

Strategic Pastoral Counseling A Short-Term Structured Model【電子書籍】[ David G. Benner ]
楽天Kobo電子書籍ストア
|
<p>Therapeutic counseling in a Christian context can be highly effective when it maintains narrowly focused goals in a time-limited setting. The details of this proven model of pastoral counseling are described in this practical guide.<br /> This second edition of Strategic Pastoral Counseling has been thoroughly revised and includes two new chapters. Benner includes helpful case studies, a new appendix on contemporary ethical issues, and updated chapter bibliographies. His study will continue to serve clergy and students well as a valued practical handbook on pastoral care and counseling.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
1,978円
|

In-Memory Analytics with Apache Arrow Perform fast and efficient data analytics on both flat and hierarchical structured data【電子書籍】[ Matthew Topol ]
楽天Kobo電子書籍ストア
|
<p><b>Process tabular data and build high-performance query engines on modern CPUs and GPUs using Apache Arrow, a standardized language-independent memory format, for optimal performance</b></p><h2>Key Features</h2><ul><li>Learn about Apache Arrow's data types and interoperability with pandas and Parquet</li><li>Work with Apache Arrow Flight RPC, Compute, and Dataset APIs to produce and consume tabular data</li><li>Reviewed, contributed, and supported by Dremio, the co-creator of Apache Arrow</li></ul><h2>Book Description</h2>Apache Arrow is designed to accelerate analytics and allow the exchange of data across big data systems easily. In-Memory Analytics with Apache Arrow begins with a quick overview of the Apache Arrow format, before moving on to helping you to understand Arrow’s versatility and benefits as you walk through a variety of real-world use cases. You'll cover key tasks such as enhancing data science workflows with Arrow, using Arrow and Apache Parquet with Apache Spark and Jupyter for better performance and hassle-free data translation, as well as working with Perspective, an open source interactive graphical and tabular analysis tool for browsers. As you advance, you'll explore the different data interchange and storage formats and become well-versed with the relationships between Arrow, Parquet, Feather, Protobuf, Flatbuffers, JSON, and CSV. In addition to understanding the basic structure of the Arrow Flight and Flight SQL protocols, you'll learn about Dremio’s usage of Apache Arrow to enhance SQL analytics and discover how Arrow can be used in web-based browser apps. Finally, you'll get to grips with the upcoming features of Arrow to help you stay ahead of the curve. By the end of this book, you will have all the building blocks to create useful, efficient, and powerful analytical services and utilities with Apache Arrow.<h2>What you will learn</h2><ul><li>Use Apache Arrow libraries to access data files both locally and in the cloud</li><li>Understand the zero-copy elements of the Apache Arrow format</li><li>Improve read performance by memory-mapping files with Apache Arrow</li><li>Produce or consume Apache Arrow data efficiently using a C API</li><li>Use the Apache Arrow Compute APIs to perform complex operations</li><li>Create Arrow Flight servers and clients for transferring data quickly</li><li>Build the Arrow libraries locally and contribute back to the community</li></ul><h2>Who this book is for</h2><p>This book is for developers, data analysts, and data scientists looking to explore the capabilities of Apache Arrow from the ground up. This book will also be useful for any engineers who are working on building utilities for data analytics and query engines, or otherwise working with tabular data, regardless of the programming language. Some familiarity with basic concepts of data analysis will help you to get the most out of this book but isn't required. Code examples are provided in the C++, Go, and Python programming languages.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
5,596円
|

Drug-Like Properties Concepts, Structure Design and Methods from ADME to Toxicity Optimization【電子書籍】[ Li Di ]
楽天Kobo電子書籍ストア
|
<p>Of the thousands of novel compounds that a drug discovery project team invents and that bind to the therapeutic target, only a fraction have sufficient ADME (absorption, distribution, metabolism, elimination) properties, and acceptable toxicology properties, to become a drug product that will successfully complete human Phase I clinical trials. Drug-Like Properties: Concepts, Structure Design and Methods from ADME to Toxicity Optimization, Second Edition, provides scientists and students the background and tools to understand, discover, and develop optimal clinical candidates. This valuable resource explores physiochemical properties, including solubility and permeability, before exploring how compounds are absorbed, distributed, and metabolized safely and stably. Review chapters provide context and underscore the importance of key concepts such as pharmacokinetics, toxicity, the blood-brain barrier, diagnosing drug limitations, prodrugs, and formulation. Building on those foundations, this thoroughly updated revision covers a wide variety of current methods for the screening (high throughput), diagnosis (medium throughput) and in-depth (low throughput) analysis of drug properties for process and product improvement. From conducting key assays for interpretation and structural analysis, the reader learns to implement modification methods and improve each ADME property. Through valuable case studies, structure-property relationship descriptions, and structure modification strategies, Drug-Like Properties, Second Edition, offers tools and methods for ADME/Tox scientists through all aspects of drug research, discovery, design, development, and optimization. - Provides a comprehensive and valuable working handbook for scientists and students in medicinal chemistry - Includes expanded coverage of pharmacokinetics fundamentals and effects - Contains updates throughout, including the authors' recent work in the importance of solubility in drug development; new and currently used property methods, with a reduction of seldom-used methods; and exploration of computational modeling methods</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
21,147円
|

Applied Unsupervised Learning with Python Discover hidden patterns and relationships in unstructured data with Python【電子書籍】[ Christopher Kruger ]
楽天Kobo電子書籍ストア
|
<p><strong>Design clever algorithms that can uncover interesting structures and hidden relationships in unstructured, unlabeled data</strong></p> <h4>Key Features</h4> <ul> <li>Learn how to select the most suitable Python library to solve your problem</li> <li>Compare k-Nearest Neighbor (k-NN) and non-parametric methods and decide when to use them</li> <li>Delve into the applications of neural networks using real-world datasets</li> </ul> <h4>Book Description</h4> <p>Unsupervised learning is a useful and practical solution in situations where labeled data is not available.</p> <p>Applied Unsupervised Learning with Python guides you on the best practices for using unsupervised learning techniques in tandem with Python libraries and extracting meaningful information from unstructured data. The course begins by explaining how basic clustering works to find similar data points in a set. Once you are well versed with the k-means algorithm and how it operates, you'll learn what dimensionality reduction is and where to apply it. As you progress, you'll learn various neural network techniques and how they can improve your model. While studying the applications of unsupervised learning, you will also understand how to mine topics that are trending on Twitter and Facebook and build a news recommendation engine for users. You will complete the course by challenging yourself through various interesting activities such as performing a Market Basket Analysis and identifying relationships between different merchandises.</p> <p>By the end of this course, you will have the skills you need to confidently build your own models using Python.</p> <h4>What you will learn</h4> <ul> <li>Understand the basics and importance of clustering</li> <li>Build k-means, hierarchical, and DBSCAN clustering algorithms from scratch with built-in packages</li> <li>Explore dimensionality reduction and its applications</li> <li>Use scikit-learn (sklearn) to implement and analyse principal component analysis (PCA)on the Iris dataset</li> <li>Employ Keras to build autoencoder models for the CIFAR-10 dataset</li> <li>Apply the Apriori algorithm with machine learning extensions (Mlxtend) to study transaction data</li> </ul> <h4>Who this book is for</h4> <p>This course is designed for developers, data scientists, and machine learning enthusiasts who are interested in unsupervised learning. Some familiarity with Python programming along with basic knowledge of mathematical concepts including exponents, square roots, means, and medians will be beneficial.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
4,868円
|

Structured Spinning for Seniors...and Those Who Want to Be Seniors And Those Who Want to Be Seniors【電子書籍】[ Joel J Malek ]
楽天Kobo電子書籍ストア
|
<p>Intended for seniors-and those approaching their senior years-this guide demystifies spinning by explaining its origins, why it is a terrific low-impact cardio health activity, how to get started, and how you can adopt the author's method of Structured Spinning for a lifetime of health benefits.</p> <p>This guide is an excellent primer that covers what you need to know before you start any spinning program, and how you can grow to design and develop your own spinning sessions using the Structured Spinning method. The guide thoroughly covers the following aspects of spinning...and more.</p> <p><strong>Equipment</strong></p> <p>? Spin Shoes</p> <p>? Heart Rate Monitors</p> <p>? Spin Bikes</p> <p>? Apparel</p> <p><strong>Spinning Basics</strong></p> <p>? Cadence</p> <p>? Incline/Resistance</p> <p>? Setting Up and Engaging the Bike</p> <p>? Basic Moves like Jumps & Sprints</p> <p>? Segments and Sessions</p> <p>? Positions</p> <p><strong>Structured Spinning Methodology</strong></p> <p>? Warmup</p> <p>? Pre-ride Stretch</p> <p>? Basic Principles</p> <p>? Illustrated 30-minute Spin Session with cadence, incline/resistance, durations, and target heart rates</p> <p>? Post-ride Stretch</p> <p>? The challenge</p> <p>? Cooldown</p> <p><strong>More About Structured Spinning</strong></p> <p>? 60-minute Session</p> <p>? Structured Session Chart</p> <p>? The Baseball Season Analogy</p> <p>? Session Design Aid</p> <p>? Motivation</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
714円
|

Key Concepts and Contemporary Approaches to Structured Inequality Capital, Power and Status【電子書籍】[ Carl Bankston III ]
楽天Kobo電子書籍ストア
|
<p>This book presents an introduction to the concept of social inequality. It provides a theoretical and historical background to ways of approaching this topic and discusses classic and modern theories of stratification. After identifying the key concepts of this topic, the book lays out evidence on the nature and extent of contemporary social and economic inequality. It then considers categorical forms of inequality, notably, race, class, and gender. Finally, the book examines sources of social inequality and discusses political consequences of stratification and different policy responses.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
5,013円
|

The Kid in Purple Pants: Structured Approaches to Educating Underprivileged Students【電子書籍】[ Patrick J. Anderson ]
楽天Kobo電子書籍ストア
|
<p>Being the poor kid in school with one pair of pants is an uphill fight. This book is the true, first-hand account of what life is really like for a kid who comes to school self-conscious, tired, confused, hungry and his only pants are purple!</p> <p>The author, Patrick Anderson, is now a superintendent in Illinois. He explains a way to educate economically disadvantaged students like him that focuses on creating success, self-pride, determination, and responsibility while also meeting the academic needs that all people must have to do great things.</p> <p>We must create an approach to educating all our students that guarantees those who don't have tough older brothers, a mother with a vision, and a father with conviction can also make their way through our public education system with a yearning to achieve and be whatever they choose.</p> <p>At last, now there is a best-method, how-to solution. The Kid in Purple Pants: Structured Approaches to Educating Underprivileged Students is immediately applicable for any teacher, principal, superintendent, or board member. It tells what it takes to meet the needs of those underprivileged students who either never reach their full potential or simply vanish in today's educational system. We must be their advocates, particularly those who have no clue what they are capable of becoming or how to even get started.</p> <p>Table of Contents: Chapter 1. The Kid in Purple Pants; 2. How Do You Forget You're Poor? 3. Are Poor Kids Different? 4. Maslow's Hierarchy of Needs: Not Just for College Freshmen Anymore; 5. Knowing What They Need: Social Emotional Learning and Character Education; 6. Time for Academics; 7. Changing the Way We Think about Education; 8. Leaving Nothing to Chance</p> <p>Testimonials:</p> <p>"Pat Anderson is not only an outstanding educator, he is also a tremendous author that can tell a story and move the reader to action, all at the same time. His book, The Kid in Purple Pants, comes from his life and passion, and clearly defines the need and the way to change how we educate kids living in poverty. It's a superb how-to book with a heart. A must read for every teacher and administrator." Jim Burgett, Illinois Superintendent of the Year and author of Teachers Change Lives 24/7</p> <p>"Patrick Anderson's The Kid in Purple Pants will motivate you to do something now to improve teaching and learning at your school, and it may just change everything you've believed about yourself as an educator." Dr. Alison Reeves, Southern Illinois University at Carbondale</p> <p>"Great read for an administrator looking to decrease the impact of poverty-risk-factors on academic achievement and to increase all student achievement." Steve Amizich, Retired Superintendent</p> <p>"As a long time friend and colleague of Pat Anderson, this book takes a riveting look at poverty and its effect on children within the educational process. Readers will enjoy the heart-warming story and can take note of the passion and drive exhibited by Pat. As a current school superintendent, Pat Anderson exhibits the knowledge, skill, passion and compassion necessary to make sure that every student in his district has the opportunity to succeed despite any shortcomings. This book is a must-read for educators struggling with the issue of providing educational programs and how they can be successful with students coming from poverty backgrounds. Regardless of your position, this book illustrates the road to academic success for all students, anywhere." Dr. William Phillips, Associate Professor, University of Illinois at Springfield</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
992円
|

Hierarchically Structured Porous Materials From Nanoscience to Catalysis, Separation, Optics, Energy, and Life Science【電子書籍】
楽天Kobo電子書籍ストア
|
<p>This first book devoted to this hot field of science covers materials with bimodal, trimodal and multimodal pore size, with an emphasis on the successful design, synthesis and characterization of all kinds of hierarchically porous materials using different synthesis strategies. It details formation mechanisms related to different synthesis strategies while also introducing natural phenomena of hierarchy and perspectives of hierarchical science in polymers, physics, engineering, biology and life science.<br /> Examples are given to illustrate how to design an optimal hierarchically porous material for specific applications ranging from catalysis and separation to biomedicine, photonics, and energy conversion and storage.<br /> With individual chapters written by leading experts, this is the authoritative treatment, serving as an essential reference for researchers and beginners alike.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
23,169円
|

Building A Great DJ Music Library A Structured Approach To Building a Winning Electronic Music DJ Collection【電子書籍】[ Robert Simoes ]
楽天Kobo電子書籍ストア
|
<p>In "Building A Great DJ Music Library," presents a structured approach to the most fundamental aspect of DJing: curating a winning music collection. While many resources focus on technical skills and gear, this book reveals a DJ's true power in the capacity to filter and curate winning musical selections.</p> <p>This guide introduces the EBP (Explore, Build, Perform) funnelーa practical workflow that transforms the overwhelming task of music discovery into a manageable, systematic process. From navigating digital platforms like SoundCloud, Beatport, and Bandcamp to organizing tracks in Rekordbox.</p> <p>You'll discover:</p> <p>How to efficiently explore music across various platforms and identify tracks that will resonate with audiences<br /> Strategic venues to acquire music like Beatport, Traxsource, Bandcamp and more<br /> Practical theory for organizing your growing collection using playlists<br /> Methods for creating cohesive set lists with thoughtful progression and emotional arcs<br /> Ways to refine your library based on real performance feedback</p> <p>Whether you're a beginner DJ overwhelmed by endless music choices or an experienced selector looking to refresh your curation approach, this book provides the framework needed to build a distinctive, crowd-moving collection. Drawing from over a decade of experience in electronic music, Simoes combines technical knowledge with philosophical insights about the deeply human connection between DJs, music, and audiences.</p> <p>"Building A Great DJ Music Library" is an essential resource for any DJ who understands that in a world of unlimited access to music, finding the right tracksーnot just any tracksーis what truly sets great DJs apart.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,012円
|

Success Factor Risk Assessment ? Gain Control Over Opportunities & Dangers Incl. Bonus ? Structured risk analyses to make the best decisions even in uncertainties【電子書籍】[ Simone Janson ]
楽天Kobo電子書籍ストア
|
<p>Also in the 2nd revised and improved edition, published by a government-funded publisher involved in EU programs and a partner of the Federal Ministry of Education, you receive the concentrated expertise of renowned experts (overview in the book preview), embedded in an integrated knowledge system with premium content and 75% advantage. At the same time, you are doing good and supporting sustainable projects.</p> <p>Because weighing risks is key to successful decisions. This book teaches you to analyze opportunities and dangers systematically, helping you make the best choices in uncertain situations. Improve your risk assessment skills and achieve your goals more confidently.</p> <p>With its integrated knowledge system and "Info on Demand" concept, the publisher not only participated in an EU-funded program but was also awarded the Global Business Award as Publisher of the Year. Therefore, by purchasing this book, you are also doing good: The publisher is financially and personally involved in socially relevant projects such as tree planting campaigns, the establishment of scholarships, sustainable innovations, and many other ideas.</p> <p>The goal of providing you with the best possible content on topics such as career, finance, management, recruiting, or psychology goes far beyond the static nature of traditional books: The interactive book not only imparts expert knowledge but also allows you to ask individual questions and receive personal advice.</p> <p>In doing so, expertise and technical innovation go hand in hand, as we take the responsibility of delivering well-researched and reliable content, as well as the trust you place in us, very seriously. Therefore, all texts are written by experts in their field. Only for better accessibility of information do we rely on AI-supported data analysis, which assists you in your search for knowledge.</p> <p>You also gain extensive premium services : Each book includes detailed explanations and examples, making it easier for you to successfully use the consultation services, freeky available only to book buyers. Additionally, you can download e-courses, work with workbooks, or engage with an active community. This way, you gain valuable resources that enhance your knowledge, stimulate creativity, and make your personal and professional goals achievable and successes tangible.</p> <p>That's why, as part of the reader community, you have the unique opportunity to make your journey to personal success even more unforgettable with travel deals of up to 75% off. Because we know that true success is not just a matter of the mind, but is primarily the result of personal impressions and experiences.</p> <p>Publisher and editor Simone Janson is also a bestselling author and one of the 10 most important German bloggers according to the Blogger Relevance Index. Additionally, she has been a columnist and author for renowned media such as WELT, Wirtschaftswoche, and ZEIT - you can learn more about her on Wikipedia.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
1,530円
|

Structured for Success What Leaders Need to Know to Build and Sustain Effective Organizations【電子書籍】[ J. Chris White ]
楽天Kobo電子書籍ストア
|
<p>Leadership is not just about reading data points and asserting corresponding action points; it is about designing an organizational structure and culture that directly generates desired performance results. Part of that involves understanding internal controls (such as motivation) versus external controls (such as policies and budgets) and making sure they cohere and never clash. From the perspective of sets and causal chains, the author presents a new way for leaders to view organizational structure holistically. A website accompanies the book with models and simulations that help map out these complex sets and predict/analyze results.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
7,580円
|

How to Turn Your Company Around or Move It Forward Faster in 90 Days Using a Structured and Proven Step by Step Program【電子書籍】[ Ole Nielsen ]
楽天Kobo電子書籍ストア
|
<p>This book, I believe, would be beneficial to most unemployed people as it should increase their entrepreneurship. This book - based on my 30 years experience and knowledge assisting companies in creating growth and profit for them should create miracles for you as it has done for many companies over the years, if you are prepared to commit to using these ideas for yourself and/or your business. Studying as well as following the Turn your company around in 90 days training sequence worksheet will mean extending yourself to try new innovative and entrepreneurial ideas you may not have experienced before. My structured step by step program will empower you to achieve unlimited success. This unique book consists of 6 modules: 1. Learn about your company. 2. Strategies, Visions and Goals. 3. Marketing techniques. 4. Customer relationship marketing. 5. Building a profitable business. 6. Entrepreneurial thinking. Each module consist of between 2 and 16 categories all together 59 categories and each category has been broken up into 3 sub-categories the 1st being the information of the category, the 2nd being an action plan and the 3rd being the expected outcome of the action taken by you and/or the company. I have also supplied a list of the estimated time each category will take to complete, based on my experience. The best way to complete all the 59 categories is to read the information and make notes on a piece of paper. Once you have read and understood everything then go to the action plan and prepare a reply</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
607円
|

Psycho-Legal Concepts for Parenting in Child Custody and Child Protection Vol. 3 Structured Instruments to Provide Objective Assessments in Court-Related Family Work【電子書籍】
楽天Kobo電子書籍ストア
|
<p>This book identifies a number of topics that arise in child protection where assessments of individual families are required. The author opines that it is essential to use structured instruments when making assessments on complex topic about risk to reduce bias and to maximise objectivity. The author summarises criteria that are required for an assessment instrument to be viewed by scientists as being objective. The book proposes that introducing more objective assessment instruments into the field of child protection will: improve the focus and brevity of assessment reports; and enable setting of thresholds that distinguish between families who provide good-enough parenting from families who should be referred for parenting education, and from parents who are unfit parents. The author identifies a number of topics that commonly arise in cases where maltreatment of children is alleged, reviews literature, and proposes checklists that can be used to gather data and to form a basis for developing validated assessment instruments for use in child protection. The topics identified are relevant both to therapists as parenting practices can be changed using focused therapy, and for legal assessment purposes as topics have been shown to be related to legal concerns about the safety and welfare of children. The overall aim of this book is to encourage greater use of scientific assessment approaches in the field of child protection.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
18,231円
|

Micro- and Nano-Structured Interpenetrating Polymer Networks From Design to Applications【電子書籍】[ Sabu Thomas ]
楽天Kobo電子書籍ストア
|
<p>This book examines the current state of the art, new challenges, opportunities, and applications of IPNs. With contributions from experts across the globe, this survey is an outstanding resource reference for anyone involved in the field of polymer materials design for advanced technologies.</p> <p>? Comprehensively summarizes many of the recent technical research accomplishments in the area of micro and nanostructured Interpenetrating Polymer Networks<br /> ? Discusses various aspects of synthesis, characterization, structure, morphology, modelling, properties, and applications of IPNs<br /> ? Describes how nano-structured IPNs correlate their multiscale structure to their properties and morphologies<br /> ? Serves as a one-stop reference resource for important research accomplishments in the area of IPNs and nano-structured polymer systems<br /> ? Includes chapters from leading researchers in the IPN field from industry, academy, government and private research institutions</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
27,734円
|

Energetic Relaxation to Structured Deformations A Multiscale Geometrical Basis for Variational Problems in Continuum Mechanics【電子書籍】[ Jos? Matias ]
楽天Kobo電子書籍ストア
|
<p>This book is the first organized collection of some results that have been obtained by the authors, their collaborators, and other researchers in the variational approach to structured deformations. It sets the basis and makes more accessible the theoretical apparatus for assigning an energy to a structured deformation, thereby providing motivation to researchers in applied mathematics, continuum mechanics, engineering, and materials science to study the deformation of a solid body without committing at the outset to a specific mechanical theory. Researchers will benefit from an approach in which elastic, plastic, and fracture phenomena can be treated in a unified way.</p> <p>The book is intended for an audience acquainted with measure theory, the theory of functions of bounded variation, and continuum mechanics. Any students in their last years of undergraduate studies, graduate students, and researchers with a background in applied mathematics, thecalculus of variations, and continuum mechanics will have the prerequisite to read this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
6,076円
|

Lattice Coding for Signals and Networks A Structured Coding Approach to Quantization, Modulation and Multiuser Information Theory【電子書籍】[ Ram Zamir ]
楽天Kobo電子書籍ストア
|
<p>Unifying information theory and digital communication through the language of lattice codes, this book provides a detailed overview for students, researchers and industry practitioners. It covers classical work by leading researchers in the field of lattice codes and complementary work on dithered quantization and infinite constellations, and then introduces the more recent results on 'algebraic binning' for side-information problems, and linear/lattice codes for networks. It shows how high dimensional lattice codes can close the gap to the optimal information theoretic solution, including the characterisation of error exponents. The solutions presented are based on lattice codes, and are therefore close to practical implementations, with many advanced setups and techniques, such as shaping, entropy-coding, side-information and multi-terminal systems. Moreover, some of the network setups shown demonstrate how lattice codes are potentially more efficient than traditional random-coding solutions, for instance when generalising the framework to Gaussian networks.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
29,249円
|

Think in Models A Structured Approach to Clear Thinking and the Art of Strategic Decision-Making【電子書籍】[ Nick Trenton ]
楽天Kobo電子書籍ストア
|
<p><strong>Learn mental models for error-proof thinking, analysis, and decisions.</strong></p> <p><strong>The world is not as it seems.</strong> It requires a bit more analysis to see reality, and applying mental models is the best way to start.</p> <p><strong>A thinking toolkit for nearly all problems and complexities in life.</strong></p> <p><strong>Think in Models</strong> is a collection of the world’s (and history’s) greatest mental models that are exclusively focused on getting the most insight from the least amount of information. You’ll learn over 20 of the most helpful and widely-applicable mental models and above all else, learn to think like a genius.</p> <p><strong>A wide variety of examples, explanations, and step-by-step guidelines are also included.</strong></p> <p>Nick Trenton grew up in rural Illinois and is quite literally a farm boy. His best friend growing up was his trusty companion Leonard the dachshund. RIP Leonard. Eventually, he made it off the farm and obtained a BS in Economics, followed by an MA in Behavioral Psychology.</p> <p><strong>Knowing how to think is always better than having more information.</strong></p> <p>?The simple way to know whether you are truly open-minded or not<br /> ?<strong>Why you must always ask yourself a few questions in Latin</strong><br /> ?What your gut feeling is really telling you<br /> ?<strong>How to analyze systems in your everyday life</strong><br /> ?How Sherlock Holmes thinks and solves crimes</p> <p><strong>Don’t just wing it. Emulate the best and reach your goals.</strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
400円
|

Strategic Business Forecasting: A Structured Approach to Shaping the Future of Your Business【電子書籍】[ Simon Ramo ]
楽天Kobo電子書籍ストア
|
<p>“A helpful read not just for corporate strategists but for almost anyone looking ahead.”<br /> <em>Los Angeles Times</em></p> <p><strong>What's Your Next Big Move?</strong></p> <p>At the turn of the century, Western Union passed on the chance to dominate the telephone industry. Later, General Electric concluded that a new invention called television was doomed to fail. And very recently, decision makers at the highest level were taken off-guard when the global economy dropped from under their feet--and took their companies with it.</p> <p>Today, only those business leaders with the power of long-term foresight will seize and hold true competitive advantage. But can managers really predict the future? Yes, to a greater extent than one might expect. <em>Strategic Business Forecasting</em> shows how to identify and quantify possible events that may affect your business. Applying creativity, personal experience, and the lessons of history, you can use such forecasting to develop plans that will help your organization compete.</p> <p>Drs. Simon Ramo and Ronald Sugar, two giants of the aerospace industry, share their Four-Measures Rating system to help you explore the world of possibilities--thoroughly and systematically. Under their tutelage, you will be equipped to:</p> <ul> <li>Create a comprehensive list of possible scenarios concerning your business</li> <li>Utilize a scoring system to rate each scenario's merit as a serious and useful prediction</li> <li>Develop an effective plan that strategically shapes the future of your organization</li> </ul> <p>The authors provide vivid illustrations of the Four-Measures system at work with real-world examples of both forecasting failures and successes.</p> <p>No one can predict perfectly, and the authors don't promise magic. With the approach described in <em>Strategic Business Forecasting</em>, however, you can ensure your organization is better poised to seize future opportunities, avoid pitfalls, and handle anything the increasingly volatile global economy throws your way.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
7,885円
|

Structured Negotiation A Winning Alternative to Lawsuits, Second Edition【電子書籍】[ Lainey Feingold ]
楽天Kobo電子書籍ストア
|
<p>Lainey is <em>the</em> expert on how to work collaboratively to create long term societal inclusion." - Jenny Lay-Flurrie, Chief Accessibility Officer, Microsoft</p> <p>"This fantastic guide to structured negotiations provides valuable insights for anyone interested in becoming a better advocate. I really enjoyed reading this book and appreciate all the lessons within." - Haben Girma, Human rights lawyer and author of the best seller, <em>Haben, the Deafblind Woman Who Conquered Harvard Law.</em></p> <p>---</p> <p><em>Structured Negotiation: A Winning Alternative to Lawsuits</em> shares stories and strategies from 25 years of successful collaborations between the disability community and some of the largest public and private organizations in the United States. Born at the intersection of accessibility, technology, disability, and dispute resolution, the pioneering strategy described in this book has been instrumental in creating a more inclusive digital world for a quarter century.</p> <p>First published by the American Bar Association, the Second Edition includes new Structured Negotiation win-wins, other new content, and Forewords by Haben Girma, author of the best-selling <em>Haben: The Deafblind</em> <em>Woman Who Conquered Harvard Law</em> and by Susana Sucunza, Basque Country Spain collaborative lawyer and president of the Basque Country Collaborative Law Association.</p> <p>Not just for lawyers, the book offers an effective and path-breaking method to resolve disputes without lawsuits, and to lessen the conflict and expense of filed cases. Lawsuits play an important role in moving society forward. But the legal profession ー and the public it serves ー deserve less costly, less stressful, and more cooperative and ethical alternatives. Clients need a forum where stories matter. Would-be defendants need a process that allows them to do the right thing without having to prove there is no problem to begin with.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,141円
|

Teaching Traumatized Students A Structured Guide to Reflective, Relational Practice【電子書籍】[ Anne Southall ]
楽天Kobo電子書籍ストア
|
<p>This book details an individualised approach to teaching traumatised students. While being trauma informed is an approach gaining interest in the field of education, frameworks that can respond to the individual nature of traumatic experience and explicitly describe responses that open pathways for learning remain a gap in the literature. This book describes a three-phase pedagogical framework to develop the relational and self-regulatory capacity of the student as a prerequisite for learning. It presents a staged approach which directs deep analysis and in-depth understanding of the impact of trauma for each student in their own school and classroom context. This book takes teachers through a step-by-step process which draws on current neuroscience and educator experience, to design intervention strategies that mitigate the impact of early childhood trauma on learning.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
6,076円
|

Structured Search for Big Data From Keywords to Key-objects【電子書籍】[ Mikhail Gilula ]
楽天Kobo電子書籍ストア
|
<p>The WWW era made billions of people dramatically dependent on the progress of data technologies, out of which Internet search and Big Data are arguably the most notable. Structured Search paradigm connects them via a fundamental concept of key-objects evolving out of keywords as the units of search. The key-object data model and KeySQL revamp the data independence principle making it applicable for Big Data and complement NoSQL with full-blown structured querying functionality. The ultimate goal is extracting Big Information from the Big Data. As a Big Data Consultant, Mikhail Gilula combines academic background with 20 years of industry experience in the database and data warehousing technologies working as a Sr. Data Architect for Teradata, Alcatel-Lucent, and PayPal, among others. He has authored three books, including The Set Model for Database and Information Systems and holds four US Patents in Structured Search and Data Integration. - Conceptualizes structured search as a technology for querying multiple data sources in an independent and scalable manner. - Explains how NoSQL and KeySQL complement each other and serve different needs with respect to big data - Shows the place of structured search in the internet evolution and describes its implementations including the real-time structured internet search</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
3,167円
|

Smart Decisions A Structured Approach to Decision Analysis Using MCDA【電子書籍】[ Richard Edgar Hodgett ]
楽天Kobo電子書籍ストア
|
<p><strong>Explore the fundamentals of Multi-Criteria Decision Analysis with help from Excel? and R</strong></p> <p>In <em>Smart Decisions: A Structured Approach to Decision Analysis using MCDA</em>, a distinguished team of decision-making specialists delivers a comprehensive and insightful exploration of the fundamentals of Multi-Criteria Decision Analysis methods. The book offers guidance on modeling decision problems using some of the most powerful methods in operations research.</p> <p>Each chapter introduces a core MCDA method and guides the reader through a step-by-step approach to the implementation of the method using Microsoft? Excel? and then using R, a popular analytical language.</p> <p>The book also includes:</p> <ul> <li>A thorough, step-by-step guide to Multi-Criteria Decision Analysis methods and the application of these methods in Microsoft Excel and R</li> <li>Extensive illustrations, R code, and software screenshots to aid the reader’s understanding of the concepts discussed within</li> <li>A starter’s guide to Excel and R programming</li> </ul> <p>Perfect for graduate students in MBA programs and business schools, <em>Smart Decisions: A Structured Approach to Decision Analysis Using MCDA</em> is also an ideal resource for practitioners who apply MCDA in business, finance, applied mathematics, and engineering.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
12,837円
|

Essential Guide To Developing, Implementing, And Evaluating Objective Structured Clinical Examination, An (Osce)【電子書籍】[ Gominda Ponnamperuma ]
楽天Kobo電子書籍ストア
|
<p>The aim of this book is to provide a comprehensive and practical guide for developing and implementing an Objective Structured Clinical Examination (OSCE) for the medical educators/health sciences educators/tutors/faculty/clinicians/OSCE planners, who are involved in clinical teaching and assessment of students, trainees and residents. The book starts with the essential theoretical foundation before progressing to the practical implementation steps. It contains a good balance of medical education research and practical tips to provide readers an easy to digest, yet comprehensive, guide for the implementation of OSCE as an appropriate assessment tool.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
4,297円
|

Mastering the Semi-Structured Interview and Beyond From Research Design to Analysis and Publication【電子書籍】[ Anne Galletta ]
楽天Kobo電子書籍ストア
|
<p>Mastering the Semi-Structured Interview and Beyond offers an in-depth and captivating step-by-step guide to the use of semi-structured interviews in qualitative research. By tracing the life of an actual research project?an exploration of a school district's effort over 40 years to address racial equality?as a consistent example threaded across the volume, Anne Galletta shows in concrete terms how readers can approach the planning and execution of their own new research endeavor, and illuminates unexpected real-life challenges they may confront and how to address them.</p> <p>The volume offers a close look at the inductive nature of qualitative research, the use of researcher reflexivity, and the systematic and iterative steps involved in data collection, analysis, and interpretation. It offers guidance on how to develop an interview protocol, including the arrangement of questions and ways to evoke analytically rich data.</p> <p>Particularly useful for those who may be familiar with qualitative research but have not yet conducted a qualitative study, Mastering the Semi-Structured Interview and Beyond will serve both undergraduate and graduate students as well as more advanced scholars seeking to incorporate this key methodological approach into their repertoire.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
4,297円
|

Introduction to the Reading of Lacan The Unconscious Structured Like a Language【電子書籍】[ Joel Dor ]
楽天Kobo電子書籍ストア
|
<p>About this Book...</p> <p>"A major and long overdue addition to the America/English psychoanalytic literature. . . . All major conceptsーamong them the mirror stage, the Name-of-the-Father, metaphor and metonymy, the phallus, the foreclosure of the subjectーare developed in depth."<br /> -Nicholas Kouretsas, Harvard Medical School</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
2,695円
|

MY Structured Day - Using Routines to Become More Productive & Less Stressed【電子書籍】[ Lachlan Hooper ]
楽天Kobo電子書籍ストア
|
<p>Every day, we are forced to make countless decisions - from what to eat, to what to wear, to what to buy. By streamlining a few of those decisions into basic, repeatable routines, we can free up energy and time to do things that truly matter to us. <strong>MY STRUCTURED DAY | Using Routines to Become More Productive and Less Stressed Out</strong> shows you the power of performing daily routines, and how they can assist you to be more productive and less stressed out.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
150円
|

Focus Groups From structured interviews to collective conversations【電子書籍】[ George Kamberelis ]
楽天Kobo電子書籍ストア
|
<p>Focus Groups: From Structured Interviews to Collective Conversations is a conceptual and practical introduction to focus group. As the title indicates, focus groups traditionally encompass a wide range of discursive practices. These span from formal structured interviews with particular people assembled around clearly delimited topics to less forma</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
8,759円
|

Objective Structured Clinical Examinations 10 Steps to Planning and Implementing OSCEs and Other Standardized Patient Exercises【電子書籍】
楽天Kobo電子書籍ストア
|
<p>Objective structured clinical examinations/exercises (OSCEs) using standardized patients (SPs) are an efficient means of surveying a diverse range of ability at any point along the continuum of medical education. An OSCE station can address multiple competency assessments across undergraduate, graduate, and continuing medical education. Nevertheless, organizing and enacting OSCEs is a major undertaking and, as with most other educational projects, collaborating within and across specialties and disciplines only enriches the process. The production of an effective OSCE program requires strong leaders committed to the benefits of such assessments, as well as many individuals to plan, prepare, and implement the program. To address the need for general guidelines of best practice and consistent organizational stratagem, <em>Objective Structured Clinicl Exams</em> is a comprehensive how-to manual for OSCE implementation. It contains an overview of and criteria for best practice, a reviewof relevant literature, insight into the program’s influence throughout the healthcare system, and techniques for fine-tuning existing programs. Accompanying charts, graphs and sample forms are included to make this book the single resource for any educator interested in creating or improving a standardized patient program.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。
|
9,723円
|
|