Updating search results...

Search Resources

2379 Results

View
Selected filters:
  • education
Price per pound and pounds per dollar
Unrestricted Use
CC BY
Rating
0.0 stars

The purpose of this task is to help students see that when you have a context that can be modeled with a ratio and associated unit rate, there is almost always another ratio with its associated unit rate (the only exception is when one of the quantities is zero), and to encourage students to flexibly choose either unit rate depending on the question at hand.

Subject:
Mathematics
Material Type:
Activity/Lab
Provider:
Illustrative Mathematics
Provider Set:
Illustrative Mathematics
Author:
Illustrative Mathematics
Date Added:
05/01/2012
Principles of Economics: Understanding Opportunity Cost, Comparative Advantage, and Absolute Advantage
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In principles of economics students many times have trouble understanding the concept of opportunity cost, connecting opportunity cost to comparative advantage, and differentiating between absolute advantage and comparative advantage. This activity allows the instructor to detect whether a large number of students exhibit any of these misconceptions, and then focus on the most problematic concepts in class.

Subject:
Business and Communication
Economics
Social Science
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Teaching and Learning Economics (SERC)
Date Added:
04/12/2023
Principles of Economics: Understanding Opportunity Cost, Comparative advantage, and Absolute Advantage
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In principles of economics students many times have trouble understanding the concept of opportunity cost, connecting opportunity cost to comparative advantage, and differentiating between absolute advantage and comparative advantage. This activity allows the instructor to detect whether a large number of students exhibit any of these misconceptions, and then focus on the most problematic concepts in class.

Subject:
Business and Communication
Economics
Social Science
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Teaching and Learning Economics (SERC)
Date Added:
04/12/2023
Problem Solve Your School
Read the Fine Print
Educational Use
Rating
0.0 stars

Students apply what they have learned about the engineering design process to a real-life problem that affects them and/or their school. They chose a problem as a group, and then follow the engineering design process to come up with and test their design solution. This activity teaches students how to use the engineering design process while improving something in the school environment that matters to them. By performing each step of the design process, students can experience what it is like to be an engineer.

Subject:
Applied Science
Engineering
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Date Added:
10/14/2015
Processes on Complex Networks
Read the Fine Print
Educational Use
Rating
0.0 stars

Building on their understanding of graphs, students are introduced to random processes on networks. They walk through an illustrative example to see how a random process can be used to represent the spread of an infectious disease, such as the flu, on a social network of students. This demonstrates how scientists and engineers use mathematics to model and simulate random processes on complex networks. Topics covered include random processes and modeling disease spread, specifically the SIR (susceptible, infectious, resistant) model.

Subject:
Applied Science
Education
Engineering
Life Science
Mathematics
Material Type:
Lesson Plan
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Date Added:
09/18/2014
Processing Integrity Challenge
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The Processing Integrity Challenge makes use of game theory to help students learn how to determine relevant application controls for accounting systems to ensure processing integrity is achieved. It specifically addresses source data, data entry, processing, and output controls. The playing format is an adaptation of the television game show, Jeopardy, which is a novel way to reinforce concepts and provide immediate feedback to confirm students' knowledge.

Subject:
Business and Communication
Economics
Social Science
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Starting Point (SERC)
Date Added:
04/12/2023
Product Development and the Environment
Read the Fine Print
Educational Use
Rating
0.0 stars

Students investigate the life cycles of engineered products and how they impact the environment. They use a basic life cycle assessment method that assigns fictional numerical values for different steps in the life cycle. Then they use their analyses to compare the impacts of their products to other products, and suggest ways to reduce environmental impact based on their analyses.

Subject:
Applied Science
Engineering
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Date Added:
10/14/2015
Profit of a company
Unrestricted Use
CC BY
Rating
0.0 stars

This task compares the usefulness of different forms of a quadratic expression. Students have to choose which form most easily provides information about the maximum value, the zeros and the vertical intercept of a quadratic expression in the context of a real world situation. Rather than just manipulating one form into the other, students can make sense out of the structure of the expressions.

