This book began as lecture notes for an Oregon State University course …
This book began as lecture notes for an Oregon State University course in fluid mechanics, designed for beginning graduate students in physical oceanography. Because of its fundamental nature, this course is often taken by students outside physical oceanography, e.g., atmospheric science, civil engineering, physics and mathematics. In later courses, the student will discover esoteric fluid phenomena such as internal waves that propagate through the sky, water phase changes that govern clouds, and planetary rotation effects that control large-scale winds and ocean currents. In contrast, this course concerns phenomena that we have all been familiar with since childhood: flows you see in sinks and bathtubs, in rivers, and at the beach. In this context, we develop the mathematical techniques and scientific reasoning skills needed for higher-level courses and professional research. Prerequisites are few: basic linear algebra, differential and integral calculus and Newton’s laws of motion. As we go along we discover the need for the more advanced tools of tensor analysis.
Open Stax Short Description: Welcome to Microbiology, an OpenStax resource. This textbook …
Open Stax
Short Description: Welcome to Microbiology, an OpenStax resource. This textbook was written to increase student access to high-quality learning materials, maintaining highest standards of academic rigor at little to no cost. Data dashboard
Long Description: Download for free at https://open.oregonstate.education/microbiology
Publication and on-going maintenance of this textbook is possible due to grant support from Oregon State University Ecampus.
Suggest a correction
Word Count: 147866
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
OpenStax Short Description: An adapted and revised edition of the OpenStax Anatomy …
OpenStax
Short Description: An adapted and revised edition of the OpenStax Anatomy & Physiology (https://openstax.org/details/books/anatomy-and-physiology) with revised content and artwork, Open Oregon State, Oregon State University. Data Dashboard
Long Description: An adapted and revised edition of the OpenStax Anatomy & Physiology (https://openstax.org/details/books/anatomy-and-physiology) with revised content and artwork, Open Oregon State, Oregon State University.
Word Count: 551108
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
Short Description: The current edition of the book may be downloaded from …
Short Description: The current edition of the book may be downloaded from the Applied Bioinformatics site. Traffic analytics interactive report
Word Count: 45304
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
Short Description: Proteins play vital roles in most biological processes; these roles …
Short Description: Proteins play vital roles in most biological processes; these roles include acting as catalysts for physiological reactions, as regulators for those reactions, or as structural framework around which these processes can occur. Proteins’ complex organization of diverse functionality in 3D space leads to an astonishing range of function for living organisms. Understanding this intimate relationship between structure and function is the backbone of understanding the natural world and is the key to controlling it. Data dashboard
Word Count: 13793
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
Short Description: Labs in this book supplement the information gained in lecture, …
Short Description: Labs in this book supplement the information gained in lecture, as well as providing some perspective and experience with hands-on applications of ideas in pest management. The labs are presented in week-by-week order, so the pre-labs and reading for week 1 are labeled “Pre-Lab 1” and “Week 1 Reading”. Data dashboard
Word Count: 21598
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
What happens when light from the Sun shines on the Earth? Short …
What happens when light from the Sun shines on the Earth?
Short Description: This course is intended for prospective and practicing elementary and middle school teachers. By exploring physical phenomena in class, you will learn science in ways in which you are expected to teach science in schools or in informal settings such as afterschool programs, youth group meetings, and museum workshops. This course also is appropriate for general science students and others interested in exploring some of the physical phenomena underlying global climate change. Data dashboard
Word Count: 178063
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
This textbook is focused specifically on the principles and concepts of a …
This textbook is focused specifically on the principles and concepts of a foundational Cell Biology course. The book takes a more conceptual approach that highlights how scientists study cells, and how to analyze and interpret experimental results. Rather than focusing primarily on historical experiments that were key to our understanding of cells, the book explores a range of more modern experimental techniques so that students can begin to understand how cells are studied now, in the 21st century. The book includes over 200 newly created illustrations and animations, that were specifically designed for this book, as well as review questions at the end of each chapter, to help students explore and understand the material.
Short Description: Welcome to the wonderful world of microbiology! Yay! So. What …
Short Description: Welcome to the wonderful world of microbiology! Yay! So. What is microbiology? If we break the word down it translates to “the study of small life,” where the small life refers to microorganisms or microbes. But who are the microbes? And how small are they? Data dashboard
Word Count: 39859
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
Short Description: The CK-12 foundation defines a flexbook as a “free and …
Short Description: The CK-12 foundation defines a flexbook as a “free and open source textbook platform where one can build and edit collaborative textbooks.” The FNDH 400 (formerly the HN 400 flexbook, department changed its name from Human Nutrition to Food, Nutrition, Dietetics and Health) Flexbook fits this definition. Readers, in addition to having access online, can also download the OER as a digital or printable PDF and EPUB. Data dashboard
Word Count: 76413
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
These are lecture notes for cs427 at Oregon State University, an introductory …
These are lecture notes for cs427 at Oregon State University, an introductory course in cryptography at the advanced undergraduate level. By reading and studying these notes, you should expect to learn how to:
*State and interpret the standard formal definitions for the most common cryptographic security properties (privacy and authentication). *Formally prove security properties of sound cryptographic constructions, and break the security of unsound ones. *Choose the appropriate cryptographic primitive for a task (block ciphers, hash functions, MACs, public-key encryption, etc.) while avoiding common pitfalls. *Along the way, you will also learn how the most common cryptographic constructions work.
Multi-part open educational resource which includes a video about how to operate …
Multi-part open educational resource which includes a video about how to operate a compound microscope, an interactive walk-through of the parts of a microscope, with detailed descriptions, and a self assessment. In addition to these wonderful instructional tools, there is a virtual lab, the "Lettuce Onion Lab" available on the same page.
Short Description: Now available in print at Amazon.com and via the OSU …
Short Description: Now available in print at Amazon.com and via the OSU Press! Data Dashboard
Long Description: A Primer for Computational Biology aims to provide life scientists and students the skills necessary for research in a data-rich world. The text covers accessing and using remote servers via the command-line, writing programs and pipelines for data analysis, and provides useful vocabulary for interdisciplinary work. The book is broken into three parts: Introduction to Unix/Linux: The command-line is the “natural environment” of scientific computing, and this part covers a wide range of topics, including logging in, working with files and directories, installing programs and writing scripts, and the powerful “pipe” operator for file and data manipulation. Programming in Python: Python is both a premier language for learning and a common choice in scientific software development. This part covers the basic concepts in programming (data types, if-statements and loops, functions) via examples of DNA-sequence analysis. This part also covers more complex subjects in software development such as objects and classes, modules, and APIs. Programming in R: The R language specializes in statistical data analysis, and is also quite useful for visualizing large datasets. This third part covers the basics of R as a programming language (data types, if-statements, functions, loops and when to use them) as well as techniques for large-scale, multi-test analyses. Other topics include S3 classes and data visualization with ggplot2.
Word Count: 111597
(Note: This resource's metadata has been created automatically by reformatting and/or combining the information that the author initially provided as part of a bulk import process.)
No restrictions on your remixing, redistributing, or making derivative works. Give credit to the author, as required.
Your remixing, redistributing, or making derivatives works comes with some restrictions, including how it is shared.
Your redistributing comes with some restrictions. Do not remix or make derivative works.
Most restrictive license type. Prohibits most uses, sharing, and any changes.
Copyrighted materials, available under Fair Use and the TEACH Act for US-based educators, or other custom arrangements. Go to the resource provider to see their individual restrictions.