Browse Results

Showing 57,451 through 57,475 of 100,000 results

Aphrodite's Daughters

by Jalaja Bonheim

An intimate look at the transformative power of women's sexual experiences.Based on the stories of ordinary American women, Aphrodite's Daughters explores the central role of sexuality in women's spiritual journey. Witty, wise, entertaining, and compassionate, Aphrodite's Daughters quickly became an underground classic, and has changed the lives of thousands of women.

Aphrodite's Daughters: Three Modernist Poets of the Harlem Renaissance

by Maureen Honey

The Harlem Renaissance was a watershed moment for racial uplift, poetic innovation, sexual liberation, and female empowerment. Aphrodite's Daughters introduces us to three amazing women who were at the forefront of all these developments, poetic iconoclasts who pioneered new and candidly erotic forms of female self-expression. Maureen Honey paints a vivid portrait of three African American women--Angelina Weld Grimké, Gwendolyn B. Bennett, and Mae V. Cowdery--who came from very different backgrounds but converged in late 1920s Harlem to leave a major mark on the literary landscape. She examines the varied ways these poets articulated female sexual desire, ranging from Grimké's invocation of a Sapphic goddess figure to Cowdery's frank depiction of bisexual erotics to Bennett's risky exploration of the borders between sexual pleasure and pain. Yet Honey also considers how they were united in their commitment to the female body as a primary source of meaning, strength, and transcendence. The product of extensive archival research, Aphrodite's Daughters draws from Grimké, Bennett, and Cowdery's published and unpublished poetry, along with rare periodicals and biographical materials, to immerse us in the lives of these remarkable women and the world in which they lived. It thus not only shows us how their artistic contributions and cultural interventions were vital to their own era, but also demonstrates how the poetic heart of their work keeps on beating.

API Analytics for Product Managers: Understand key API metrics that can help you grow your business

by Deepa Goyal Kin Lane Vahid Mirjalili Dmytro Dzhulgakov

Research, strategize, market, and continuously measure the effectiveness of APIs to meet your SaaS business goals with this practical handbookKey FeaturesTransform your APIs into revenue-generating entities by turning them into productsMeet your business needs by improving the way you research, strategize, market, and measure resultsCreate and implement a variety of metrics to promote growthBook DescriptionAPIs are crucial in the modern market as they allow faster innovation. But have you ever considered your APIs as products for revenue generation?API Analytics for Product Managers takes you through the benefits of efficient researching, strategizing, marketing, and continuously measuring the effectiveness of your APIs to help grow both B2B and B2C SaaS companies. Once you've been introduced to the concept of an API as a product, this fast-paced guide will show you how to establish metrics for activation, retention, engagement, and usage of your API products, as well as metrics to measure the reach and effectiveness of documentation—an often-overlooked aspect of development.Of course, it's not all about the product—as any good product manager knows; you need to understand your customers' needs, expectations, and satisfaction too. Once you've gathered your data, you'll need to be able to derive actionable insights from it. This is where the book covers the advanced concepts of leading and lagging metrics, removing bias from the metric-setting process, and bringing metrics together to establish long- and short-term goals.By the end of this book, you'll be perfectly placed to apply product management methodologies to the building and scaling of revenue-generating APIs.What you will learnBuild a long-term strategy for an APIExplore the concepts of the API life cycle and API maturityUnderstand APIs from a product management perspectiveCreate support models for your APIs that scale with the productApply user research principles to APIsExplore the metrics of activation, retention, engagement, and churnCluster metrics together to provide contextExamine the consequences of gameable and vanity metricsWho this book is forIf you're a product manager, engineer, or product executive charged with making the most of APIs for your SaaS business, then this book is for you. Basic knowledge of how APIs work and what they do is essential before you get started with this book, since the book covers the analytical side of measuring their performance to help your business grow.

API Design Patterns

by JJ Geewax

