Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Delivering Policy: The Contested Politics of Assisted Reproductive Technologies in Canada, Francesca Scala


Варианты приобретения
Цена: 75200.00T
Кол-во:
 о цене
Наличие: Невозможна поставка.

в Мои желания

Автор: Francesca Scala
Название:  Delivering Policy: The Contested Politics of Assisted Reproductive Technologies in Canada
ISBN: 9780774860093
Издательство: Mare Nostrum (Eurospan)
Классификация:







ISBN-10: 077486009X
Обложка/Формат: Hardback
Страницы: 252
Вес: 0.45 кг.
Дата издания: 15.02.2019
Язык: English
Размер: 231 x 155 x 23
Ключевые слова: Family & relationships,Medicolegal issues,Infertility & fertilization,Central government policies,Science funding & policy, MEDICAL / Health Policy,HEALTH & FITNESS / Infertility
Подзаголовок: The contested politics of assisted reproductive technologies in canada
Рейтинг:
Поставляется из: Англии
Описание: Are assisted reproductive technologies (ARTs) a medical issue or a matter of public policy, subject to restrictions? Francesca Scala employs the concept of boundary work to explain the protracted debates that ensued when Canada appointed a royal commission in 1989 to settle the issue. She reveals that both sides of the debate attempted to secure their position as authorities by challenging, defending, or blurring the boundaries between science and politics. This compelling account contributes to our understanding of the interaction between science and politics, the exercise of social control over science and technology, and the politics of expertise in policy making.
Дополнительное описание:

1 Politics, Science, and ARTs Policy in Canada

2 Normalizing and Resisting Assisted Reproductive Technologies: Canadian and Comparative Perspectives

3 Claiming and Contesting Epistemic Authority: The Royal Commission on New Reproductive Tec


Functional Programming in Scala

Автор: Chiusano Paul, Bjarnason Runar
Название: Functional Programming in Scala
ISBN: 1617290653 ISBN-13(EAN): 9781617290657
Издательство: Pearson Education
Рейтинг:
Цена: 47510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Summary

Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

Functional programming (FP) is a style of software development emphasizing functions that don't depend on program state. Functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs than other code. Scala is an emerging JVM language that offers strong support for FP. Its familiar syntax and transparent interoperability with Java make Scala a great place to start learning FP.

About the Book

Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to their everyday work. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.

This book assumes no prior experience with functional programming. Some prior exposure to Scala or Java is helpful.

What's Inside

  • Functional programming concepts
  • The whys and hows of FP
  • How to write multicore programs
  • Exercises and checks for understanding

About the Authors

Paul Chiusano and R nar Bjarnason are recognized experts in functional programming with Scala and are core contributors to the Scalaz library.

Table of Contents

    PART 1 INTRODUCTION TO FUNCTIONAL PROGRAMMING
  1. What is functional programming?
  2. Getting started with functional programming in Scala
  3. Functional data structures
  4. Handling errors without exceptions
  5. Strictness and laziness
  6. Purely functional state
  7. PART 2 FUNCTIONAL DESIGN AND COMBINATOR LIBRARIES
  8. Purely functional parallelism
  9. Property-based testing
  10. Parser combinators
  11. PART 3 COMMON STRUCTURES IN FUNCTIONAL DESIGN
  12. Monoids
  13. Monads
  14. Applicative and traversable functors
  15. PART 4 EFFECTS AND I/O
  16. External effects and I/O
  17. Local effects and mutable state
  18. Stream processing and incremental I/O

Fertile Ground: Exploring Reproduction in Canada

