This first general textbook An introduction to ontology engineering has as main aim to provide the reader with a comprehensive introductory overview of ontology engineering. A secondary aim is to provide hands-on experience in ontology development that illustrate the theory. The book is divided into three blocks:
As an introductory textbook for social work students studying research methods, this book guides students through the process of creating a research project. Students will learn how to discover a researchable topic that is interesting to them, examine scholarly literature, formulate a proper research question, design a quantitative or qualitative study to answer their question, carry out the design, interpret quantitative or qualitative results, and disseminate their findings to a variety of audiences. Examples are drawn from the author's practice and research experience, as well as topical articles from the literature.
After completing basic biblical Greek, students are often eager to continue to learn and strengthen their skills of translation and interpretation. This intermediate graded reader is designed to meet those needs. The reader is “intermediate” in the sense that it presumes the user will have already learned the basics of Greek grammar and syntax and has memorized Greek vocabulary words that appear frequently in the New Testament. The reader is “graded” in the sense that it moves from simpler translation work (Galatians) towards more advanced readings from the book of James, the Septuagint, and from one of the Church Fathers. In each reading lesson, the Greek text is given, followed by supplemental notes that offer help with vocabulary, challenging word forms, and syntax. Discussion questions are also included to foster group conversation and engagement. There are many good Greek readers in existence, but this reader differs from most others in a few important ways. Most readers offer text selections from different parts of the Bible, but in this reader the user works through one entire book (Galatians). All subsequent lessons, then, build off of this interaction with Galatians through short readings that are in some way related to Galatians. The Septuagint passages in the reader offer some broader context for texts that Paul quotes explicitly from the Septuagint. The Patristic reading from John Chrysystom comes from one of his homilies on Galatians. This approach to a Greek reader allows for both variety and coherence in the learning process.
Most computer users have an incorrect, but useful, cognitive metaphor for computers in which the user says (or types or clicks) something and a mystical, almost intelligent or magical, behavior happens. It is not a stretch to describe computer users as believing computers follow the laws of magic, where some magic incantation is entered, and the computer responds with an expected, but magical, behavior. This magic computer does not actually exist. In reality computer are machines, and every action a computer performs reduces to a set of mechanical operations. In fact the first complete definition of a working computer was a mechanical machine designed by Charles Babbage in 1834, and would have run on steam power. Probably the biggest success of Computer Science (CS) in the 20th century was the development of abstractions that hide the mechanical nature of computers. The fact that average people use computers without ever considering that they are mechanistic is a triumph of CS designers. This purpose of this monograph is to break the abstract understanding of a computer, and to explain a computer's behavior in completely in mechanistic terms. It will deal specifically with the Central Processing Unit (CPU) of the computer, as this is where the magic happens. All other parts of a computer can be seen as just providing information for the CPU to operate on. This monograph will deal with a specific type of CPU, a one-address CPU, and will explain this CPU using only standard gates, specifically AND, OR, NOT, NAND and XOR gates, and 4 basic Integrated Circuits (ICs), the Decoder, Multiplexer, Adder, and Flip Flop. All of these gates and components can be described as mechanical transformations of input data to output data, and the overall CPU can then be seen as a mechanical device.
This Casebook is intended to be used in a course which concentrates on Constitutional Rights and centers the Fourteenth Amendment. It can be used in a first year Law School course with a title such as “Liberty, Equality, and Due Process,” as it is at CUNY School of Law, an upper division Constitutional Rights course, or an advanced undergraduate course focusing on constitutional rights, especially equality and due process.
The first year of law school is, for many people, one of the most significant transitions of their adult life. Law school demands a lot as it helps you make the transition from your prior identity as student (or as some other occupational role) to your new identity as an attorney. To meet the demands of law school, it is often helpful to have the big picture before you begin – a sense of what it is you are trying to do as you prepare for classes, participate in those classes, review and prepare for exams, take exams, and then begin the cycle once again.
American Contract Law for a Global Age by Franklin G. Snyder and Mark Edwin Burge of Texas A&M University School of Law is a casebook designed primarily for the first-year Contracts course as it is taught in American law schools, but is configured so as to be usable either as a primary text or a supplement in any upper-level U.S. or foreign class that seeks to introduce American contract law to students. As an eLangdell text, it offers maximum flexibility for students to read either in hard copy or electronic format on most electronic devices.
This Chapter will address the current protections that are available to lesbian, gay, bisexual and transgender (“LGBT”) individuals who allege they have been victims of employment discrimination. The Chapter's primary focus will be on federal statutory law, particularly Title VII of the Civil Rights Act of 1964. Although the focus here is on federal law, Appendix I to this Chapter lists the states that protect individuals from public and/or private discrimination under state laws.
The goal of this text is to present philosophy to newcomers as a living discipline with historical roots. While a few early chapters are historically organized, the goal in the historical chapters is to trace a developmental progression of thought that introduces basic philosophical methods and frames issues that remain relevant today. Later chapters are topically organized. These include philosophy of science and philosophy of mind, areas where philosophy has shown dramatic recent progress. This text concludes with four chapters on ethics, broadly construed. Traditional theories of right action is covered in a third of these. Students are first invited first to think about what is good for themselves and their relationships in a chapter of love and happiness. Next a few meta-ethical issues are considered; namely, whether they are moral truths and if so what makes them so. The end of the ethics sequence addresses social justice, what it is for one's community to be good. Our sphere of concern expands progressively through these chapters. Our inquiry recapitulates the course of development into moral maturity. Over the course of the text, the author has tried to outline the continuity of thought that leads from the historical roots of philosophy to a few of the diverse areas of inquiry that continue to make significant contributions to our understanding of ourselves and the world we live in.
This text is designed to introduce and expand upon material related to the C programming language and embedded controllers, and specifically, the Arduino development system and associated Atmel ATmega microcontrollers. It is intended to fit the time constraints of a typical 3 to 4 credit hour course for electrical engineering technology and computer engineering technology programs, although it could also fit the needs of a hardware-oriented course in computer science. As such, the text does not attempt to cover every aspect of the C language, the Arduino system or Atmel AVR microcontrollers. The first section deals with the C language itself. It is assumed that the student is a relative newcomer to the C language but has some experience with another high level language, for example, Python. This means concepts such as conditionals and iteration are already familiar and the student can get up and running fairly quickly. From there, the Arduino development environment is examined. Unlike the myriad Arduino books now available, this text does not simply rely on the Arduino libraries. As convenient as the libraries may be, there are other, sometimes far more efficient, ways of programming the boards. Many of the chapters examine library source code to see “what's under the hood”. This more generic approach means it will be easier for the student to use other processors and development systems instead of being tightly tied to one platform.