API Design Patterns lays out a set of design principles for building internal and public-facing APIs.Summary A collection of best practices and design standards for web and internal APIs. In API Design Patterns you will learn: Guiding principles for API patterns Fundamentals of resource layout and naming Handling data types for any programming language Standard methods that ensure predictability Field masks for targeted partial updates Authentication and validation methods for secure APIs Collective operations for moving, managing, and deleting data Advanced patterns for special interactions and data transformations API Design Patterns reveals best practices for building stable, user-friendly APIs. These design patterns can be applied to solve common API problems and flexibly altered to fit your specific needs. Hands-on examples and relevant use-cases illustrate patterns for API fundamentals, advanced functionalities, and even uncommon scenarios. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology APIs are contracts that define how applications, services, and components communicate. API design patterns provide a shared set of best practices, specifications and standards that ensure APIs are reliable and simple for other developers to use. This book collects and explains the most important patterns from both the API design community and the experts at Google. About the book API Design Patterns lays out a set of design principles for building internal and public-facing APIs. Google API expert JJ Geewax presents patterns that ensure your APIs are consistent, scalable, and flexible. You&’ll improve the design of the most common APIs, plus discover techniques for tricky edge cases. Precise illustrations, relevant examples, and detailed scenarios make every pattern clear and easy to understand. What's inside Guiding principles for API patterns Fundamentals of resource layout and naming Advanced patterns for special interactions and data transformations A detailed case-study on building an API and adding features About the reader For developers building web and internal APIs in any language. About the author JJ Geewax is a software engineer at Google, focusing on Google Cloud Platform, API design, and real-time payment systems. He is also the author of Manning&’s Google Cloud Platform in Action. Table of Contents PART 1 INTRODUCTION 1 Introduction to APIs 2 Introduction to API design patterns PART 2 DESIGN PRINCIPLES 3 Naming 4 Resource scope and hierarchy 5 Data types and defaults PART 3 FUNDAMENTALS 6 Resource identification 7 Standard methods 8 Partial updates and retrievals 9 Custom methods 10 Long-running operations 11 Rerunnable jobs PART 4 RESOURCE RELATIONSHIPS 12 Singleton sub-resources 13 Cross references 14 Association resources 15 Add and remove custom methods 16 Polymorphism PART 5 COLLECTIVE OPERATIONS 17 Copy and move 18 Batch operations 19 Criteria-based deletion 20 Anonymous writes 21 Pagination 22 Filtering 23 Importing and exporting PART 6 SAFETY AND SECURITY 24 Versioning and compatibility 25 Soft deletion 26 Request deduplication 27 Request validation 28 Resource revisions 29 Request retrial 30 Request authentication

API Development: A Practical Guide for Business Implementation Success

by Sascha Preibisch

Implement application programming interface (API) usability, security, availability, reliability, and scalability to extend your company’s market and potentially generate revenue. Businesses know they need to extend their markets into the digital world, and expose internal data to the Internet. This book shows how stakeholders within an organization can make it a successful journey. Stakeholder needs are not identical and departments experience difficulties discussing requirements with each other due to their different fundamental understanding of the process. The goal of this book is to introduce a common language for all business groups—developers, security experts, architects, product managers—around APIs and provide an overview of all aspects that need to be considered when exposing internal data. Most of the content in this book is based on feedback from real-world enterprise customer questions, challenges, and business scenarios. Practical guidance is provided on the business value of APIs, the general requirements to know, and how to undertake an audience-based implementation. You will learn how to protect access to data, as well as API error handling, documentation, management, integration, and more. What You’ll Learn Know the types of APIs and their business and technical requirementsThe main benefits of APIs, including business value, loose coupling, and frequent updatesProtect access to APIs through role-based access, attribute-based access, and rate limitingDistinguish between OAuth and OpenID Connect, and know how they both workManage API error handling, including what should and should not be handledUnderstand the distinction between runtime, dynamic data, and static dataLeverage external APIs as part of your own APIs Who This Book Is For API developers, API security experts, software architects, product owners, and business owners

API Management: An Architect's Guide to Developing and Managing APIs for Your Organization

by Brajesh De

