Skip to content

Latest commit

 

History

History
2023 lines (1905 loc) · 106 KB

README.md

File metadata and controls

2023 lines (1905 loc) · 106 KB

This is a list of university courses available in the form of free and publicly accessible online video lectures.

Listed are only courses that are:

  • Available completely free of charge
  • No registration is required to access the lectures
  • Which are full university courses (i.e. not tutorials and similar forms of shorter lectures/instructions)

Stats:

  • Number of courses: >100
  • Total length of all courses: >2574h

Biology

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Human Behavioral Biology Stanford University Robert Sapolsky English 2010 25 37h BIO 150 Youtube list Web page
This course focuses on how to approach complex normal and abnormal behaviors through biology and how to integrate disciplines including sociobiology, ethology, neuroscience, and endocrinology to examine behaviors such as aggression, sexual behavior, language use, and mental illness.
Introductory Biology MIT Barbara Imperiali, Adam Martin, Diviya Ray English 2018 35 28h 7.016 Youtube list Web page
Introductory Biology provides an introduction to fundamental principles of biochemistry, molecular biology and genetics for understanding the functions of living systems. Taught for the first time in Fall 2013, this course covers examples of the use of chemical biology and twenty-first-century molecular genetics in understanding human health and therapeutic intervention.
Fundamentals of Biology MIT Eric Lander English 2011 39 12h 7.01SC Youtube list Web page
Fundamentals of Biology focuses on the basic principles of biochemistry, molecular biology, genetics, and recombinant DNA. These principles are necessary to understanding the basic mechanisms of life and anchor the biological knowledge that is required to understand many of the challenges in everyday life, from human health and disease to loss of biodiversity and environmental quality.
Virology Columbia University Vincent Racaniello English 2021 25 29h Biology 4310 Youtube list Web page
The course will emphasize the common reactions that must be completed by all viruses for successful reproduction within a host cell and survival and spread within a host population. The molecular basis of alternative reproductive cycles, the interactions of viruses with host organisms, and how these lead to disease are presented with examples drawn from a set of representative animal and human viruses, although selected bacterial viruses will be discussed.
Virology Columbia University Vincent Racaniello English 2011 26 30h Biology W3310 Youtube list
The course will emphasize the common reactions that must be completed by all viruses for successful reproduction within a host cell and survival and spread within a host population. The molecular basis of alternative reproductive cycles, the interactions of viruses with host organisms, and how these lead to disease are presented with examples drawn from a set of representative animal and human viruses, although selected bacterial viruses will be discussed.
Principles of Evolution, Ecology and Behavior Yale University Stephen C. Stearns English 2009 36 27h EEB 122 Youtube list Web page
This course presents the principles of evolution, ecology, and behavior for students beginning their study of biology and of the environment. It discusses major ideas and results in a manner accessible to all Yale College undergraduates. Recent advances have energized these fields with results that have implications well beyond their boundaries: ideas, mechanisms, and processes that should form part of the toolkit of all biologists and educated citizens.
Frontiers of Biomedical Engineering Yale University W. Mark Saltzman English 2008 25 20h BENG 100 Youtube list Web page
The course covers basic concepts of biomedical engineering and their connection with the spectrum of human activity. It serves as an introduction to the fundamental science and engineering on which biomedical engineering is based. Case studies of drugs and medical products illustrate the product development-product testing cycle, patent protection, and FDA approval. It is designed for science and non-science majors.

Chemistry

Name

Institution

Lecturer

Language

Year

Num. of
lectures

Total
duration

Code

URL 1

URL 2

Principles of Chemical Science MIT Catherine Drennan, Elizabeth Vogel Taylor English 2008 36 27h 5.111 Youtube list Web page
This course provides an introduction to the chemistry of biological, inorganic, and organic molecules. The emphasis is on basic principles of atomic and molecular electronic structure, thermodynamics, acid-base and redox equilibria, chemical kinetics, and catalysis.
Freshman Organic Chemistry I Yale University J. Michael McBride English 2008 37 30h CHEM 125a Youtube list Web page
This is the first semester in a two-semester introductory course focused on current theories of structure and mechanism in organic chemistry, their historical development, and their basis in experimental observation. The course is open to freshmen with excellent preparation in chemistry and physics, and it aims to develop both taste for original science and intellectual skills necessary for creative research.
Freshman Organic Chemistry II Yale University J. Michael McBride English 2011 38 31h CHEM 125b Youtube list Web page
This is a continuation of Freshman Organic Chemistry I (CHEM 125a), the introductory course on current theories of structure and mechanism in organic chemistry for students with excellent preparation in chemistry and physics. This semester treats simple and complex reaction mechanisms, spectroscopy, organic synthesis, and some molecules of nature.
Small-Molecule Spectroscopy and Dynamics MIT Robert Field English 2008 38 34h 5.80 Youtube list Web page
The goal of this course is to illustrate the spectroscopy of small molecules in the gas phase: quantum mechanical effective Hamiltonian models for rotational, vibrational, and electronic structure; transition selection rules and relative intensities; diagnostic patterns and experimental methods for the assignment of non-textbook spectra; breakdown of the Born-Oppenheimer approximation (spectroscopic perturbations); the stationary phase approximation; nondegenerate and quasidegenerate perturbation theory (van Vleck transformation); qualitative molecular orbital theory (Walsh diagrams); the notation of atomic and molecular spectroscopy.
Introduction to Solid State Chemistry MIT Donald Sadoway English 2010 61 35h 3.091SC Youtube list Web page
Introduction to Solid State Chemistry is a first-year single-semester college course on the principles of chemistry. This unique and popular course satisfies MIT's general chemistry degree requirement, with an emphasis on solid-state materials and their application to engineering systems.
Thermodynamics & Kinetics in Chemistry MIT Keith A. Nelson, Moungi Bawendi English 2008 36 30h 5.60 Youtube list Web page
This subject deals primarily with equilibrium properties of macroscopic systems, basic thermodynamics, chemical equilibrium of reactions in gas and solution phase, and rates of chemical reactions.

