All resources in Lindenwood University

Virtual Textbook of Organic Chemistry

(View Complete Item Description)

This virtual textbook allows for visualization of 3D-molecular models while teaching principles of Organic Chemistry. Before his retirement in 1999, Professor William Reusch began working on a virtual organic chemistry textbook that could be used by anyone with an interest in the subject. On this site, visitors can take advantage of his labors, and the introduction to this important subject offered on the homepage is a great place to start. After entering the main area of the site, visitors will find two columns of links that serve as the main table of contents. There are over twenty five topics covered here, and they include aromaticity, alkyl halides, alcohols, and amines. Each area contains lucid text accompanied by well-organized diagrams. Additionally, the site contains practice problems, incorporated into the text, along with links to external institutions such as the University of Wisconsin that offer additional problems. One area that shouldn't be missed is the "Chemicals and Society" area. Here visitors will find a narrative essay that addresses how the incorporation of different chemicals into air, water, and soil may affect human society over time.

Material Type: Textbook

Author: William Reusch

Organic Chemistry

(View Complete Item Description)

Organic Chemistry research involves the synthesis of organic molecules and the study of their reaction paths, interactions, and applications. Advanced interests include diverse topics such as the development of new synthetic methods for the assembly of complex organic molecules and polymeric materials, organometallic catalysis, organocatalysis, the synthesis of natural and non-natural products with unique biological and physical properties, structure and mechanistic analysis, natural product biosynthesis, theoretical chemistry and molecular modeling, diversity-oriented synthesis, and carbohydrate synthesis.

Material Type: Textbook

Chemistry: Atoms First 2e

(View Complete Item Description)

Chemistry: Atoms First is a peer-reviewed, openly licensed introductory textbook produced through a collaborative publishing partnership between OpenStax and the University of Connecticut and UConn Undergraduate Student Government Association. This title is an adaptation of the OpenStax Chemistry text and covers scope and sequence requirements of the two-semester general chemistry course. Reordered to fit an atoms first approach, this title introduces atomic and molecular structure much earlier than the traditional approach, delaying the introduction of more abstract material so students have time to acclimate to the study of chemistry. Chemistry: Atoms First also provides a basis for understanding the application of quantitative principles to the chemistry that underlies the entire course.

Material Type: Textbook

Authors: Allison Soult, Andrew Eklund, Carol Martinez, Donald Carpenetti, Don Frantz, Edward J. Neth, Emad El-Giar, George Kaminski, Jason Powell, Jennifer Look, Klaus Theopold, Mark Blaser, Paul Flowers, Paul Hooker, Richard Langley, Simon Bott, Thomas Sorenson, Troy Milliken, Vicki Moravec, William R. Robinson

The Mole

(View Complete Item Description)

You probably remember the mole from high school chemistry, but do you remember why it is useful to chemists? The goal of the following video is to give the "big picture" of the mole and its applications; information on how to use the mole in calculations can be found in another tutorial. Throughout this course, we will use the term "molecular weight" to refer to the mass of a mole of a substance (for instance, the molecular weight of oxygen (O2) is 32 g/mol). Recent textbooks refer to this as "molar mass" to emphasize (i) that this term refers to the mass, not the weight, of substance, and (ii) that the quantity refers to a mole of a substance, not a single molecule. "Molecular weight" may be less precise, but it remains the term that most practicing chemists use in the laboratory. For this reason, we continue to use "molecular weight" in this course.

Material Type: Homework/Assignment

Author: Dr. David Yaron

Think OS: A Brief Introduction to Operating Systems

(View Complete Item Description)

Think OS is an introduction to Operating Systems for programmers. In many computer science programs, Operating Systems is an advanced topic. By the time students take it, they usually know how to program in C, and they have probably taken a class in Computer Architecture. Usually the goal of the class is to expose students to the design and implementation of operating systems, with the implied assumption that some of them will do research in this area, or write part of an OS.

Material Type: Textbook

Author: Allen B. Downey

How to Think Like a Computer Scientist: Learning with Python

(View Complete Item Description)

Python is a fun and extremely easy-to-use programming language that has steadily gained in popularity over the last few years. Developed over ten years ago by Guido van Rossum, Python's simple syntax and overall feel is largely derived from ABC, a teaching language that was developed in the 1980's. However, Python was also created to solve real problems and it borrows a wide variety of features from programming languages such as C++, Java, Modula-3, and Scheme. Because of this, one of Python's most remarkable features is its broad appeal to professional software developers, scientists, researchers, artists, and educators. 278 page pdf file.

Material Type: Textbook

Authors: Allen B. Downey, Jeffrey Elkner

How to Think like a Computer Scientist with Python Interactive Edition

(View Complete Item Description)