Maximize the impact of your assets and business services by providing APIs for developers and other users. The journey described in this book starts with identifying business assets. As part of the API team, you then need to identify and define the requirements of traffic management, security, mediation, and orchestration. You also must define metrics for the analytics to measure the success of the overall API program. API documentation and the ease of developer onboarding also determine the success of the APIs. Finally, monetization of these APIs leads to revenue generation for the enterprise. Author De -- an expert in building and managing API solutions -- provides enterprise architects, designers, and technologists with insight into the world of APIs and the various technical aspects of building and managing an effective API management solution. API Management: Developing and Managing APIs for your Organization: Introduces the basics of APIs and highlights their value Provides an overview of technologies for building an API management solution and defines the requirements, including how to build a RESTful API Offers design principles for building developer-friendly APIs Explains how to secure your APIs Shows how to use API analytics to measure the success of your APIs Demonstrates how to monetize APIs Finally, API Management touches on various technical nuances of creating, distributing, and managing an API. This book will not only help you learn how to design, build, deploy, and manage an API for an enterprise scale, but also generate revenue for your organization. What You'll Learn Discover the API life cycle Design and develop APIs Implement API security Test your APIs Deploy and monitor your APIs Who This Book Is For Enterprise architects, technology enthusiasts, security architects, and operations specialists.

API Management: An Architect's Guide to Developing and Managing APIs for Your Organization

by Brajesh De

APIs are the enablers for a thriving ecosystem that can drive revenue growth and ROIs for any organization. This book will cover all relevant topics and trends that enterprise architects need to know to build and govern APIs as a product. The second edition of the API Management builds on the foundation established in the first edition to cover recent advances in API development as well as the principles and best practices of building API as a product. It has been updated to cover the latest and emerging trends in API architecture, design, and implementation covering the use of gRPC, graphQL, microservices and service mesh to building and manage a scalable API platform. New chapters cover how to build an effective API strategy for digital transformation and implement an API-First architecture to build and deliver APIs as a Product. Any software architect or developer looking to adopt and build APIs for digital transformation and excellence within their organization will find this book to be an invaluable resource. What You Will Learn Understand API Management Architecture and Design best practices How to build an effective API strategy and build APIs as product How to design, build and test APIs using API-First approach How to implement API Security What are the latest API technology trends and adoption across industry Who This Book Is For CxOs, software architects, and developers who are looking to implement APIs within their organization for digital transformation initiatives.

API Marketplace Engineering: Design, Build, and Run a Platform for External Developers

by Rennay Dorasamy

This is your hands-on guide to designing, building, and operating an API Marketplace to allow your organization to expose internal services and customer data securely for use by external developers. The book shows the mutual nature of a relationship in which organizations benefit from revenue and the reach of a new digital channel and third-party developers benefit from leveraging APIs to build unique applications.Providing open access is a regulatory requirement in some sectors, such as financial services, and this book helps you to build a platform to comply with regulatory requirements while at the same time encouraging and supporting use by external development teams. The book provides the blueprints for assembling teams and systems to build and support an API ecosystem. It offers insight into how the Marketplace can be constructed in a way to allow agility and flexibility to meet aggressive startup developer timelines while balancing established enterprise requirements of stability, reliability, and governance. The goal of this book is to provide engineering teams with a view of the operational requirements and how to meet and exceed these by establishing foundational elements at design time.An API Marketplace presents a unique challenge as organizations have to share internal capability and customer data with external developers. Security practices and industry standards are contrasted and discussed in this book. Practical approaches are provided to build and support a third-party developer ecosystem, manage sandbox environments hosting APIs of varying complexities, and cover monetization strategies that are yielding positive results to achieve self-sustainability.What You Will LearnUnderstand the motivation and objectives for an API economyBuild key technical components of an API platformComply with regulatory requirements such as Open BankingSecure APIs and customer data from external attackDeliver APIs quickly while satisfying governance requirementsGet insight into a real-world API Marketplace implementationWho This Book Is ForSolution architects, API product owners, delivery and development leads, and developers; anyone developing APIs for consumption by external business partners; API developers who want more insight into regulatory compliance