Computer science

Name

Institution

Lecturer

Language

Year

Num. of
lectures

Total
duration

Code

URL 1

URL 2

Introduction to Computer Science I Harvard University David J. Malan English 2020 13 27h CS50 Youtube list Web page
CS50 is Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.
Programming for Designers UNSW Sydney Malcom Ryan, Claude Sammut English 2011 18 15h COMP1400-T2 Youtube list Web page
An introduction to the concepts and techniques of object oriented programming with a focus on the construction of interactive multimedia applications. Delivery is through lectures and computer lab classes. Assessment will be via a number of in-class exercises and staged assignments.
Introduction to Algorithms MIT Erik Demaine, Srini Devadas English 2011 47 42h 6.006 Youtube list Web page
This course provides an introduction to mathematical modeling of computational problems. It covers the common algorithms, algorithmic paradigms, and data structures used to solve these problems. The course emphasizes the relationship between algorithms and programming, and introduces basic performance measures and analysis techniques for these problems.
Digital Design and Computer Architecture ETH Zürich Onur Mutlu English 2020 38 44h Youtube list Web page
The class provides a first introduction to the design of digital circuits and computer architecture. It covers technical foundations of how a computing platform is designed from the bottom up. It introduces various execution paradigms, hardware description languages, and principles in digital design and computer architecture. The focus is on fundamental techniques employed in the design of modern microprocessors and their hardware/software interface.
Performance Engineering of Software Systems MIT Charles Leiserson, Julian Shun English 2018 23 30h 6.172 Youtube list Web page
6.172 provides a hands-on, project-based introduction to building scalable and high-performance software systems. Topics include performance analysis, algorithmic techniques for high performance, instruction-level optimizations, caching optimizations, parallel programming, and building scalable systems. The course programming language is C.
Performance Engineering of Software Systems MIT Saman Amarasinghe, Charles Leiserson English 2010 24 29h 6.172 Youtube list Web page
This class is a hands-on, project-based introduction to building scalable and high-performance software systems. Topics include performance analysis, algorithmic techniques for high performance, instruction-level optimizations, cache and memory hierarchy optimization, parallel programming, and building scalable distributed systems.
Programming Methodology Stanford University Mehran Sahami English 2007 28 22h CS106A Youtube list Web page
An introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is on good programming style and the built-in facilities of the Java language. The course is explicitly designed to appeal to humanists and social scientists as well as hard-core techies. In fact, most Programming Methodology graduates end up majoring outside of the School of Engineering.
Programming Abstractions Stanford University Julie Zelenski English 2008 27 21h CS106B Youtube list Web page
This course (CS 106B) is the successor to CS 106A and covers more advanced programming topics such as recursion, algorithmic analysis, and data abstraction. It is taught using the C++ programming language, which is similar to both C and Java. Topics include abstraction and its relation to programming. Software engineering principles of data abstraction and modularity. Object-oriented programming, fundamental data structures (such as stacks, queues, sets) and data-directed design. Recursion and recursive data structures (linked lists, trees, graphs). Introduction to time and space complexity analysis.
Programming Paradigms Stanford University Jerry Cain English 2008 27 22h CS107 Youtube list Web page
Programming Paradigms (CS107) introduces several programming languages, including C, Assembly, C++, Concurrent Programming, Scheme, and Python. The class aims to teach students how to write code for each of these individual languages and to understand the programming paradigms behind these languages. Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradigm (using LISP) and concurrent programming (using C and C++). Brief survey of other modern languages such as Python, Objective C, and C#.
Introduction to operating systems University at Buffalo Geoffrey Challen English 2017 37 28h CSE 421/521 Youtube list Web page
This course is an introduction to operating system design and implementation. We study operating systems because they are examples of mature and elegant solutions to a difficult design problem: how to safely and efficiently share system resources and provide abstractions useful to applications.
Parallel Computer Architecture Carnegie Mellon University Onur Mutlu English 2012 24 35h 18-742 Youtube list Web page
Introduction to Machine Learning University of Toronto Amir H. Ashouri English 2019 38 28h ECE421/ECE1513 Youtube list Web page
An Introduction to the basic theory, the fundamental algorithms, and the computational toolboxes of machine learning.
Machine Learning Stanford University Andrew Ng English 2018 20 27h CS229 Youtube list Web page
This course provides a broad introduction to machine learning and statistical pattern recognition. Topics include: supervised learning (generative/discriminative learning, parametric/non-parametric learning, neural networks, support vector machines); unsupervised learning (clustering, dimensionality reduction, kernel methods); learning theory (bias/variance tradeoffs, practical advice); reinforcement learning and adaptive control. The course will also discuss recent applications of machine learning, such as to robotic control, data mining, autonomous navigation, bioinformatics, speech recognition, and text and web data processing.
Machine Learning Stanford University Andrew Ng English 2008.? 20 25h CS229 Youtube list Web page
This course provides a broad introduction to machine learning and statistical pattern recognition. Topics include: supervised learning (generative/discriminative learning, parametric/non-parametric learning, neural networks, support vector machines); unsupervised learning (clustering, dimensionality reduction, kernel methods); learning theory (bias/variance tradeoffs; VC theory; large margins); reinforcement learning and adaptive control. The course will also discuss recent applications of machine learning, such as to robotic control, data mining, autonomous navigation, bioinformatics, speech recognition, and text and web data processing.
Introduction to Deep Learning MIT Alexander Amini English 2021 43 29h 6.S191 Youtube list Web page
MIT's introductory course on deep learning methods with applications to computer vision, natural language processing, biology, and more! Students will gain foundational knowledge of deep learning algorithms and get practical experience in building neural networks in TensorFlow. Course concludes with a project proposal competition with feedback from staff and panel of industry sponsors. Prerequisites assume calculus (i.e. taking derivatives) and linear algebra (i.e. matrix multiplication), we'll try to explain everything else along the way! Experience in Python is helpful but not necessary. This class is taught during MIT's IAP term by current MIT PhD researchers.
Intro to Game Programming (C++) Memorial University of Newfoundland David Churchill English 2022 22 29h COMP 4300 Youtube list Web page
This is an introductory course for students interested in learning the fundamentals of game programming. Topics include vector math for games, fundamentals of rendering, introduction to animation and artificial intelligence, collision detection, game physics and user-interfaces.
AI for Video Games Memorial University of Newfoundland David Churchill English 2022 22 20h COMP 4303 Youtube list Web page
This course provides an introduction to specific state-of-the-art algorithmic techniques and data structures that are used to efficiently implement humanlike abilities (e.g., awareness, memory, rational decision-making (under uncertainty), movement, co-operation in groups) in computer game agents.