This interactive book is a product of the Runestone Interactive Project at Luther College, led by Brad Miller and David Ranum. There have been many contributors to the project. Our thanks especially to the following: This book is based on the Original work by: Jeffrey Elkner, Allen B. Downey, and Chris Meyers Activecode based on Skulpt Codelens based on Online Python Tutor Many contributions from the CSLearning4U research group at Georgia Tech. ACM-SIGCSE for the special projects grant that funded our student Isaac Dontje Lindell for the summer of 2013. NSF The Runestone Interactive tools are open source and we encourage you to contact us, or grab a copy from GitHub if you would like to use them to write your own resources.

Material Type: Textbook

Authors: Allen B. Downey, Chris Meyers, Jeffrey Elkner

The Little Book of Semaphores

(View Complete Item Description)

The Little Book of Semaphores is a free (in both senses of the word) textbook that introduces the principles of synchronization for concurrent programming.In most computer science curricula, synchronization is a module in an Operating Systems class. OS textbooks present a standard set of problems with a standard set of solutions, but most students don't get a good understanding of the material or the ability to solve similar problems.The approach of this book is to identify patterns that are useful for a variety of synchronization problems and then show how they can be assembled into solutions. After each problem, the book offers a hint before showing a solution, giving students a better chance of discovering solutions on their own.The book covers the classical problems, including "Readers-writers," "Producer-consumer", and "Dining Philosophers." In addition, it collects a number of not-so-classical problems, some written by the author and some by other teachers and textbook writers. Readers are invited to create and submit new problems.

Material Type: Textbook

Author: Allen B. Downey

Think Complexity: Exploring Complexity Science with Python 2e

(View Complete Item Description)

This book is about complexity science, data structures and algorithms, intermediate programming in Python, and the philosophy of science. This book focuses on discrete models, which include graphs, cellular automata, and agent-based models. They are often characterized by structure, rules and transitions rather than by equations. They tend to be more abstract than continuous models; in some cases there is no direct correspondence between the model and a physical system.

Material Type: Textbook

Author: Allen B. Downey

Think DSP: Digital Signal Processing in Python

(View Complete Item Description)

The examples and supporting code for this book are in Python. You should know core Python and you should be familiar with object-oriented features, at least using objects if not defining your own. If you are not already familiar with Python, you might want to start with my other book, Think Python, which is an introduction to Python for people who have never programmed, or Mark Lutz’s Learning Python, which might be better for people with programming experience.

Material Type: Textbook

Author: Allen B. Downey

Think Python 2e

(View Complete Item Description)

Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

Material Type: Textbook

Author: Allen Downey

Physical Modeling in MATLAB - Version 4.0

(View Complete Item Description)

Most books that use MATLAB are aimed at readers who know how to program. This book is for people who have never programmed before. As a result, the order of presentation is unusual. The book starts with scalar values and works up to vectors and matrices very gradually. This approach is good for beginning programmers, because it is hard to understand composite objects until you understand basic programming semantics.

Material Type: Textbook

Author: Allen B. Downey

Operating Systems and Middleware: Supporting Controlled Interaction

(View Complete Item Description)

In this book, you will learn about all three kinds of interaction. In all three cases, interesting software techniques are needed in order to bring the computations into contact, yet keep them sufifciently at arm’s length that they don’t compromise each other’s reliability. The exciting challenge, then, is supporting controlled interaction. This includes support for computations that share a single computer and interact with one another, as your email and word processing programs do. It also includes support for data storage and network communication. This book describes how all these kinds of support are provided both by operating systems and by additional software layered on top of operating systems, which is known as middleware.

Material Type: Textbook

Author: Max Hailperin

Computer Networks: A Systems Approach

(View Complete Item Description)

Suppose you want to build a computer network, one that has the potential to grow to global proportions and to support applications as diverse as teleconferencing, video on demand, electronic commerce, distributed computing, and digital libraries. What available technologies would serve as the underlying building blocks, and what kind of software architecture would you design to integrate these building blocks into an effective communication service? Answering this question is the overriding goal of this book—to describe the available building materials and then to show how they can be used to construct a network from the ground up.

Material Type: Textbook

Authors: Bruce Davie, Larry Peterson

Criminal Justice: An Overview of the System (2nd Ed.)

(View Complete Item Description)

This book provides an overview of the criminal justice system of the United States. It is intended to provide the introductory student a concise yet balanced introduction to the workings of the legal system as well as policing, courts, corrections, and juvenile justice. Six chapters, each divided into five sections, provide the reader a consistent, comfortable format as well as providing the instructor with a consistent framework for ease of instructional design.

Material Type: Textbook

Author: Adam J. McKee

Principles of Economics

(View Complete Item Description)

Principles of Economics covers scope and sequence requirements for a two-semester introductory economics course. The authors take a balanced approach to micro- and macroeconomics, to both Keynesian and classical views, and to the theory and application of economics concepts. The text also includes many current examples, which are handled in a politically equitable way.

Material Type: Textbook

Authors: Amyaz Moledina, Andres Jauregui, Craig Richardson, Cynthia Gamez, Dan MacDonald, David Shapiro, Diane Keenan, Eric Dodge, Ralph Sonenshine, Steven Greenlaw, Timothy Taylor