API Polyurethanes Expo 2001

by API Alliance for the Polyurethanes Industry

This book contains papers presented in various technical sessions at the Polyurethanes Expo 2001 conference held between September 30-October 3, 2001 at Greater Columbus Convention Center, Columbus, Ohio.

API Security in Action

by Neil Madden

API Security in Action teaches you how to create secure APIs for any situation. By following this hands-on guide you&’ll build a social network API while mastering techniques for flexible multi-user security, cloud key management, and lightweight cryptography.Summary A web API is an efficient way to communicate with an application or service. However, this convenience opens your systems to new security risks. API Security in Action gives you the skills to build strong, safe APIs you can confidently expose to the world. Inside, you&’ll learn to construct secure and scalable REST APIs, deliver machine-to-machine interaction in a microservices architecture, and provide protection in resource-constrained IoT (Internet of Things) environments. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology APIs control data sharing in every service, server, data store, and web client. Modern data-centric designs—including microservices and cloud-native applications—demand a comprehensive, multi-layered approach to security for both private and public-facing APIs. About the book API Security in Action teaches you how to create secure APIs for any situation. By following this hands-on guide you&’ll build a social network API while mastering techniques for flexible multi-user security, cloud key management, and lightweight cryptography. When you&’re done, you&’ll be able to create APIs that stand up to complex threat models and hostile environments. What's inside Authentication Authorization Audit logging Rate limiting Encryption About the reader For developers with experience building RESTful APIs. Examples are in Java. About the author Neil Madden has in-depth knowledge of applied cryptography, application security, and current API security technologies. He holds a Ph.D. in Computer Science. Table of Contents PART 1 - FOUNDATIONS 1 What is API security? 2 Secure API development 3 Securing the Natter API PART 2 - TOKEN-BASED AUTHENTICATION 4 Session cookie authentication 5 Modern token-based authentication 6 Self-contained tokens and JWTs PART 3 - AUTHORIZATION 7 OAuth2 and OpenID Connect 8 Identity-based access control 9 Capability-based security and macaroons PART 4 - MICROSERVICE APIs IN KUBERNETES 10 Microservice APIs in Kubernetes 11 Securing service-to-service APIs PART 5 - APIs FOR THE INTERNET OF THINGS 12 Securing IoT communications 13 Securing IoT APIs

API Testing and Development with Postman: A practical guide to creating, testing, and managing APIs for automated software testing

by Dave Westerveld

Explore the world of APIs and learn how to integrate them the production-ready applications using Postman and the Newman CLIKey FeaturesLearn the tenets of effective API testing and API designGain an in-depth understanding of the various features Postman has to offerKnow when and how to use Postman for creating high-quality APIs for software and web appsBook DescriptionPostman enables the exploration and testing of web APIs, helping testers and developers figure out how an API works. With Postman, you can create effective test automation for any APIs. If you want to put your knowledge of APIs to work quickly, this practical guide to using Postman will help you get started. The book provides a hands-on approach to learning the implementation and associated methodologies that will have you up and running with Postman in no time. Complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions, this book begins by taking you through the principles of effective API testing. A combination of theory coupled with real-world examples will help you learn how to use Postman to create well-designed, documented, and tested APIs. You'll then be able to try some hands-on projects that will teach you how to add test automation to an already existing API with Postman, and guide you in using Postman to create a well-designed API from scratch. By the end of this book, you'll be able to use Postman to set up and run API tests for any API that you are working with. What you will learnFind out what is involved in effective API testing Use data-driven testing in Postman to create scalable API testsUnderstand what a well-designed API looks likeBecome well-versed with API terminology, including the different types of APIsGet to grips with performing functional and non-functional testing of an APIDiscover how to use industry standards such as OpenAPI and mocking in PostmanWho this book is forThe book is for software testing professionals and software developers looking to improve product and API quality through API test automation. You will find this book useful if understand APIs and want to build your skills for creating, testing, and documenting APIs. The book assumes beginner-level knowledge of JavaScript and API development.