Economy

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
The Challenge of World Poverty MIT Esther Duflo, Abhijit Banerjee English 2011 22 25h 14.73 Youtube list Web page
This is a course for those who are interested in the challenge posed by massive and persistent world poverty, and are hopeful that economists might have something useful to say about this challenge.
Principles of Microeconomics MIT Jonathan Gruber English 2018 26 21h 14.01 Youtube list Web page
This introductory undergraduate course covers the fundamentals of microeconomics. Topics include supply and demand, market equilibrium, consumer theory, production and the behavior of firms, monopoly, oligopoly, welfare economics, public goods, and externalities.
Financial Theory Yale University John Geanakoplos English 2009 26 26h ECON 251 Youtube list Web page
This course attempts to explain the role and the importance of the financial system in the global economy. Rather than separating off the financial world from the rest of the economy, financial equilibrium is studied as an extension of economic equilibrium. The course also gives a picture of the kind of thinking and analysis done by hedge funds.
Finance Theory I MIT Andrew Lo English 2008 20 25h 15.401 Youtube list Web page
This course provides a rigorous introduction to the fundamentals of modern financial analysis and applications to business challenges in valuation, risk analysis, corporate investment decisions, and basic security analysis and investment management. The four major sections of the course are: (A) an introduction to the financial system, the financial challenges firms and households face, and the principles of modern finance in tackling these challenges; (B) valuation of stocks, bonds, forwards, futures, and options; (C) methods for incorporating risk analysis into valuation models, including portfolio theory, mean-variance optimization, and the Capital Asset Pricing Model; and (D) applications to corporate financial decisions, including capital budgeting and real options.
Financial Markets Yale University Robert Shiller English 2011 23 28h ECON 252 Youtube list Web page
An overview of the ideas, methods, and institutions that permit human society to manage risks and foster enterprise. Description of practices today and analysis of prospects for the future. Introduction to risk management and behavioral finance principles to understand the functioning of securities, insurance, and banking industries.
Game Theory Yale University Ben Polak English 2007 24 29h ECON 159 Youtube list Web page
This course is an introduction to game theory and strategic thinking. Ideas such as dominance, backward induction, Nash equilibrium, evolutionary stability, commitment, credibility, asymmetric information, adverse selection, and signaling are discussed and applied to games played in class and to examples drawn from economics, politics, the movies, and elsewhere.
Public Economics and Finance New York University Nirupama Rao English Not specified 13 21h Not specified Youtube list Web page
Public finance (also known as public economics) analyzes the impact of public policy on the allocation of resources and the distribution of income in the economy. In this course, you will learn how to use the tools of microeconomics and empirical analysis to analyze the economic effects of public expenditures and taxation.
Special Topics in Supply Chain Management MIT Brian Subirana, John Williams, Sanjay Sarma English 2005 16 12h ESD.290 Youtube list Web page
This subject presents a range of advanced topics in integrated logistics and supply chain management. The course was conducted in a lecture-discussion format, with participation of corporate executives as guest lecturers. Students prepare industry assessment analyses and make formal classroom presentations. Specific topics alternate from year to year, but basic content includes procurement strategies and strategic sourcing, dynamic pricing and revenue management tactics, mitigation of supply chain risk through supply contracts, strategic outsourcing of supply chain functions and operations, management and operation of third party logistics providers, and management of supply chain security.
Introduction to Lean Six Sigma Methods MIT Earll Murman, Annalisa Weigel, Al Haggerty, High McManus English 2008 14 9h 16.660 Youtube list Web page
This course introduces the fundamental Lean Six Sigma principles that underlay modern continuous improvement approaches for industry, government and other organizations. Lean emerged from the Japanese automotive industry, particularly Toyota, and is focused on the creation of value through the relentless elimination of waste. Six Sigma is a quality system developed at Motorola which focuses on elimination of variation from all processes. The basic principles have been applied to a wide range of organizations and sectors to improve quality, productivity, customer satisfaction, employee satisfaction, time-to-market and financial performance.