Subject:
Algebra
Mathematics
Material Type:
Activity/Lab
Provider:
Illustrative Mathematics
Provider Set:
Illustrative Mathematics
Author:
Illustrative Mathematics
Date Added:
05/01/2012
Programming with MATLAB
Unrestricted Use
CC BY
Rating
0.0 stars

The best way to learn how to program is to do something useful, so this introduction to MATLAB is built around a common scientific task: data analysis. Our real goal isn’t to teach you MATLAB, but to teach you the basic concepts that all programming depends on. We use MATLAB in our lessons because: we have to use something for examples; it’s well-documented; it has a large (and growing) user base among scientists in academia and industry; and it has a large library of packages available for performing diverse tasks. But the two most important things are to use whatever language your colleagues are using, so that you can share your work with them easily, and to use that language well.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Information Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Date Added:
04/11/2023
Programming with Python
Unrestricted Use
CC BY
Rating
0.0 stars

The best way to learn how to program is to do something useful, so this introduction to Python is built around a common scientific task: data analysis. Arthritis Inflammation We are studying inflammation in patients who have been given a new treatment for arthritis, and need to analyze the first dozen data sets of their daily inflammation. The data sets are stored in comma-separated values (CSV) format: each row holds information for a single patient, columns represent successive days. The first three rows of our first file look like this: 0,0,1,3,1,2,4,7,8,3,3,3,10,5,7,4,7,7,12,18,6,13,11,11,7,7,4,6,8,8,4,4,5,7,3,4,2,3,0,0 0,1,2,1,2,1,3,2,2,6,10,11,5,9,4,4,7,16,8,6,18,4,12,5,12,7,11,5,11,3,3,5,4,4,5,5,1,1,0,1 0,1,1,3,3,2,6,2,5,9,5,7,4,5,4,15,5,11,9,10,19,14,12,17,7,12,11,7,4,2,10,5,4,2,2,3,2,2,1,1 Each number represents the number of inflammation bouts that a particular patient experienced on a given day. For example, value “6” at row 3 column 7 of the data set above means that the third patient was experiencing inflammation six times on the seventh day of the clinical study. So, we want to: Calculate the average inflammation per day across all patients. Plot the result to discuss and share with colleagues. To do all that, we’ll have to learn a little bit about programming.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Information Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Date Added:
04/11/2023
Programming with R
Unrestricted Use
CC BY
Rating
0.0 stars

The best way to learn how to program is to do something useful, so this introduction to R is built around a common scientific task: data analysis. Our real goal isn’t to teach you R, but to teach you the basic concepts that all programming depends on. We use R in our lessons because: we have to use something for examples; it’s free, well-documented, and runs almost everywhere; it has a large (and growing) user base among scientists; and it has a large library of external packages available for performing diverse tasks. But the two most important things are to use whatever language your colleagues are using, so you can share your work with them easily, and to use that language well. We are studying inflammation in patients who have been given a new treatment for arthritis, and need to analyze the first dozen data sets of their daily inflammation. The data sets are stored in CSV format (comma-separated values): each row holds information for a single patient, and the columns represent successive days. The first few rows of our first file look like this: 0,0,1,3,1,2,4,7,8,3,3,3,10,5,7,4,7,7,12,18,6,13,11,11,7,7,4,6,8,8,4,4,5,7,3,4,2,3,0,0 0,1,2,1,2,1,3,2,2,6,10,11,5,9,4,4,7,16,8,6,18,4,12,5,12,7,11,5,11,3,3,5,4,4,5,5,1,1,0,1 0,1,1,3,3,2,6,2,5,9,5,7,4,5,4,15,5,11,9,10,19,14,12,17,7,12,11,7,4,2,10,5,4,2,2,3,2,2,1,1 0,0,2,0,4,2,2,1,6,7,10,7,9,13,8,8,15,10,10,7,17,4,4,7,6,15,6,4,9,11,3,5,6,3,3,4,2,3,2,1 0,1,1,3,3,1,3,5,2,4,4,7,6,5,3,10,8,10,6,17,9,14,9,7,13,9,12,6,7,7,9,6,3,2,2,4,2,0,1,1 We want to: load that data into memory, calculate the average inflammation per day across all patients, and plot the result. To do all that, we’ll have to learn a little bit about programming.

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Information Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Date Added:
04/11/2023
Project Organization and Management for Genomics
Unrestricted Use
CC BY
Rating
0.0 stars

