Research Metodology/Recompilation

Research Metodology/Recompilation

Author: Patricia Adriana Rebollo

Publisher: Editorial Autores de Argentina

Published: 2023-06-14

Total Pages: 217

ISBN-13: 9878738698

DOWNLOAD EBOOK

This literary work is a compilation of methodological and statistical content, fundamental, because it is accessible to the reader without previous experience in the matter, because of its broad, agile content and with solid foundations, filling the gap in basic texts, in scientific research. By reading this book, they will begin to contact the different important aspects that allow them to carry out any scientific investigation. We hope to motivate our readers, providing them with the necessary tools, so that they stand out following the steps of the scientific method, from any approach, such as sociological, clinical, geographical, historical, anthropological, literary, biological, archaeological, film and another that may arouse your interest. This book represents a gateway to the universe of science, so we propose this challenge with our best wishes so that your research can stand out.


Varieties of Qualitative Research Methods

Varieties of Qualitative Research Methods

Author: Janet Mola Okoko

Publisher: Springer Nature

Published: 2023-01-01

Total Pages: 481

ISBN-13: 3031043944

DOWNLOAD EBOOK

This book is a compilation of more than 70 qualitative research concepts that are used by researchers and practitioners in the social sciences and humanities. The concepts include methods and methodologies applied in qualitative research in various contexts. Each concept is a standalone chapter that is authored by a researcher or practitioner who has had some scholarly experience with it. The chapters are alphabetized using the titles of the concepts to provide easy access for readers. They follow a prescribed outline which ensures homogeneity in the layout of the book. Each chapter starts with a brief historical background of the concept, followed by a concise description of the concept, and the process used in its application. Readers are then provided with the possible ways in which the concept can be used, and its benefits. Each chapter concludes by providing readers with some strengths and limitations of the concept and a list of references that authors have used in the chapter.


The Routledge Companion to Qualitative Accounting Research Methods

The Routledge Companion to Qualitative Accounting Research Methods

Author: Zahirul Hoque

Publisher: Taylor & Francis

Published: 2017-03-31

Total Pages: 566

ISBN-13: 131738024X

DOWNLOAD EBOOK

Selecting from the wide range of research methodologies remains a dilemma for all scholars, not least those looking to study the world of accounting. Both established and emerging research methods are frequently advocated, creating a challengingly broad range of choices. Covering a selection of qualitative methodological issues, research strategies and methods, this comprehensive compilation provides an essential guide to the choice and execution of qualitative research approaches in this field. The contributions are grouped into four sections: Worldview and paradigms Methodologies and strategies Data collection methods and analysis Experiencing qualitative field research: personal reflections Edited by leading scholars, with contributions from experts and rising stars, this volume will be essential reading for anyone looking to undertake research in the qualitative accounting field.


Virtual Machines

Virtual Machines

Author: James Edward Smith

Publisher: Elsevier

Published: 2005-06-03

Total Pages: 662

ISBN-13: 1558609105

DOWNLOAD EBOOK

In this text, Smith and Nair take a new approach by examining virtual machines as a unified discipline and pulling together cross-cutting technologies. Topics include instruction set emulation, dynamic program translation and optimization, high level virtual machines (including Java and CLI), and system virtual machines for both single-user systems and servers.


Relatuhedron

Relatuhedron

Author: Juan Carlos Rodriguez Camacho

Publisher: Springer Nature

Published: 2021-12-09

Total Pages: 185

ISBN-13: 3030872084

DOWNLOAD EBOOK

A journey of new routes of healing with/by Indigenous and non-Indigenous participants is shared under the Two Eyed-Seeing Perspective of Elder Albert Marshall. The Universal Human Right of Indigenous self-determination and Relationality are the togetherness presented in a “mangrove tree” that lives between salty and sweet waters emerging as a protective place of rich ecosystems. The relatuhedron (shapes of relationality) a co-construction of a home, a Wigwam, Long House, Maloca, Ue, crystalizes knowledge and practices in the process of individual and community healing and cultural transactions. A set of neologisms such as relatuhedron, pedagomiologies, and social grammars, is proposed to challenge our views of mental health, healing, cultural transactions, stereotypes, recovery, and public policy and include simplicities and complexities required to support Indigenous well-being. It is a “machine of possibilities” for students and professionals working with/by and for Indigenous communities. In this book healing is presented as a process through scholarly practice and reflection. Healing is a process of emergence of meaning by improving relationality with the self, nature and others, in a practical approach to socio-cultural transformations. In sum, healing is based on individual and community processes both honoring and respective Indigenous knowledge and scientific research to create endless opportunities for well-being. This book presents healing as a process of growth, a complex, dynamic and evolutive journey of transforming how we stablish and maintain relationships with the self, nature and others inside of our cultural negotiations.


Types in Compilation

Types in Compilation

Author: Robert Harper

Publisher: Springer

Published: 2003-06-29

Total Pages: 213

ISBN-13: 3540453326

DOWNLOAD EBOOK

The importance of typed languages for building robust software systems is, by now, an undisputed fact. Years of research have led to languages with richly expressive, yet easy to use, type systems for high-level programming languages. Types provide not only a conceptual framework for language designers, but also a ord positive bene ts to the programmer, principally the ability to express and enforce levels of abstraction within a program. Early compilers for typed languages followed closely the methods used for their untyped counterparts. The role of types was limited to the earliest s- ges of compilation, and they were thereafter ignored during the remainder of the translation process. More recently, however, implementors have come to - cognize the importance of types during compilation and even for object code. Several advantages of types in compilation have been noted to date: { They support self-checking by the compiler. By tracking types during c- pilation it is possible for an internal type checker to detect translation errors at an early stage, greatly facilitating compiler development. { They support certi cation of object code. By extending types to the ge- rated object code, it becomes possible for a code user to ensure the basic integrity of that code by checking its type consistency before execution. { They support optimized data representations and calling conventions, even in the presence of modularity. By passing types at compile-, link-, and even run-time, it is possible to avoid compromises of data representation imposed by untyped compilation techniques.