Electrical engineering

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Circuits and Electronics MIT Anant Agarwal English 2007 26 21h 6.002 Youtube list Web page
6.002 is designed to serve as a first course in an undergraduate electrical engineering (EE), or electrical engineering and computer science (EECS) curriculum.
Digital Circuit Design UNSW Sydney Nonie Politi English 2011 32 23h ELEC2141 Youtube list Web page
Introduction to modern digital logic design, combinational logic, switch logic and basic gates, Boolean algebra, two-level logic, regular logic structures, multi-level networks and transformations, programmable logic devices, time response. Sequential logic, networks with feedback, basic latches and flip-flops, timing methodologies, registers and counters, programmable logic devices. Finite state machine design, concepts of FSMs, basic design approach, specification methods, state minimization, state encoding, FSM partitioning, implementation of FSMs, programmable logic devices. Elements of computers, arithmetic circuits, arithmetic and logic units, register and bus structures, controllers/ sequencers, microprogramming. Experience with computer-aided design tools for logic design, schematic entry, state diagram entry, hardware description language entry, compilation to logic networks, simulation, mapping to programmable logic devices. Practical topics, non-gate logic, asynchronous inputs and metastability, memories: RAM and ROM, Implementation technologies and mapping problems expressed in words to digital abstractions.
AVR Microcontroller Lectures Cornell University Bruce Land English 2012 34 29h ECE 4760 Youtube list Web page
Microcontroller design course. ECE 4760 deals with microcontrollers as components in electronic design and embedded control.
Signals and Systems MIT Dennis Freeman English 2011 25 20h 6.003 Youtube list Web page
The analysis of signals and systems forms a key part of many modern technologies, including communications and feedback & control. These lectures give a conceptual and mathematical introduction to the topic, covering both analog and digital systems.
Electronic Feedback Systems MIT James Roberge English 1985 20 17h Youtube list Web page
Feedback control is an important technique that is used in many modern electronic and electromechanical systems. The successful inclusion of this technique improves performance, reliability, and cost effectiveness of many designs. In this series of lectures we introduce the analytical concepts that underlie classical feedback system design. The application of these concepts is illustrated by a variety of experiments and demonstration systems. The diversity of the demonstration systems reinforces the value of the analytic methods.
Biomedical Electronics Cornell University Bruce Land English 2013 21 24h ECE5030 Youtube list Web page
Covers the theory and practical aspects of recording and analyzing electronic data collected from biological systems. Topics may include electrode and amplifier design, tissue impedance and effects on waveforms, sensors, statistical and signal processing algorithms, noise reduction, and safety considerations.

