The Domains of Identity


Book Description

“The Domains of Identity” defines sixteen simple and comprehensive categories of interactions which cause personally identifiable information to be stored in databases. This research, which builds on the synthesis of over 900 academic articles, addresses the challenges of identity management that involve interactions of almost all people in almost all institutional/organizational contexts. Enumerating the sixteen domains and describing the characteristics of each domain clarifies which problems can arise and how they can be solved within each domain. Discussions of identity management are often confusing because they mix issues from multiple domains, or because they try unsuccessfully to apply solutions from one domain to problems in another. This book is an attempt to eliminate the confusion and enable clearer conversations about identity management problems and solutions.




Identities in Action


Book Description

This volume presents recent developments in identity theory and research. Identities are the basic building blocks of society and hold a central place in every social science discipline. Identity theory provides a systematic conceptualization of identities and their relationship to behavior. The research in this volume demonstrates the usefulness of this theory for understanding identities in action in a variety of areas and settings. The volume is organized into three general areas: ethnicity and race; family, religion, and work; and networks, homophily, and the physical environment. This comprehensive and authoritative volume is of interest to a wide readership in the social and behavioral sciences, including students and researchers of sociology, social psychology, psychology, and other social science disciplines.




The Life Story, Domains of Identity, and Personality Development in Emerging Adulthood


Book Description

The Life Story, Domains of Identity, and Personality Development in Emerging Adulthood focuses on individuals' formulations of the unique episodes and events of their lives that give one meaning and a sense of personal identity. This book brings the growing research on narrative study and the life story into focus by drawing from the existing research on personality development during emerging adulthood. In this book, authors Michael W. Pratt and M. Kyle Matsuba present a series of chapters exploring how one's life story manifests across the many components of their developing identity, including their religion, morality, vocation, society, and the relationships they have with their parents, peers, and romantic partners. Taking their cue from Erik Erikson's model of adolescent and adult development, the authors show readers exactly how a life story approach can illuminate the distinctive features of an individual's personality and development during this formative phase of life. Organized around a set of life contexts where personality is manifested (i.e. adjustment, personal ideology, close relationships, occupation, and civic life), this book draws on the authors' own longitudinal research on the development of the life story in emerging adulthood. Throughout the book, they incorporate fascinating case studies and historical examples (e.g., Darwin, Pope Francis, Martin Luther King, Jr., Jane Fonda) of individuals' unique development during this period of life in order to better illustrate the application of this approach to understanding the whole person in context.




Ego Identity


Book Description

Ego Identity: A Handbook for Psychosocial Research contains an integrated presentation of identity theory, literature reviews covering the hundreds of research studies on identity, a discussion of the techniques of interviewing for psychosocial constructs, and model Identity Status Interviews and scoring manuals for three age groups: early- and middle- adolescence, the college years and adulthood. Special attention is devoted to questions of the personality and social patterns associ ated with differing approaches to the task of identity formation, the processes and patterns of identity development, and the similarities and differences with which females and males form their sense of identity. Theory and research on Erikson's concept of intimacy is presented, including the Intimacy Status Interview and scoring manual. This handbook is also designed to serve as a model for those interested in developing and using interview techniques for any of the other Eriksonian stages of psychosocial development. This book is ideal for researchers of ego identity and intimacy, practitioners and graduate students in developmental, personality, and social psychology as well as to psychiatrists.




The Oxford Handbook of Identity Development


Book Description

Identity is defined in many different ways in various disciplines in the social sciences and sub-disciplines within psychology. The developmental psychological approach to identity is characterized by a focus on developing a sense of the self that is temporally continuous and unified across the different life spaces that individuals inhabit. Erikson proposed that the task of adolescence and young adulthood was to define the self by answering the question: Who Am I? There have been many advances in theory and research on identity development since Erikson's writing over fifty years ago, and the time has come to consolidate our knowledge and set an agenda for future research. The Oxford Handbook of Identity Development represents a turning point in the field of identity development research. Various, and disparate, groups of researchers are brought together to debate, extend, and apply Erikson's theory to contemporary problems and empirical issues. The result is a comprehensive and state-of-the-art examination of identity development that pushes the field in provocative new directions. Scholars of identity development, adolescent and adult development, and related fields, as well as graduate students, advanced undergraduates, and practitioners will find this to be an innovative, unique, and exciting look at identity development.