API Testing and Development with Postman: API creation, testing, debugging, and management made easy

by Dave Westerveld

Avoid common API coding pitfalls and make test automation effortless with Postman and the Newman CLIKey FeaturesLearn the tenets of effective API testing and design with workflow testing and moreGain an in-depth understanding of Postman’s new and existing features, including Mock ServersKnow when and how to use Postman to create high-quality APIs for software and web appsBook DescriptionPostman is an invaluable tool for exploration and testing of web APIs and helping testers and developers figure out how an API works. With Postman, you can create effective test automation for any APIs, and this guide will help you unleash its full potential. API Testing and Development with Postman is an invaluable resource for anyone who wants to create a good quality API, but isn't sure how to go about it. This guide will help you unleash the full potential of Postman’s test automation capabilities. A combination of theory coupled with real-world examples will help you learn how to use Postman to create well-designed, documented, and tested APIs. After you’ve familiarized yourself with the theory, you’ll move on to hands-on projects that will teach you how to add test automation to an existing API. You’ll also learn some of the new and powerful features that Postman has that can help you avoid introducing bugs. This second, fully updated edition features new chapters on workflow testing, creating and using mock servers, API security testing, and performance testing. The new and expanded information in this edition will help you future-proof your APIs. By the end of this book, you'll be able to use Postman to set up and run API tests for any API that you are working with.What you will learnFind out what is involved in effective API testingLeverage Postman to improve the quality of you APIUse data-driven testing in Postman to create scalable API testsHow to create and use a Mock Server in PostmanVerify and improve the quality of an API using contract testingUnderstand the basic principles of security testingGet to grips with functional and non-functional testing of an APIDiscover how to use industry standards such as OpenAPI and mockingWho this book is forThe book is for software testing professionals and software developers looking to improve product and API quality through API test automation. You’ll also find this book useful if you have a basic understanding of APIs and want to build your skills for creating, testing, and documenting them. The book assumes beginner-level knowledge of JavaScript and API development.

The APIC/JCR Infection Prevention And Control Workbook

by Barbara Soule

The APIC/JCR Infection Prevention and Control Workbook

Apical Periodontitis in Root-Filled Teeth: Endodontic Retreatment and Alternative Approaches

by Thomas Kvist

This book is a comprehensive guide to apical periodontitis in root-filled teeth that covers not only all aspects of diagnosis and management but also epidemiology, etiology, consequences, clinical decision-making, and prognosis. There is a particular focus on the available surgical and nonsurgical methods of retreatment designed to restore healthy periapical conditions. Alternatives to retreatment are also explored, including a conservative approach involving monitoring of the diseased tooth without intervention and the option of extraction and replacement with an implant or a fixed prosthesis. The goal of root canal treatment is to save the natural tooth even when tissue breakdown has resulted in pathological conditions of the pulp and periradicular tissue. However, population studies reveal that complete healing is often absent in root-filled teeth, and apical periodontitis is frequently observed in conjunction with root fillings of poor technical quality. Under these circumstances, questions arise as to how the apical periodontitis is impacting on the patient and how the condition should be tackled. Readers will find this well-illustrated book to be of great value in directing clinical practice.

Apicomplexa in Livestock

by Johann Schröder

The Apicomplexa is a globally prevalent group of parasitic protozoa that cause disease, from malaria in humans to livestock diseases such as coccidiosis, babesiosis (Red Water, Tick Fever) and East Coast Fever. With significant economic impacts, a number of Apicomplexa are also zoonotic, leading to grave potential public health consequences. Infection prevention efforts by immunisation or management of arthropod vector infestation have not been universally successful, and can have knock-on effects such as pollution of the environment and human food chain, and development of insecticidal or acaricidal resistance. This book highlights the similarities and differences between the various Apicomplexa infections, identifying those of greatest significance and suggesting sustainable approaches to better manage their impact on livestock productivity. The book: Reviews Australian livestock as a case study, but highlights global applications, biosecurity concerns and lessons learned; Covers Apicomplexa-caused disease across cattle, pigs, poultry and sheep; Considers human health and environmental impacts, and how sustainable management methods can better outcomes for all. Suitable for researchers and students of veterinary parasitology and related disciplines, this book is a valuable resource covering this important set of parasites.