History

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Introduction to Ancient Greek History Yale University Donald Kagan English 2007 24 28h CLCV 205 Youtube list Web page
This is an introductory course in Greek history tracing the development of Greek civilization as manifested in political, intellectual, and creative achievements from the Bronze Age to the end of the classical period. Students read original sources in translation as well as the works of modern scholars.
Roman Architecture Yale University Diana E. E. Kleiner English 2009 24 28h HSAR 252 Youtube list Web page
This course is an introduction to the great buildings and engineering marvels of Rome and its empire, with an emphasis on urban planning and individual monuments and their decoration, including mural painting. While architectural developments in Rome, Pompeii, and Central Italy are highlighted, the course also provides a survey of sites and structures in what are now North Italy, Sicily, France, Spain, Germany, Greece, Turkey, Croatia, Jordan, Lebanon, Libya, and North Africa. The lectures are illustrated with over 1,500 images, many from Professor Kleiner's personal collection.
The Early Middle Ages, 284–1000 Yale University Paul Freedman English 2011 22 17h HIST 210 Youtube list Web page
Major developments in the political, social, and religious history of Western Europe from the accession of Diocletian to the feudal transformation. Topics include the conversion of Europe to Christianity, the fall of the Roman Empire, the rise of Islam and the Arabs, the "Dark Ages," Charlemagne and the Carolingian renaissance, and the Viking and Hungarian invasions.
Early Modern England: Politics, Religion, and Society under the Tudors and Stuarts Yale University Keith E. Wrightson English 2009 25 19h HIST 251 Youtube list Web page
This course is intended to provide an up-to-date introduction to the development of English society between the late fifteenth and the early eighteenth centuries. Particular issues addressed in the lectures will include: the changing social structure; households; local communities; gender roles; economic development; urbanization; religious change from the Reformation to the Act of Toleration; the Tudor and Stuart monarchies; rebellion, popular protest and civil war; witchcraft; education, literacy and print culture; crime and the law; poverty and social welfare; the changing structures and dynamics of political participation and the emergence of parliamentary government.
European Civilization, 1648-1945 Yale University John Merriman English 2008 24 18h HIST 202 Youtube list Web page
This course offers a broad survey of modern European history, from the end of the Thirty Years' War to the aftermath of World War II. Along with the consideration of major events and figures such as the French Revolution and Napoleon, attention will be paid to the experience of ordinary people in times of upheaval and transition. The period will thus be viewed neither in terms of historical inevitability nor as a procession of great men, but rather through the lens of the complex interrelations between demographic change, political revolution, and cultural development. Textbook accounts will be accompanied by the study of exemplary works of art, literature, and cinema.
Epidemics in Western Society Since 1600 Yale University Frank Snowden English 2010 26 20h HIST 234 Youtube list Web page
This course consists of an international analysis of the impact of epidemic diseases on western society and culture from the bubonic plague to HIV/AIDS and the recent experience of SARS and swine flu. Leading themes include: infectious disease and its impact on society; the development of public health measures; the role of medical ethics; the genre of plague literature; the social reactions of mass hysteria and violence; the rise of the germ theory of disease; the development of tropical medicine; a comparison of the social, cultural, and historical impact of major infectious diseases; and the issue of emerging and re-emerging diseases.
The American Revolution Yale University Joanne Freeman English 2010 25 18h HIST 116 Youtube list Web page
The American Revolution entailed some remarkable transformations—converting British colonists into American revolutionaries, and a cluster of colonies into a confederation of states with a common cause—but it was far more complex and enduring then the fighting of a war. As John Adams put it, "The Revolution was in the Minds of the people... before a drop of blood was drawn at Lexington"—and it continued long past America's victory at Yorktown. This course will examine the Revolution from this broad perspective, tracing the participants' shifting sense of themselves as British subjects, colonial settlers, revolutionaries, and Americans.
The Civil War and Reconstruction Era, 1845-1877 Yale University David W. Blight English 2008 27 22h HIST 119 Youtube list Web page
This course explores the causes, course, and consequences of the American Civil War, from the 1840s to 1877. The primary goal of the course is to understand the multiple meanings of a transforming event in American history. Those meanings may be defined in many ways: national, sectional, racial, constitutional, individual, social, intellectual, or moral. Four broad themes are closely examined: the crisis of union and disunion in an expanding republic; slavery, race, and emancipation as national problem, personal experience, and social process; the experience of modern, total war for individuals and society; and the political and social challenges of Reconstruction.
France Since 1871 Yale University John Merriman English 2007 24 18h HIST 276 Youtube list Web page
This course covers the emergence of modern France. Topics include the social, economic, and political transformation of France; the impact of France's revolutionary heritage, of industrialization, and of the dislocation wrought by two world wars; and the political response of the Left and the Right to changing French society.
African American History: From Emancipation to the Present Yale University Jonathan Holloway English 2010 25 20h AFAM 162 Videos Web page
The purpose of this course is to examine the African American experience in the United States from 1863 to the present. Prominent themes include the end of the Civil War and the beginning of Reconstruction; African Americans’ urbanization experiences; the development of the modern civil rights movement and its aftermath; and the thought and leadership of Booker T. Washington, Ida B. Wells-Barnett, W.E.B. Du Bois, Marcus Garvey, Martin Luther King Jr., and Malcolm X.
New York City: A Social History New York University Daniel Walkowitz English 2010 26 29h Youtube list
New York City, growing from the small Dutch commercial settlement of New Amsterdam early in the seventeenth century into a bustling multi-cultural city of more than 7 million and metropolis of more than 15 million by the twentieth century, is a place with many stories. This course will focus on the social history of the city – the peoples who have built the city and competing efforts by different numbers to authorize their dreams for the city. As arguably the capital for global capitalism today, one focus of this course will seek to plot its development and legacy for the shaping of the city. A more particular and related local story will be studied as well, however: the political and cultural interests, ideologies and players who shape and reshape the city as Manhattan, as New York and as the Metropolis.
Ancient Israel New York University Daniel Fleming English 2010 27 29h Youtube list
This course is designed to make the acquaintance from scratch. My ancient Israel is strange, sometimes shocking, diverse, and mostly hidden. It can be approached from archaeology and non-biblical writing as well as from the Bible as its most famous artifact. I am a biblical scholar and student of ancient literature, so this class will lean toward what is written, embracing the Bible as a source. In a broadly chronological framework, we will ask what I hope to be unfamiliar questions, trying to get you to see things you had not considered before. The course assumes no prior knowledge, and all knowledge is built from the ground up based on “primary evidence,” the actual material from the ancient world – including the Bible. Every full-class meeting will involve conversation in response to some piece of primary evidence, with expectation that students have as much right as any scholar to figure out who these people are for themselves.

