News Clip6:25
PBS

Giving adults with autism the skills to build independent lives

12th - Higher Ed
Before Josh, 36, arrived at First Place Transition Academy, he had never taken public transportation on his own, much less held down a paying job. But a new pilot program is empowering adults with autism to overcome hurdles to...
Instructional Video7:11
TED Talks

TED: Why open a school? To close a prison | Nadia Lopez

12th - Higher Ed
Our kids are our future, and it's crucial they believe it themselves. That's why Nadia Lopez opened an academic oasis in Brownsville, Brooklyn, one of the most underserved and violent neighborhoods in New York -- because she believes in...
Instructional Video20:19
TED Talks

Sal Khan: Let's use video to reinvent education

12th - Higher Ed
Salman Khan talks about how and why he created the remarkable Khan Academy, a carefully structured series of educational videos offering complete curricula in math and, now, other subjects. He shows the power of interactive exercises,...
Instructional Video11:05
Bozeman Science

Questions and Answers

12th - Higher Ed
I just hit 100,000 subscribers and so I put together this Q&A video. Chapters View all Questions Answers 0:08 How old are you? Are you married? Do you have kids? 0:22 Why did you decide to do videos about science in the first place? 0:53...
Instructional Video22:34
SciShow

SciShow Talk Show: Jack Horner Meets a Dinosaur

12th - Higher Ed
Jack Horner and Hank talk about the evolution of dinosaurs, what it took to become a world-famous paleontologist, genetics, and meet a live dinosaur courtesy of Jessi Knudsen Castañeda.
Instructional Video7:44
TED Talks

Rita Pierson: Every kid needs a champion

12th - Higher Ed
Rita Pierson, a teacher for 40 years, once heard a colleague say, "They don't pay me to like the kids." Her response: "Kids don't learn from people they don't like.'" A rousing call to educators to believe in their students and actually...
Instructional Video11:16
TED Talks

TED: The board game getting kids excited about school | Joel Baraka

12th - Higher Ed
Going to school in a refugee camp can be complicated: students encounter crowded classrooms, rigid curricula and limited access to teachers. Joel Baraka, who grew up in the Kyangwali refugee camp in Uganda, is determined to change that...
Instructional Video14:01
TED Talks

Pico Iyer: Where is home?

12th - Higher Ed
More and more people worldwide are living in countries not considered their own. Writer Pico Iyer -- who himself has three or four “origins” -- meditates on the meaning of home, the joy of traveling and the serenity of standing still.
Instructional Video12:09
Crash Course

Chordates - CrashCourse Biology

12th - Higher Ed
Hank introduces us to ourselves by taking us on a journey through the fascinatingly diverse phyla known as chordata. And the next time someone asks you who you are, you can give them the facts: you're a mammalian amniotic tetrapodal...
Instructional Video11:37
Crash Course

The Industrial Revolution: Crash Course History of Science

12th - Higher Ed
You probably know some of the signs of industrialization in the nineteenth century: Trains connected cities, symbolizing progress. But they also brought about the destruction of rural lands, divisions between social classes, and rapid...
Instructional Video4:53
TED-Ed

TED-ED: How to speed up chemical reactions (and get a date) - Aaron Sams

Pre-K - Higher Ed
The complex systems of high school dating and chemical reactions may have more in common than you think. Explore five rules for speeding up chemical reactions in the lab that might just land you a date to a dance!
Instructional Video8:07
Crash Course

The Impacts of Social Class: Crash Course Sociology

12th - Higher Ed
This week we are building on last week’s outline of American stratification to explore how class differences affect people’s daily lives. We’ll explore variations in everything from values & beliefs to health outcomes, and look at how...
Instructional Video13:13
Crash Course

Capitalism and Socialism Crash Course World History

12th - Higher Ed
In which John Green teaches you about capitalism and socialism in a way that is sure to please commenters from both sides of the debate. Learn how capitalism arose from the industrial revolution, and then gave rise to socialism. Learn...
Instructional Video14:02
Curated Video

Capitalism and Socialism: Crash Course World History

12th - Higher Ed
In which John Green teaches you about capitalism and socialism in a way that is sure to please commenters from both sides of the debate. Learn how capitalism arose from the industrial revolution, and then gave rise to socialism. Learn...
Instructional Video1:48
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Next Steps

Higher Ed
In this video, we will discuss some possible next steps to constantly improve our skillsets. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML...
Instructional Video5:18
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Operator Overloading

Higher Ed
In this video, you will learn about plus operator overloading with our distance program. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL...
Instructional Video6:28
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - LIST

Higher Ed
In this video, you will learn about list standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Instructional Video7:20
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - ALGORITHM

Higher Ed
In this video, you will learn about algorithm standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard...
Instructional Video11:31
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Member Functions

Higher Ed
In this video, you will learn about member functions. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template Library)...
Instructional Video6:39
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Static Members

Higher Ed
In this video, you will learn about static class data. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template Library)...
Instructional Video10:16
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Constructors

Higher Ed
In this video, you will learn about default, parameterized, and copy constructors. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL...
Instructional Video8:31
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Arrays

Higher Ed
In this video, you will learn about arrays. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control, functions, recursion,...
Instructional Video6:09
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Loops - FOR

Higher Ed
In this video, you will learn about the For loop. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow control, functions,...
Instructional Video10:34
Curated Video

Fundamentals of Object-Oriented Programming - C++ - Functions

Higher Ed
In this video, you will learn about functions and how to construct them in C++. This clip is from the chapter "Module 2" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover statements and flow...