Data Carpentry Genomics workshop lesson to learn how to structure your metadata, organize and document your genomics data and bioinformatics workflow, and access data on the NCBI sequence read archive (SRA) database. Good data organization is the foundation of any research project. It not only sets you up well for an analysis, but it also makes it easier to come back to the project later and share with collaborators, including your most important collaborator - future you. Organizing a project that includes sequencing involves many components. There’s the experimental setup and conditions metadata, measurements of experimental parameters, sequencing preparation and sample information, the sequences themselves and the files and workflow of any bioinformatics analysis. So much of the information of a sequencing project is digital, and we need to keep track of our digital records in the same way we have a lab notebook and sample freezer. In this lesson, we’ll go through the project organization and documentation that will make an efficient bioinformatics workflow possible. Not only will this make you a more effective bioinformatics researcher, it also prepares your data and project for publication, as grant agencies and publishers increasingly require this information. In this lesson, we’ll be using data from a study of experimental evolution using E. coli. More information about this dataset is available here. In this study there are several types of files: Spreadsheet data from the experiment that tracks the strains and their phenotype over time Spreadsheet data with information on the samples that were sequenced - the names of the samples, how they were prepared and the sequencing conditions The sequence data Throughout the analysis, we’ll also generate files from the steps in the bioinformatics pipeline and documentation on the tools and parameters that we used. In this lesson you will learn: How to structure your metadata, tabular data and information about the experiment. The metadata is the information about the experiment and the samples you’re sequencing. How to prepare for, understand, organize and store the sequencing data that comes back from the sequencing center How to access and download publicly available data that may need to be used in your bioinformatics analysis The concepts of organizing the files and documenting the workflow of your bioinformatics analysis

Subject:
Computer Science
Computer, Networking and Telecommunications Systems
Genetics
Information Science
Life Science
Mathematics
Measurement and Data
Material Type:
Module
Provider:
The Carpentries
Date Added:
04/11/2023
Projectile Motion and Gravity
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This activity is a mini lab where students see the effects of gravity on objects falling from a resting state and objects projected out from the same level.

Subject:
Physical Science
Physics
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Pedagogy in Action
Date Added:
04/12/2023
Projectile and Satellite Orbits
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Gravitation introductory activity with interesting animation. The activity allows the student to revile the connection between the initial speed and the shape of satellite orbit.

Subject:
Physical Science
Physics
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Pedagogy in Action
Date Added:
04/12/2023
Properties of Cations: Flame Test Lab
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lab students will make qualitative observations of flame color, a property of metals, to identify unknown metals in salt compounds.

Subject:
Chemistry
Physical Science
Material Type:
Activity/Lab
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Pedagogy in Action
Date Added:
04/12/2023
Properties of Electrostatic Charge: Interactive Lecture Demonstration
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This activity is an interactive lecture demonstration format which can be used to teach the first lesson of electrostatics. Students will investigate conservation of charge, charge by contact, polarization of charge and charge by induction.

Subject:
Physical Science
Physics
Material Type:
Activity/Lab
Simulation
Provider:
Science Education Resource Center (SERC) at Carleton College
Provider Set:
Pedagogy in Action
Date Added:
04/12/2023
Protect Those Eyes
Read the Fine Print
Educational Use
Rating
0.0 stars

Students design and build prototypes for protective eyewear. They choose different activities or sports that require protective eyewear and design a device for that particular use. Students learn about the many ways in which the eyes can be damaged and how engineers incorporate different features and materials into eyewear designs to best protect the eyes.

Subject:
Applied Science
Engineering
Health, Medicine and Nursing
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Date Added:
10/14/2015