Identity Development


Book Description

The Second Edition of Identity Development: Adolescence Through Adulthood presents an overview of the five general theoretical orientations to the question of what constitutes identity, as well as the strengths and limitations of each approach. The volume then proceeds to describe key biological, psychological, and contextual issues during each phase of adolescence and adulthood.




The Cambridge Handbook of Identity


Book Description

While 'identity' is a key concept in psychology and the social sciences, researchers have used and understood this concept in diverse and often contradictory ways. The Cambridge Handbook of Identity presents the lively, multidisciplinary field of identity research as working around three central themes: (i) difference and sameness between people; (ii) people's agency in the world; and (iii) how identities can change or remain stable over time. The chapters in this collection explore approaches behind these themes, followed by a close look at their methodological implications, while examples from a number of applied domains demonstrate how identity research follows concrete analytical procedures. Featuring an international team of contributors who enrich psychological research with historical, cultural, and political perspectives, the handbook also explores contemporary issues of identity politics, diversity, intersectionality, and inclusion. It is an essential resource for all scholars and students working on identity theory and research.




The Promise of Adolescence


Book Description

Adolescenceâ€"beginning with the onset of puberty and ending in the mid-20sâ€"is a critical period of development during which key areas of the brain mature and develop. These changes in brain structure, function, and connectivity mark adolescence as a period of opportunity to discover new vistas, to form relationships with peers and adults, and to explore one's developing identity. It is also a period of resilience that can ameliorate childhood setbacks and set the stage for a thriving trajectory over the life course. Because adolescents comprise nearly one-fourth of the entire U.S. population, the nation needs policies and practices that will better leverage these developmental opportunities to harness the promise of adolescenceâ€"rather than focusing myopically on containing its risks. This report examines the neurobiological and socio-behavioral science of adolescent development and outlines how this knowledge can be applied, both to promote adolescent well-being, resilience, and development, and to rectify structural barriers and inequalities in opportunity, enabling all adolescents to flourish.




Identity, Difference


Book Description




Domain Modeling Made Functional


Book Description

You want increased customer satisfaction, faster development cycles, and less wasted work. Domain-driven design (DDD) combined with functional programming is the innovative combo that will get you there. In this pragmatic, down-to-earth guide, you'll see how applying the core principles of functional programming can result in software designs that model real-world requirements both elegantly and concisely - often more so than an object-oriented approach. Practical examples in the open-source F# functional language, and examples from familiar business domains, show you how to apply these techniques to build software that is business-focused, flexible, and high quality. Domain-driven design is a well-established approach to designing software that ensures that domain experts and developers work together effectively to create high-quality software. This book is the first to combine DDD with techniques from statically typed functional programming. This book is perfect for newcomers to DDD or functional programming - all the techniques you need will be introduced and explained. Model a complex domain accurately using the F# type system, creating compilable code that is also readable documentation---ensuring that the code and design never get out of sync. Encode business rules in the design so that you have "compile-time unit tests," and eliminate many potential bugs by making illegal states unrepresentable. Assemble a series of small, testable functions into a complete use case, and compose these individual scenarios into a large-scale design. Discover why the combination of functional programming and DDD leads naturally to service-oriented and hexagonal architectures. Finally, create a functional domain model that works with traditional databases, NoSQL, and event stores, and safely expose your domain via a website or API. Solve real problems by focusing on real-world requirements for your software. What You Need: The code in this book is designed to be run interactively on Windows, Mac and Linux.You will need a recent version of F# (4.0 or greater), and the appropriate .NET runtime for your platform.Full installation instructions for all platforms at fsharp.org.