Apicomplexan Parasites: Molecular Approaches toward Targeted Drug Development (Drug Discovery in Infectious Diseases #2)

by Paul M. Selzer

This handbook is the first dealing with the discovery of drugs directed against apicomplexan parasites. Amongst others, this group of endoparasites includes the causative agents of Malaria, Toxoplasmosis, and Babesiosis, the latter occurring mainly in animals. Written by renowned scientific experts from academia and industry, the book focuses on currentdrug development approaches for all apicomplexan diseases making it appealing to a large audience, ranging from research labs in academia to the human and veterinarian pharmaceutical industry. This work is the second volume of the new book series 'Drug Discovery in Infectious Diseases', edited by Prof. Dr Paul M. Selzer.

Apidae (Arthropoda #3)

by Xenia Melzer

No good deed—or good record of solving crimes—goes unpunished.Detectives Andi Hayes and George Donovan of the Charleston PD are on vacation. Or at least they are until they are called back for an emergency: find Chief Norris&’s missing son.Fortunately, Andi&’s insect spies lead him right to little Tyler Norris, who is safe and sound.Unfortunately, along with the chief&’s son, they find twenty-five corpses, victims of a serial killer who&’s gone unnoticed for over a decade. Chief Norris promptly cancels Andi and George&’s vacation and assigns them as lead detectives on the case. Physical evidence leads them to a mental health facility where some of the victims received treatment, but Andi&’s gift—his usual secret weapon—fails him. Promising leads and shady suspects all turn out to be dead ends, and they&’re running out of time. Because the killer isn&’t going to stop at twenty-five victims—and Tyler Norris has just gone missing again….

Aping Mankind: Neuromania, Darwinitis And The Misrepresentation Of Humanity (Routledge Classics)

by Raymond Tallis

Neuroscience has made astounding progress in the understanding of the brain. What should we make of its claims to go beyond the brain and explain consciousness, behaviour and culture? Where should we draw the line? In this brilliant critique Raymond Tallis dismantles "Neuromania", arising out of the idea that we are reducible to our brains and "Darwinitis" according to which, since the brain is an evolved organ, we are entirely explicable within an evolutionary framework. With precision and acuity he argues that the belief that human beings can be understood in biological terms is a serious obstacle to clear thinking about what we are and what we might become. Neuromania and Darwinitis deny human uniqueness, minimise the differences between us and our nearest animal kin and offer a grotesquely simplified account of humanity. We are, argues Tallis, infinitely more interesting and complex than we appear in the mirror of biology. Combative, fearless and thought-provoking, Aping Mankind is an important book and one that scientists, cultural commentators and policy-makers cannot ignore.This Routledge Classics edition includes a new preface by the Author.

APIs: Creating Channels with Application Programming Interfaces

by Daniel Jacobson Greg Brail Dan Woods

Programmers used to be the only people excited about APIs, but now a growing number of companies see them as a hot new product channel. This concise guide describes the tremendous business potential of APIs, and demonstrates how you can use them to provide valuable services to clients, partners, or the public via the Internet. You’ll learn all the steps necessary for building a cohesive API business strategy from experts in the trenches.Facebook and Twitter APIs continue to be extremely successful, and many other companies find that API demand greatly exceeds website traffic. This book offers executives, business development teams, and other key players a complete roadmap for creating a viable API product.Learn about the rise of APIs and why your business might need oneUnderstand the roles of asset owners, providers, and developers in the API value chainBuild strategies for designing, implementing, and marketing your productDevise an effective process for security and user managementAddress legal issues, such as rights management and terms of useManage traffic and user experience with a reliable operating modelDetermine the metrics you need to measure your API’s success

Api's Berlin Diaries: My Quest to Understand My Grandfather's Nazi Past

by Gabrielle Robinson

Moving and provocative, Api’s Berlin Diaries offers a personal perspective on the fall of Berlin 1945 and the far-reaching aftershocks of the Third Reich. <P><P> After her mother’s death, Robinson found her grandfather’s diaries and discovered that he had been a member of the Nazi party. Her memoir juxtaposes her grandfather’s harrowing account serving as doctor in the ruins of Berlin with her memories of his loving protection after the war, and raises disturbing questions about the political responsibility we all carry as individuals.

Api's Berlin Diaries: My Quest to Understand My Grandfather's Nazi Past

by Gabrielle Robinson

A haunting personal story of Berlin at the end of the Third Reich—and an unflinching investigation into a family’s Nazi pastWhen Gabrielle Robinson found her grandfather’s Berlin diaries, hidden behind books in her mother’s Vienna apartment, she made a shocking discovery—her beloved Api had been a Nazi.The entries record his daily struggle to survive in a Berlin that was 90% destroyed. Near collapse himself Api, a doctor, tried to help the wounded and dying in nightmarish medical cellars without cots, water or light. The dead were stacked in the rubble outside.Searching to understand why her grandfather had joined the Nazi party, Robinson retraces his steps in the Berlin of the 21st century. She reflects on German guilt, political responsibility, and facing the past. But she also remembers Api, who had given her a loving home in those cold and hungry post-war years.“This a must read for anyone interested in the German experience during WWII”—Ariana Neumann, author of When Time StoppedScroll up and click “buy now” to read Api’s Berlin Diaries today

APL: Equal Opportunities For All? (Further Education: The Assessment and Accreditation of Prior Learning)

by Cecilia McKelvey Helen Peters

Here, the authors explore practical ways of implementing APL for the benefit of individuals, employers and the community as a whole, showing how it can make a real contribution to equality of opportunity. Chapters look at the particular needs of various sectors of the community, and how APL can be used to meet those needs. For ethnic communities, those whose first language is not English, and those who arrive in Britain with qualifications from overseas, the APL process can be a vital stage in the search for education, employment and equality of experience. People with disabilities find that APL can help break through barriers and offer new breadth of opportunity, whilst for women it can lead to greater recognition and improved career progression. Through the use of case studies and practical examples the authors offer detailed guidance on methods of implementation, staff development and continuing support to help tutors, managers and senior staff make effective use of APL.

APL and the Bilingual Learner (Further Education: The Assessment and Accreditation of Prior Learning)

by Meena Wood

Assessment and Accreditation of Prior Learning systems are now widely used in colleges to open up access for potential students by harnessing their prior learning, knowledge and skills. But one major issue, language and literacy, has not yet been adequately addressed, and our education system still presents many barriers for non-native speakers of English. This book focuses on practical and pro-active ways of approaching these problems using case studies and examples throughout. The various chapters cover: * Ways of resourcing and implementing APL systems * The implications this has for staff development * Methods for assessing prior linguistic ability and accrediting qualifications gained overseas * The role of the guidance advocate worker * The TDLB APL assessor and advisors award * Recent developments within Europe and how these affect National Vocational Qualifications and the current APL systems

APL: Developing more flexible colleges (Further Education: The Assessment and Accreditation of Prior Learning)

by Michael Field

The keystones for provision in the new era of Further Education will be flexibility of response, open access, equality of opportunity, and valuing and accrediting alternative ways of learning - all linked together within the concepts of providing life-long learning opportunities. The provision of APL, along with the support services needed to ensure its success, can be used as the `acid test' of whether a college is truly open and accessible to a variety of learners. Written by an experienced manager, this book offers invaluable advice for other managers and senior staff engaged in transforming their colleges to meet students' needs.

APL with a Mathematical Accent

by C.A. Reiter

This book should be of interest to mathematics scientists working in the areas of linear algebra, abstract algebra, number theory, numerical analysis, operations research and mathematical modelling.

Refine Search

Showing 57,451 through 57,475 of 100,000 results