Автор: Stephanie Paterson, Francesca Scala, Marlene K. Sokolon
Название: Fertile Ground: Exploring Reproduction in Canada
ISBN: 0773543694 ISBN-13(EAN): 9780773543690
Издательство: Marston Book Services
Цена: 42240.00 T
Наличие на складе: Невозможна поставка.
Описание: Interrogating and integrating the various aspects of women`s reproductive lives to expose the political dimensions of reproduction.

La Scala Di Seta Overture: Study Score

Автор: Rossini Gioachino
Название: La Scala Di Seta Overture: Study Score
ISBN: 1608742369 ISBN-13(EAN): 9781608742363
Издательство: Неизвестно
Рейтинг:
Цена: 14650.00 T
Наличие на складе: Невозможна поставка.
Описание: Orchestra: 1d1, 2, 2, 1 - 2, 0, 0, 0, strISMN: 979-0-58042-123-4

Modern Systems Programming with Scala Native: Write Lean, High-Performance Code Without the Jvm

Автор: Whaling Richard
Название: Modern Systems Programming with Scala Native: Write Lean, High-Performance Code Without the Jvm
ISBN: 1680506226 ISBN-13(EAN): 9781680506228
Издательство: Wiley
Рейтинг:
Цена: 39060.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Access the power of bare-metal systems programming with Scala Native, an ahead-of-time Scala compiler. Without the baggage of legacy frameworks and virtual machines, Scala Native lets you re-imagine how your programs interact with your operating system. Compile Scala code down to native machine instructions; seamlessly invoke operating system APIs for low-level networking and IO; control pointers, arrays, and other memory management techniques for extreme performance; and enjoy instant start-up times. Skip the JVM and improve your code performance by getting close to the metal.

Developers generally build systems on top of the work of those who came before, accumulating layer upon layer of abstraction. Scala Native provides a rare opportunity to remove layers. Without the JVM, Scala Native uses POSIX and ANSI C APIs to build concise, expressive programs that run unusually close to bare metal. Scala Native compiles Scala code down to native machine instructions instead of JVM bytecode. It starts up fast, without the sluggish warm-up phase that's common for just-in-time compilers. Scala Native programs can seamlessly invoke operating system APIs for low-level networking and IO. And Scala Native lets you control pointers, arrays, and other memory layout types for extreme performance.

Write practical, bare-metal code with Scala Native, step by step. Understand the foundations of systems programming, including pointers, arrays, strings, and memory management. Use the UNIX socket API to write network client and server programs without the sort of frameworks higher-level languages rely on. Put all the pieces together to design and implement a modern, asynchronous microservice-style HTTP framework from scratch.

Take advantage of Scala Native's clean, modern syntax to write lean, high-performance code without the JVM.

What You Need:

A modern Windows, Mac OS, or Linux system capable of running Docker. All code examples in the book are designed to run on a portable Docker-based build environment that runs anywhere. If you don't have Docker yet, see the Appendix for instructions on how to get it.


Scala Design Patterns, Second Edition

Автор: Nikolov Ivan
Название: Scala Design Patterns, Second Edition
ISBN: 178847130X ISBN-13(EAN): 9781788471305
Издательство: Неизвестно
Цена: 60070.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Design patterns make developers` lives easier by helping them write great software that is easy to maintain, runs efficiently, and is valuable to the company or people concerned. In this book, you`ll learn about the various features of Scala and will be able to apply well-known, industry-proven design patterns in your work.

One on One Baseball: The Fundamentals of the Game and How to Keep It Simple for Easy Instruction

Автор: Scala Dom
Название: One on One Baseball: The Fundamentals of the Game and How to Keep It Simple for Easy Instruction
ISBN: 007148843X ISBN-13(EAN): 9780071488433
Издательство: McGraw-Hill
Цена: 25150.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Former New York Yankees coach Dom Scalapresents an all-in-one illustrated guide tolearning proper baseball fundamentals.

Your Next Shift

Автор: Scala Elizabeth
Название: Your Next Shift
ISBN: 0996298606 ISBN-13(EAN): 9780996298605
Издательство: Неизвестно
Цена: 19490.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Opening Night at La Scala

Автор: Teatro Alla Scala Foundation, Preface by Stephane
Название: Opening Night at La Scala
ISBN: 0847831671 ISBN-13(EAN): 9780847831678
Издательство: Rizzoli
Рейтинг:
Цена: 110000.00 T
Наличие на складе: Невозможна поставка.
Описание: When Volkswagen launched the Golf GTI, over thirty years ago, it could hardly have known the impact its compact and sporty model would have on the car-buying public. Through an uncertain birth to its class-topping iconic status of today, rarely does a new model of car make a whole new market segment for itself but the Golf was the original hot hatch, a car that others would copy but seldom equal.

Scala for Machine Learning

Автор: Nicolas Patrick R.
Название: Scala for Machine Learning
ISBN: 1783558741 ISBN-13(EAN): 9781783558742
Издательство: Неизвестно
Цена: 80910.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия