Through the comparative study of different cultures, anthropology explores fundamental questions about …
Through the comparative study of different cultures, anthropology explores fundamental questions about what it means to be human. It seeks to understand how culture shapes societies, from the smallest island in the South Pacific to the largest Asian metropolis, and affects the way institutions work, from scientific laboratories to Christian megachurches. This course will provide a framework for analyzing diverse facets of human experience, such as gender, ethnicity, language, politics, economics, and art.
Through the comparative study of different cultures, anthropology explores fundamental questions about …
Through the comparative study of different cultures, anthropology explores fundamental questions about what it means to be human. It seeks to understand how culture both shapes societies, from the smallest island in the South Pacific to the largest Asian metropolis, and affects the way institutions work, from scientific laboratories to Christian mega-churches. This course will provide a framework for analyzing diverse facets of human experience such as gender, ethnicity, language, politics, economics, and art.
This class covers basic concepts of nuclear physics with emphasis on nuclear …
This class covers basic concepts of nuclear physics with emphasis on nuclear structure and interactions of radiation with matter. Topics include elementary quantum theory; nuclear forces; shell structure of the nucleus; alpha, beta and gamma radioactive decays; interactions of nuclear radiations (charged particles, gammas, and neutrons) with matter; nuclear reactions; fission and fusion.
This course provides a foundation to the design of the environment from …
This course provides a foundation to the design of the environment from the scale of the object, to the building to the larger territory. The design disciplines of architecture as well as urbanism and landscape are examined in context of the larger influence of the arts and sciences. Students are expected to develop skills in thinking and analysis, spatial representation, and design methodologies. Through lectures and design exercises, students are provided an opportunity to establish a reference for understanding the discipline of architecture and environmental design, and are given an introduction to design fundamentals and the design process.
This course is an introduction to arithmetic geometry, a subject that lies …
This course is an introduction to arithmetic geometry, a subject that lies at the intersection of algebraic geometry and number theory. Its primary motivation is the study of classical Diophantine problems from the modern perspective of algebraic geometry.
This course investigates the power of art in historical perspective, focusing on …
This course investigates the power of art in historical perspective, focusing on Euro-American traditions of art from the fourteenth to the twenty-first century. It examines changing conceptions of the artist, the work of art, and the discipline of art history, exploring the roles images and objects have played over time, how they functioned in various social, economic, and cultural contexts, and whose interests they served or sought to disrupt.
This course provides an overview of Asian American history and its relevance …
This course provides an overview of Asian American history and its relevance for contemporary issues. It covers the first wave of Asian immigration in the 19th century, the rise of anti-Asian movements, the experiences of Asian Americans during WWII, the emergence of the Asian American movement in the 1960s, and the new wave of post–1965 Asian immigration. The class examines the role these experiences played in the formation of Asian American ethnicity. The course addresses key societal issues such as racial stereotyping, media racism, affirmative action, the glass ceiling, the “model minority” syndrome, and anti-Asian harassment or violence. The course is taught in English.
Introduction to Astronomy provides a quantitative introduction to the physics of the …
Introduction to Astronomy provides a quantitative introduction to the physics of the solar system, stars, the interstellar medium, the galaxy, and the universe, as determined from a variety of astronomical observations and models.
Bioengineering at MIT is represented by the diverse curricula offered by most …
Bioengineering at MIT is represented by the diverse curricula offered by most Departments in the School of Engineering. This course samples the wide variety of bioengineering options for students who plan to major in one of the undergraduate Engineering degree programs. The beginning lectures describe the science basis for bioengineering with particular emphasis on molecular cell biology and systems biology. Bioengineering faculty will then describe the bioengineering options in a particular engineering course as well as the type of research conducted by faculty in the department.
This class is a project-based introduction to the engineering of synthetic biological …
This class is a project-based introduction to the engineering of synthetic biological systems. Throughout the term, students develop projects that are responsive to real-world problems of their choosing, and whose solutions depend on biological technologies. Lectures, discussions, and studio exercises will introduce (1) components and control of prokaryotic and eukaryotic behavior, (2) DNA synthesis, standards, and abstraction in biological engineering, and (3) issues of human practice, including biological safety; security; ownership, sharing, and innovation; and ethics. Enrollment preference is given to freshmen. This subject was originally developed and first taught in Spring 2008 by Drew Endy and Natalie Kuldell. Many of Drew’s materials are used in this Spring 2009 version, and are included with his permission. This OCW Web site is based on the OpenWetWare class Wiki, found at OpenWetWare: 20.020 (S09)
The MIT Biology Department core courses, 7.012, 7.013, and 7.014, all cover …
The MIT Biology Department core courses, 7.012, 7.013, and 7.014, all cover the same core material, which includes the fundamental principles of biochemistry, genetics, molecular biology, and cell biology. Biological function at the molecular level is particularly emphasized and covers the structure and regulation of genes, as well as, the structure and synthesis of proteins, how these molecules are integrated into cells, and how these cells are integrated into multicellular systems and organisms. In addition, each version of the subject has its own distinctive material. 7.012 focuses on the exploration of current research in cell biology, immunology, neurobiology, genomics, and molecular medicine. Acknowledgments The study materials, problem sets, and quiz materials used during Fall 2004 for 7.012 include contributions from past instructors, teaching assistants, and other members of the MIT Biology Department affiliated with course #7.012. Since the following works have evolved over a period of many years, no single source can be attributed.
The course aims at providing a fundamental understanding of the physics related …
The course aims at providing a fundamental understanding of the physics related to buildings and to propose an overview of the various issues that have to be adequately combined to offer the occupants a physical, functional and psychological well-being. Students will be guided through the different components, constraints and systems of a work of architecture. These will be examined both independently and in the manner in which they interact and affect one another.
This is a fast-paced introductory course to the C++ programming language. It …
This is a fast-paced introductory course to the C++ programming language. It is intended for those with little programming background, though prior programming experience will make it easier, and those with previous experience will still learn C++-specific constructs and concepts. This course is offered during the Independent Activities Period (IAP), which is a special 4-week term at MIT that runs from the first week of January until the end of the month.
Ever hang your head in shame after your Python program wasn’t as …
Ever hang your head in shame after your Python program wasn’t as fast as your friend’s C program? Ever wish you could use objects without having to use Java? Join us for this fun introduction to C and C++! We will take you through a tour that will start with writing simple C programs, go deep into the caves of C memory manipulation, resurface with an introduction to using C++ classes, dive deeper into advanced C++ class use and the C++ Standard Template Libraries. We’ll wrap up by teaching you some tricks of the trade that you may need for tech interviews. We see this as a “C/C++ empowerment” course: we want you to come away understanding
why you would want to use C over another language (control over memory, probably for performance reasons), why you would want to use C++ rather than C (objects), and how to be useful in C and C++.
This course is offered during the Independent Activities Period (IAP), which is a special 4-week term at MIT that runs from the first week of January until the end of the month.
This subject is aimed at students with little to no programming experience. …
This subject is aimed at students with little to no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems. It also aims to help students, regardless of their major, feel justifiably confident in their ability to write simple programs that allow them to accomplish useful goals. The class will use the Python 3 programming language.
This course provides a fast-paced introduction to the C and C++ programming …
This course provides a fast-paced introduction to the C and C++ programming languages. You will learn the required background knowledge, including memory management, pointers, preprocessor macros, object-oriented programming, and how to find bugs when you inevitably use any of those incorrectly. There will be daily assignments and a small-scale individual project. This course is offered during the Independent Activities Period (IAP), which is a special 4-week term at MIT that runs from the first week of January until the end of the month.
This course examines civic media in comparative, transnational and historical perspectives through …
This course examines civic media in comparative, transnational and historical perspectives through the use of various theoretical tools, research approaches, and project design methods.
1.012 introduces students to the theory, tools, and techniques of engineering design …
1.012 introduces students to the theory, tools, and techniques of engineering design and creative problem-solving, as well as design issues and practices in civil engineering. The course includes several design cases, with an emphasis on built facilities (e.g., buildings, bridges and roads). Project design explicitly concerns technical approaches as well as consideration of the existing built environment, natural environment, economic and social factors, and expected life span. A large design case is introduced, which is used in the subsequent specialty area design subjects (1.031, 1.041, 1.051) and the capstone design subject (1.013).
In this sophomore design course, you will be challenged with three design …
In this sophomore design course, you will be challenged with three design tasks: a first concerning water resources/treatment, a second concerning structural design, and a third focusing on the conceptual (re)design of a large system, Boston’s Back Bay. The first two tasks require the design, fabrication and testing of hardware. Several laboratory experiments will be carried out and lectures will be presented to introduce students to the conceptual and experimental basis for design in both domains. This course was based in large part on the Fall 2005 offering of 1.101, developed by Prof. Harold Hemond.
This sophomore-level course is a project-oriented introduction to the principles and practice …
This sophomore-level course is a project-oriented introduction to the principles and practice of engineering design. Design projects and exercises are chosen that relate to the built and natural environments. Emphasis is placed on achieving function and sustainability through choice of materials and processes, compatibility with natural cycles, and the use of active or adaptive systems. The course also encourages development of hands-on skills, teamwork, and communication; exercises and projects engage students in the building, implementation, and testing of their designs.
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.