Mathematics

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
College Algebra University of Missouri–Kansas City Richard Delaware English 1998 40 43h Math 110 Youtube list Web page
College Algebra Lectures with UMKC's Professor Richard Delaware, in association with UMKC's Video Based Supplemental Instruction Program.
Calculus I University of Missouri–Kansas City Richard Delaware English 2005 36 30h Math 210 Youtube list Web page
Calculus 1/ Calc 1 with UMKC's Professor Richard Delaware, in association with UMKC's Video Based Supplemental Instruction Program.
Multivariable Calculus MIT Denis Auroux English 2007 35 28h 18.02 Youtube list Web page
This course covers vector and multi-variable calculus. It is the second semester in the freshman calculus sequence. Topics include vectors and matrices, partial derivatives, double and triple integrals, and vector calculus in 2 and 3-space.
Differential Equations MIT Arthur Mattuck, Haynes Miller, Jeremy Orloff, John Lewis English 2011 32 31h 18.03SC Youtube list Web page
Differential equations are the language in which the laws of nature are expressed. Understanding properties of solutions of differential equations is fundamental to much of contemporary science and engineering. Ordinary differential equations (ODE's) deal with functions of one variable, which can often be thought of as time.
Mathematical Methods for Engineers I / Computational Science & Engineering I MIT Gilbert Strang English 2008 50 42h 18.085 Youtube list Web page
This course provides a review of linear algebra, including applications to networks, structures, and estimation, Lagrange multipliers. Also covered are: differential equations of equilibrium; Laplace's equation and potential flow; boundary-value problems; minimum principles and calculus of variations; Fourier series; discrete Fourier transform; convolution; and applications.
Mathematical Methods for Engineers II MIT Gilbert Strang English 2006 29 25h 18.086 Youtube list Web page
This graduate-level course is a continuation of Mathematical Methods for Engineers I (18.085). Topics include numerical methods; initial-value problems; network flows; and optimization.
Linear Finite Element Analysis MIT Klaus-Jürgen Bathe English 1982./1986 12 11h RES.2-002 Youtube list Web page
This video series is a comprehensive course of study that presents effective finite element procedures for the linear analysis of solids and structures. The finite element method is the ideal tool for solving static and dynamic problems in engineering and the sciences.
Nonlinear Finite Element Analysis MIT Klaus-Jürgen Bathe English 1982./1986 22 19h RES.2-002 Youtube list Web page
Professor K. J. Bathe, a researcher of world renown in the field of finite element analysis, builds upon the concepts developed in his previous video course on Linear Analysis. General nonlinear analysis techniques are presented by emphasizing physical concepts.
Introduction to Probability and Statistics University of California, Irvine Michael C. Cranston English 2013 16 25h 131A Youtube list Web page
Introductory course covering basic principles of probability and statistical inference. Axiomatic definition of probability, random variables, probability distributions, expectation.
Statistics for the Behavioral Sciences New York University Elizabeth Baue English 23 24h PSYCH-UA 10 Youtube list Web page
This applied math course provides students with the basic tools for evaluating data from studies in the behavioral sciences, particularly psychology. Students will gain familiarity with data description, variance and variability, significance tests, confident intervals, correlation and linear regression, analysis of variance, and other related topics.
The Fourier Transforms and Its Applications Stanford University Brad Osgood English 2007 30 26h EE 261 Youtube list Web page
The Fourier transform is a tool for solving physical problems. In this course, the emphasis is on relating the theoretical principles to solving practical engineering and science problems.

Pedagogy

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Teaching College-Level Science and Engineering MIT Sanjoy Mahajan English 2009 11 15h 5.95J Youtube list Web page
This participatory seminar focuses on the knowledge and skills necessary for teaching science and engineering in higher education. Designed for graduate students interested in an academic career, and anyone else interested in teaching, it covers topics such as teaching equations for understanding, designing exam and homework questions, incorporating histories of science, creating engaging lectures, teaching for transfer, the impact of PowerPoint, and planning a course.

Philosophy

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Death Yale University Shelly Kagan English 2007 26 21h PHIL 176 Youtube list Web page
This course examines issues that arise upon reflecting on mortality. It considers the possibility of immortality and its desirability, explores what it means to die, and evaluates attitudes towards death. Topics include suicide's moral permissibility and rationality, and how knowledge of death affects life.
Darwin and Design MIT James Paradis English 2010 21 19h 21L.448J Youtube list Web page
This course explores the impact of epidemic diseases on Western society and culture from the bubonic plague to HIV/AIDS. It includes topics like the rise of the germ theory, the development of tropical medicine, and the issue of emerging and re-emerging diseases.
Philosophy and the Science of Human Nature Yale University Tamar Gendler English 2011 26 20h PHIL 181 Youtube list Web page
This course pairs Western philosophical texts with cognitive science findings. Topics include Happiness and Flourishing, Morality and Justice, and Political Legitimacy and Social Structures. It examines philosophical ideas alongside scientific understanding of human nature.

Physics

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Physics for Future Presidents UC Berkeley Richard A. Muller English 2006 26 29h PHYS 10 Youtube list Web page
The course covers energy, global warming, terrorism, nukes, and more, providing a scientific understanding necessary for future leaders. It emphasizes the importance of physics in decision-making and the need for leaders to be educated in science and technology.
Fundamentals of Physics Yale University Ramamurti Shankar English 2006 24 29h PHYS 200 Youtube list Web page
A comprehensive introduction to physics covering Newtonian mechanics, special relativity, gravitation, thermodynamics, and waves. The course emphasizes problem-solving and quantitative reasoning, providing a solid foundation in physics principles and methods.
Fundamentals of Physics II Yale University Ramamurti Shankar English 2010 25 30h PHYS 201 Youtube list Web page
Continuation of Fundamentals of Physics I, covering electricity, magnetism, optics, and quantum mechanics. This course is designed for students with a strong background in physics and mathematics and aims to deepen their understanding of these fundamental topics.
Physics I: Classical Mechanics MIT Walter Lewin English 1999 40 30h 8.01x Youtube list Web page
An introductory course in classical mechanics, introducing students to the fundamental principles of physics through the study of motion, forces, energy, momentum, and the application of these concepts in real-world scenarios.
Physics II: Electricity and Magnetism MIT Walter Lewin English 2002 40 32h 8.02x Youtube list Web page
Introduction to electromagnetism and electrostatics, exploring the fundamental concepts and principles that form the basis of electrical and magnetic phenomena in physics.
Physics III: Vibrations and Waves MIT Walter Lewin English 2004 24 30h 8.03 Youtube list Web page
This course focuses on vibrations and waves, exploring the fundamental principles and phenomena in physics through real-world examples like guitar strings and other systems disturbed from stable equilibrium.
Quantum Physics I MIT Allan Adams, Matthew Evans, Barton Zwiebach English 2013 25 33h 8.04 Youtube list Web page
Covering the experimental basis of quantum physics, the course introduces wave mechanics, Schrödinger's equation, and explores quantum mechanics in both one and three dimensions.
Quantum Physics II MIT Barton Zwiebach English 2013 26 36h 8.05 Youtube list Web page
Continuing from Quantum Physics I, this course covers general formalism of quantum mechanics, harmonic oscillator, quantum mechanics in three-dimensions, angular momentum, spin, and addition of angular momentum.
Quantum Mechanics University of Oxford James Binney English 2009 27 22h Youtube list Web page
Professor Binney explains the concepts of quantum amplitudes, interference, complete set of amplitudes, quantum state, and other key aspects of quantum mechanics.
Frontiers/Controversies in Astrophysics Yale University Charles Bailyn English 2007 24 19h ASTR 160 Youtube list Web page
Exploring rapidly advancing areas in astronomy, this course covers extra-solar planets, black holes, and dark energy with an emphasis on current projects and future advancements.

Political science

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Introduction to Political Philosophy Yale University Steven B. Smith English 2006 24 17h PLSC 114 Youtube list Web page
An introductory course exploring major texts and thinkers of Western political philosophy, focusing on themes like the polis experience, the sovereign state, constitutional government, and democracy.
The Moral Foundations of Politics Yale University Ian Shapiro English 2010 25 20h PLSC 118 Youtube list Web page
Examining when governments deserve allegiance, the course surveys major political theories of the Enlightenment, their historical context, contemporary debates, and practical implications.
Political Science 30: Politics and Strategy UCLA Kathleen Bawn English 2008 19 21h POL SCI 30 Youtube list
Introduction to strategic interaction in political applications, including the use of game theory and formal modeling strategies to understand and evaluate political strategies.
Capitalism: Success, Crisis, and Reform Yale University Douglas W. Rae English 2009 23 18h PLSC 270 Youtube list Web page
Interpreting capitalism through ideas from biological evolution, examining its successes, crises, reforms, and how it can be shaped to fit specific objectives like environmental conservation, public health, and poverty alleviation.
Environmental Politics and Law Yale University John Wargo English 2010 24 19h EVST 255 Youtube list Web page
Examining the role of law in environmental management and policy, analyzing case histories in national security, pesticides, air pollution, consumer products, and other areas to evaluate the effectiveness of law in environmental protection.

Psychology

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Introduction to Psychology MIT John Gabrieli English 2011 24 23h 9.00SC Youtube list
Survey of the scientific study of human nature, including how the mind works, and how the brain supports the mind. Topics: mental and neural bases of perception, emotion, learning, memory, cognition, child development, personality, psychopathology, and social interaction.
Introduction to Psychology Yale University Paul Bloom English 2007 20 18h PSYC 110 Youtube list Web page
Comprehensive overview of the scientific study of thought and behavior. Topics: perception, communication, learning, memory, decision-making, religion, persuasion, love, lust, hunger, art, fiction, dreams. Development in children, differences across people, neural basis.
Reflective Practice: An Approach for Expanding Your Learning Frontiers MIT Ceasar McDowell, Claudia Canepa, Sebastiao Ferriera English 2007 10 24h Youtube list Web page
An introduction to Donald Schön's Reflective Practice, enabling professionals to understand how they use their knowledge in practical situations and combine practice and learning effectively.
Families and Couples: Psychology UCLA Benjamin Karney English 2009 18 20h M176 Youtube list
Lectures on families and couples, examining relationships and their connection to individual psychopathology, marital discord, and family disruption.
The Psychology, Biology and Politics of Food Yale University Kelly D. Brownell English 2008 20 20h PSYC 123 Videos Web page
A study of eating, its influence on health and well-being, and various related topics including food preferences, food aversions, hunger, satiety, dieting, obesity, food advertising, and food politics.

Unsorted

Name Institution Lecturer Language Year Num. of lectures Total duration Code URL 1 URL 2
Poverty Action Lab Executive Training: Evaluating Social Programs MIT Rachel Glennerster, Abhijit Banerjee, Esther Duflo English 2009 8 12h RES.14-001 Youtube list Web page
Five-day program providing a thorough understanding of randomized evaluations with practical training for conducting evaluations. Focuses on randomized evaluations, relevant for other methodologies.
Global Problems of Population Growth Yale University Robert Wyman English 2009 24 27h MCDB 150 Youtube list Web page
Survey course on human fertility, population growth, demographic transition, and population policy. Topics: demographic history, environmental sustainability, political, religious, and ethical issues surrounding fertility.
Foundations of Modern Social Theory Yale University Iván Szelényi English 2009 25 20h SOCY 151 Youtube list Web page
Overview of major works of social thought from the beginning of the modern era through the 1920s. Writers include Hobbes, Locke, Rousseau, Montesquieu, Adam Smith, Marx, Weber, and Durkheim.
Aircraft Systems Engineering (study of Space Shuttle) MIT Jeffrey Hoffman English 2005 23 40h 16.885J / ESD.35J Youtube list Web page
Course covers systems engineering analysis of the Space Shuttle. Topics: design, operations, lectures by experts, detailed subsystem analysis, and state-of-the-art technology application.
Control of Manufacturing Processes MIT David Hardt, Duane Boning English 2008 22 30h 2.830J / 6.780J / ESD.63J Youtube list Web page
Course explores statistical modeling and control in manufacturing processes. Topics: experimental design, response surface modeling, defect and yield modeling, process control, and optimization.
Atomistic Computer Modeling of Materials MIT Gerbrand Ceder, Nicola Marzari English 2005 19 25h 3.320 Youtube list Web page
Course on theory and application of atomistic computer simulations to model and predict properties of materials. Covers energy models, density functional theory, thermodynamics, and mesoscale models with case studies and laboratories.
Health Information Systems MIT Leo Celi, Hamish Fraser, Peter Szolovits, Ken Paik English 2012 12 12h HST.S14 Youtube list Web page
Course aims to develop innovations in information systems for improving health outcomes and strengthening organizational infrastructure. Taught by experts, it addresses challenges in health information systems in developing countries.
<tr class="even">
    <td rowspan="2"><strong>Nuclear Systems Design Project</strong></td>
    <td><a href="Massachusetts_Institute_of_Technology" title="wikilink">MIT</a></td>
    <td><a href="Michael_Short_(professor)" title="wikilink">Michael Short</a></td>
    <td>English</td>
    <td>2011</td>
    <td>10</td>
    <td>8h</td>
    <td>22.033 / 22.33</td>
    <td><a href="https://www.youtube.com/playlist?list=PL3C69700955EB813B">Youtube list</a></td>
    <td><a href="https://ocw.mit.edu/courses/nuclear-engineering/22-033-nuclear-systems-design-project-fall-2011/">Web page</a></td>
</tr>
<tr class="even">
    <td colspan="9">Capstone design project course for students to design a nuclear reactor. Covers design methods, subsystems, student presentations, and focuses on understanding complete nuclear reactor system and interdependencies.</td>
</tr>
Nuclear Reactor Safety MIT Andrew Kadak English 2008 6 7h 22.091 / 22.903 Youtube list Web page
Course focuses on nuclear engineering problems, understanding nuclear reactor system, safety, regulatory oversight, and use of Seabrook and Pilgrim nuclear plant simulators for educational experience.