forked from rishistyping/INSPIRE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmitocw.html
870 lines (638 loc) · 55.8 KB
/
mitocw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<title>MIT OpenCourseWare | Free Online Course Materials </title>
<!-- Begin Automatic Metadata Insertion -->
<meta content="Global" name="WT.cg_n" />
<meta content="Home" name="WT.cg_s" />
<meta content="MIT OpenCourseWare is a web-based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity."
name="Description" />
<meta content="MIT OpenCourseWare" name="Author" />
<meta content="opencourseware,MIT OCW,courseware,MIT opencourseware,Free Courses,class notes,class syllabus,class materials,tutorials,online courses,MIT courses"
name="keywords" />
<meta content="Home | MIT OpenCourseWare"
name="Search_Display" />
<meta content="Unlocking knowledge, empowering minds. Free course notes, videos, instructor insights and more from MIT."
property="og:description" />
<meta content="https://ocw.mit.edu/images/MIT_dome.jpg"
property="og:image" />
<!-- End Automatic Metadata Insertion -->
<link title="default" rel="stylesheet" type="text/css"
href="/styles/grid.css" /><link title="default"
rel="stylesheet" type="text/css" href="/styles/base.css" /><link
title="default" rel="stylesheet" type="text/css"
href="/styles/menu.css" /><link title="default"
rel="stylesheet" type="text/css"
href="/styles/jquery.bubblepopup.css" /><link
title="default" rel="stylesheet" type="text/css"
href="/styles/search.css" /><link title="default"
rel="stylesheet" type="text/css"
href="/styles/global.css" /><link title="default"
rel="stylesheet" type="text/css"
href="/styles/anythingslider.css" /><link
title="default" rel="stylesheet" type="text/css"
href="/styles/sitehome.css" />
<link href="/xml/ocwcc.rdf" type="application/rdf+xml" rel="metadata" />
<link rel="canonical" href="https://ocw.mit.edu/index.htm">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link rel="alternate" type="application/rss+xml"
href="/rss/new/mit-newcourses.xml"
title="New Courses" />
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<header id="top">
<div id="grid">
<div id="portletwrapper-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d686561646572"
class="portletWrapper kssattr-portlethash-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d686561646572"><div class="portletStaticText portlet-static-site-header"><!--googleoff: index--> <div class="grid_6 alpha" id="banner"><a href="/"><img src="/images/ocw_mast.png" class="logo" alt="MIT OpenCourseWare, Massachusetts Institute of Technology" /></a></div> <div class="grid_6 omega" id="subscribe"><aside class="module" aria-label="Connect with OCW"> <table class="social"> <tbody> <tr> <td class="socialbutton"><a aria-label="Subscribe to the OCW Newsletter" href="/subscribe/index.htm?utm_source=header"><img src="/images/trans.gif" alt="An icon depicting an envelope." />Subscribe to the OCW Newsletter</a></td> <td><a aria-label="Facebook" href="https://facebook.com/mitocw"><img src="/images/icon_fb.png" alt="Click to visit our Facebook page." /></a> <a aria-label="Twitter" href="https://twitter.com/mitocw"><img src="/images/icon_twitter.png" alt="Click to visit our Twitter feed." /></a> <a aria-label="YouTube" href="https://www.youtube.com/mitocw"><img src="/images/icon_yt.png" alt="Click to visit our YouTube page." /></a> <a aria-label="Open Matters blog on WordPress" href="https://mitopencourseware.wordpress.com/"><img src="/images/icon_wp.png" alt="Click to visit our blog on WordPress." /></a></td> </tr> </tbody> </table> </aside><nav aria-label="Help Links" class="helplinks"> <a aria-label="OCW Site Help" href="/help">Help</a><span aria-hidden="true">|</span> <a href="/about/contactus">Contact Us</a> </nav></div> <div class="clear"> </div> <!--googleon: index--></div>
</div>
<div id="portletwrapper-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a6d6567612d6d656e75"
class="portletWrapper kssattr-portlethash-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a6d6567612d6d656e75"><div class="portletStaticText portlet-static-mega-menu"><div><nav id="mega" class="grid_8 alpha" aria-label="Site">
<ul id="menu" role="presentation">
<li id="menu_home"><a href="/" aria-label="Homepage"><img src="/images/top-nav_home.png" class="home_icon" alt="Click for site home page." /></a><!-- Begin Home Item --></li>
<!-- End Home Item -->
<li id="drop_1" aria-label="Find Courses"><a href="#" aria-hidden="true">FIND COURSES</a><!-- Begin 5 columns Item -->
<div class="dropdown_5columns-a mega-courses">
<div class="col_1a">
<div class="row_1a"><nav aria-labelledby="mm-find-courses-by"> <span id="mm-find-courses-by" class="nav" aria-hidden="true">Find courses by:</span>
<ul class="find_by" role="presentation">
<li><a href="/courses/find-by-topic/">Topic</a></li>
<li><a href="/courses/find-by-number/">MIT Course Number</a></li>
<li><a href="/courses/find-by-department/">Department</a></li>
</ul>
</nav> <nav aria-labelledby="mm-collections"> <span id="mm-collections" class="nav" aria-hidden="true">Collections</span>
<ul role="presentation">
<li><a href="/courses/new-courses/">New Courses</a></li>
<li><a href="/courses/most-visited-courses/">Most Visited Courses</a></li>
<li><a href="/courses/ocw-scholar/">OCW Scholar Courses</a></li>
<li><a href="/courses/audio-video-courses/">Audio/Video Lectures</a></li>
<li><a href="/courses/online-textbooks/">Online Textbooks</a></li>
<li><a href="/resources/">Supplemental Resources</a></li>
<li><a href="/high-school/">OCW Highlights for High School</a></li>
<li><a href="/courses/mitx-related-courseware/">MITx & Related OCW Courses</a></li>
</ul>
</nav> <nav class="col_1b" aria-labelledby="mm-translated-courses"> <span id="mm-translated-courses" class="nav" aria-hidden="true" style="line-height: 1.3;">Cross-Disciplinary Topic Lists</span>
<ul role="presentation">
<li><a href="/courses/energy-courses">Energy</a></li>
<li><a href="/courses/entrepreneurship">Entrepreneurship</a></li>
<li><a href="/courses/environment-courses">Environment</a></li>
<li><a href="/courses/intro-programming">Introductory Programming</a></li>
<li><a href="/courses/life-sciences">Life Sciences</a></li>
<li><a href="/courses/transportation-courses">Transportation</a></li>
</ul>
</nav></div>
<div class="row_1b"><nav aria-labelledby="mm-cross-disciplinary-topic-lists"> <span id="mm-cross-disciplinary-topic-lists" class="nav" aria-hidden="true">Translated Courses</span>
<ul role="presentation">
<li><a href="/courses/translated-courses/traditional-chinese" aria-label="Traditional Chinese">繁體字 / Traditional Chinese</a></li>
<li><a href="/courses/translated-courses/spanish" aria-label="Spanish">Español / Spanish</a></li>
<li><a href="/courses/translated-courses/turkish" aria-label="Turkish">Türkçe / Turkish</a></li>
<li><a href="/courses/translated-courses/korean" aria-label="Korean">(비디오)한국 / Korean</a></li>
</ul>
</nav></div>
</div>
</div>
</li>
<li id="drop_2"><a href="#" aria-label="For Educators">For Educators</a>
<div class="dropdown_1column-a" style="width: 270px;"><nav aria-labelledby="mm-find-courses-by"> <span id="mm-find-courses-by" class="nav" aria-hidden="true">OCW Educator Portal</span>
<ul role="presentation">
<li><a href="/educator/?view=instructional&utm_campaign=Educator&utm_source=megamenu&utm_medium=find-courses&utm_content=approaches">Search for Instructor Insights</a></li>
<li><a href="/educator/?view=teaching&utm_campaign=Educator&utm_source=megamenu&utm_medium=find-courses&utm_content=materials">Search for Teaching Materials</a></li>
</ul>
<span id="mm-collections" class="nav" aria-hidden="true">OCW Collections</span>
<ul role="presentation">
<li><a href="/courses/instructor-insights/">Instructor Insights by Department</a></li>
<li><a href="/courses/find-by-topic/#cat=teachingandeducation">MIT Courses about Teaching and Education</a></li>
</ul>
<span id="mm-collections" class="nav" aria-hidden="true">K-12</span>
<ul role="presentation">
<li><a href="/high-school/">OCW Highlights for High School</a></li>
<li><a href="https://www.k12videos.mit.edu/videos" aria-label="External Link: MIT Plus K12 Videos">MIT+K12 Videos</a></li>
</ul>
<span id="mm-higher-ed" class="nav" aria-hidden="true">Higher Ed</span>
<ul>
<li><a href="https://teachingexcellence.mit.edu/" aria-label="External Link: Teaching Excellence at MIT">Teaching Excellence at MIT</a></li>
<li><a href="/courses/mit-curriculum-guide/">MIT Undergraduate Curriculum Map</a></li>
<li><a href="https://openlearning.mit.edu/campus/digital-innovations/">Residential Digital Innovations</a></li>
</ul>
</nav></div>
</li>
<li id="drop_3"><a href="#" aria-hidden="true">Give Now</a>
<div class="dropdown_1column-a"><nav class="col_1" aria-label="Donate">
<ul role="presentation">
<li><a href="/give/">Make a Donation</a></li>
<li><a href="/give/why-give/">Why Give?</a></li>
<li><a href="/give/our-supporters/">Our Supporters</a></li>
<li><a href="/give/other-ways-to-contribute/">Other Ways to Contribute</a></li>
<li><a href="/give/shop-ocw">Shop OCW</a></li>
<li><a href="/support/">Become a Corporate Sponsor</a></li>
</ul>
</nav></div>
</li>
<li id="drop_4"><a href="#" aria-hidden="true">About</a>
<div class="dropdown_1column-a"><nav class="col_1" aria-label="About">
<ul role="presentation">
<li><a href="/about/">About MIT OpenCourseWare</a></li>
<li><a href="/about/site-statistics/">Site Statistics</a></li>
<li><a href="/about/ocw-stories/">OCW Stories</a></li>
<li><a href="/about/newsletter/">News</a></li>
</ul>
</nav></div>
</li>
</ul>
</nav></div></div>
</div>
<div id="search" role="search" class="grid_4 omega">
<table class="search">
<tbody>
<tr>
<td><div class="searchboxheader"><gcse:searchbox-only resultsurl="/search/ocwsearch.htm"></gcse:searchbox-only></div></td>
<td>
<div class="advanceSearch">
<a id="searchTipsBtn" onclick="showModal();" href="#" role="button" aria-label="search tips" aria-expanded="false" aria-describedby="searchtips">Search Tips</a>
<!-- The Modal -->
<div id="searchTipsModal" class="modal" tabindex="-1">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-body">
<button class="close" onclick="hideModal();" aria-label="close">X</button>
<span>
<b>Exclude words from your search</b>
<br />Put - in front of a word you want to leave out. For example, jaguar speed -car
<br /><br />
<b>Search for an exact match</b>
<br />Put a word or phrase inside quotes. For example, "tallest building".
<br /><br />
<b>Search for wildcards or unknown words</b>
<br />Put a * in your word or phrase where you want to leave a placeholder. For example, "largest * in the world".
<br /><br />
<b>Search within a range of numbers</b>
<br />Put .. between two numbers. For example, camera $50..$100.
<br /><br />
<b>Combine searches</b>
<br />Put "OR" between each search query. For example, marathon OR race.
<br /><br />
</span>
</div>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="clear"></div>
<!--googleon: index-->
<!-- *end header* -->
<div id="home_rotator" role="marquee" class="grid_12 alpha omega">
<ul id="slider">
<li id="Slot1">
<input id="slot1_len" type="hidden"
name="slot1_length" value="20">
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_albi.jpg);"
id="0Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_albi">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_arvin.jpg);"
id="1Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_arvin">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_diane.jpg);"
id="2Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_diane">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_faouzi.jpg);"
id="3Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_faouzi">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_jane.jpg);"
id="4Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_jane">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_gabo.jpg);"
id="5Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_gabo">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_kaustabha.jpg);"
id="6Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_kaustabha">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_matt_h.jpg);"
id="7Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_matth">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_matt_s.jpg);"
id="8Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_matts">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_chalk_vijay.jpg);"
id="9Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_chalk_vijay">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_albi.jpg);"
id="10Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_albi">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_arvin.jpg);"
id="11Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_arvin">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_diane.jpg);"
id="12Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_diane">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_faouzi.jpg);"
id="13Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_faouzi">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_gabo.jpg);"
id="14Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_gabo">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_jane.jpg);"
id="15Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_jane">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_kaustabha.jpg);"
id="16Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_kaustabha">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_matt_h.jpg);"
id="17Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_matth">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_matt_s.jpg);"
id="18Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_matts">please give today</a></span></p>
</div>
<div class="frame"
style="background-image:url(https://ocw.mit.edu/ans7870/banners/eoy2019/952x330_rotator_2019eoy_rev_grey_vijay.jpg);"
id="19Slot1">
<p class="more"><span class="shade" style="margin-left:-10px">» <a href="https://giving.mit.edu/give/to/ocw/?utm_source=ocwhomepage&utm_medium=rotator&utm_campaign=donate&utm_content=2019_eoy_grey_vijay">please give today</a></span></p>
</div>
</li>
<li id="Slot2">
<input id="slot2_len" type="hidden"
name="slot2_length" value="1">
<div class="frame"
style="background-image:url(2019_10a_Duflo-Banerjee.jpg);"
id="0Slot2">
<p class="more"><span class="shade" style="; background-color: rgba(38, 39, 69, 0.8)">» <a href="https://mitopencourseware.wordpress.com/2019/10/15/a-wealth-of-ocw-content-from-nobel-prize-winning-mit-economists-duflo-and-banerjee?utm_source=OCWHomePage&utm_medium=CarouselBig&utm_campaign=Nobel">View the courses </a></span></p>
<p class="credit shade2">Photo Credit: Bryce Vickmark</p>
<p class="headline shade" style="width: 320px; line-height: 1.0em; padding: 5px 20px 10px 20px; background-color: rgba(38, 39, 69, 0.8)"><span style="font-size: .8em">Learn Development Economics with these Nobel Prize winners</span></p>
</div>
</li>
<li id="Slot3">
<input id="slot3_len" type="hidden"
name="slot3_length" value="1">
<div class="frame"
style="background-image:url(/feature-about-get-started-dome.jpg);"
id="0Slot3">
<p class="more"><span> »<a href="/help/get-started-with-ocw/"> Learn more</a></span></p>
<p class="credit shade2">Photo credit: <a href="http://www.flickr.com/photos/usr_c/5633432466/">usr.c</a> on Flickr.</p>
<p class="headline">Unlocking Knowledge, <br>Empowering Minds.</p>
<p class="headline" style="font-size: 2em">Free lecture notes, exams, and videos from MIT. <br>No registration required.</p>
</div>
</li>
<li id="Slot4">
<input id="slot4_len" type="hidden"
name="slot4_length" value="1">
<div class="frame"
style="background-image:url(edu-rotator-2018.png);"
id="0Slot4">
<p class="more"><span class="shade">» <a href="http://ocw.mit.edu/educator?utm_source=OCWHomePage&utm_medium=CarouselBig&utm_campaign=Educator">Go to the portal</a></span></p>
<p class="headline shade" style="font-size: 3.1em; width: 340px; line-height: 1.1em; padding: 20px 0px 10px 20px">OCW Educator<br/><span style="font-size: .6em">Find openly-licensed MIT teaching<br />materials and approaches</span></p>
</div>
</li>
<li id="Slot5">
<input id="slot5_len" type="hidden"
name="slot5_length" value="1">
<div class="frame"
style="background-image:url(feature-scholar.jpg);"
id="0Slot5">
<p class="more"><span class="shade2">» <a href="/courses/ocw-scholar/?utm_source=OCWHomePage&utm_medium=CarouselBig&utm_campaign=Scholar">See the collection</a></span></p>
<p class="headline shade2" style="font-size:3.5em; width: 350px;">OCW Scholar<br/><span style="font-size: .8em">Complete courses for independent learners</span></p>
</div>
</li>
<li id="Slot6">
<input id="slot6_len" type="hidden"
name="slot6_length" value="2">
<div class="frame"
style="background-image:url(feature-odl-b.jpg);"
id="0Slot6">
<p class="more"><span>» <a href="/courses/mitx-related-courseware/">Learn more</a></span></p>
<p class="credit shade2">Photo Credit: <a href="https://www.flickr.com/photos/edwardconde/8536615155/">Edward Conde</a> via Flickr.</p>
<p class="headline" style="font-size:3.5em;" style="color: white;">Like Peanut Butter & Jelly<br /><span style="font-size: .7em;">Discover OCW & MITx Courses<br /> That Go Great Together</span></p>
</div>
<div class="frame"
style="background-image:url(2019_10a_Calc1Bx.jpg);"
id="1Slot6">
<p class="more"><span class="shade2" style="background-color: rgba(0, 0, 0, 0.7)">» <a href="https://www.edx.org/course/calculus-1b-integration-2">Enroll now</a></span></p>
<p class="headline shade" style="font-size:3.0em; padding: 5px 20px 10px 20px; margin-top:5px; color: white; width:380px; background-color: rgba(0, 0, 0, 0.7)">Calculus 1B: Integration<br /><span style="font-size: .6em; width:380px">15-week course starts November 6, 2019</span></p>
</div>
</li>
</ul>
</div>
</div><!-- top grid end -->
</header><!-- top end -->
<div id="center_home">
<div id="grid">
<div id="support" role="" class="grid_12 alpha omega">
<div id="support-c1" class="grid_3 alpha"></div>
<div id="support-c2" class="grid_3"></div>
<div id="support-c3" class="grid_3">
</div>
<div id="support-c4" class="grid_3 omega"></div>
</div>
<div id="course_rotator_home" class="grid_8 alpha" role="">
<h2 id="featured_course_heading" class="global">Featured Courses</h2>
<p class="orange shift1"><span class="bullet">»</span> <a href="/courses/find-by-topic/?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=Finder">Find Courses</a></p>
<nav id="coro" aria-labelledby="featured_course_heading">
<div id="left_scroll" class="nav" aria-hidden="true"> </div>
<div id="carousel_inner">
<ul id="carousel_ul" role="presentation">
<li>
<div class="item">
<a aria-hidden="true"
href="/courses/economics/14-03-microeconomic-theory-and-public-policy-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/economics/14-03-microeconomic-theory-and-public-policy-fall-2016/14-03f16-th.jpg" /></a>
<p aria-hidden="true" class="badgeNew">New</p>
<p class="cTitle"><a
href="/courses/economics/14-03-microeconomic-theory-and-public-policy-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Microeconomic Theory and Public Policy</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/resources/res-2-006-girls-who-build-cameras-summer-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/resources/res-2-006-girls-who-build-cameras-summer-2016/res-2-006sum16-th.jpg" /></a>
<p aria-hidden="true" class="badgeEducator">Educator</p>
<p class="cTitle"><a
href="/resources/res-2-006-girls-who-build-cameras-summer-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Girls Who Build Cameras</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/edgerton-center/ec-716-d-lab-waste-fall-2015/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/edgerton-center/ec-716-d-lab-waste-fall-2015/ec-716f15-th.jpg" /></a>
<p aria-hidden="true" class="badgeEducator">Educator</p>
<p class="cTitle"><a
href="/courses/edgerton-center/ec-716-d-lab-waste-fall-2015/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">D-Lab: Waste</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/resources/res-15-003-shaping-the-future-of-work-15-662x-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/resources/res-15-003-shaping-the-future-of-work-15-662x-spring-2016/res-15-003s16-th.jpg" /></a>
<p aria-hidden="true" class="badgeVideo">Video</p>
<p class="cTitle"><a
href="/resources/res-15-003-shaping-the-future-of-work-15-662x-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Shaping the Future of Work (15.662x)</a></p>
</div>
</li>
<li>
<div class="item">
<a aria-hidden="true"
href="/courses/comparative-media-studies-writing/21w-035-science-writing-and-new-media-communicating-science-to-the-public-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/comparative-media-studies-writing/21w-035-science-writing-and-new-media-communicating-science-to-the-public-fall-2016/21W-035f16-th.jpg" /></a>
<p aria-hidden="true" class="badgeEducator">Educator</p>
<p class="cTitle"><a
href="/courses/comparative-media-studies-writing/21w-035-science-writing-and-new-media-communicating-science-to-the-public-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Science Writing and New Media: Communicating Science to the Public</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/mathematics/18-785-number-theory-i-fall-2017/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/mathematics/18-785-number-theory-i-fall-2017/18-785f17-th.jpg" /></a>
<p aria-hidden="true" class="badgeNew">New</p>
<p class="cTitle"><a
href="/courses/mathematics/18-785-number-theory-i-fall-2017/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Number Theory I</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/urban-studies-and-planning/11-384-malaysia-sustainable-cities-practicum-spring-2018/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/urban-studies-and-planning/11-384-malaysia-sustainable-cities-practicum-spring-2018/11-384s18-th.jpg" /></a>
<p aria-hidden="true" class="badgeVideo">Video</p>
<p class="cTitle"><a
href="/courses/urban-studies-and-planning/11-384-malaysia-sustainable-cities-practicum-spring-2018/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Malaysia Sustainable Cities Practicum</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/biology/7-342-the-rna-revolution-at-the-frontiers-of-cell-biology-and-molecular-medicine-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/biology/7-342-the-rna-revolution-at-the-frontiers-of-cell-biology-and-molecular-medicine-fall-2016/7-342f16-th.jpg" /></a>
<p aria-hidden="true" class="badgeNew">New</p>
<p class="cTitle"><a
href="/courses/biology/7-342-the-rna-revolution-at-the-frontiers-of-cell-biology-and-molecular-medicine-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">The RNA Revolution: At the Frontiers of Cell Biology and Molecular Medicine</a></p>
</div>
</li>
<li>
<div class="item">
<a aria-hidden="true"
href="/courses/history/21h-343j-making-books-the-renaissance-and-today-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/history/21h-343j-making-books-the-renaissance-and-today-spring-2016/21h-343js16-th.jpg" /></a>
<p aria-hidden="true" class="badgeEducator">Educator</p>
<p class="cTitle"><a
href="/courses/history/21h-343j-making-books-the-renaissance-and-today-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Making Books: The Renaissance and Today</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/mechanical-engineering/2-627-fundamentals-of-photovoltaics-fall-2013/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/mechanical-engineering/2-627-fundamentals-of-photovoltaics-fall-2013/2-627f13-th.jpg" /></a>
<p aria-hidden="true" class="badgeVideo">Video</p>
<p class="cTitle"><a
href="/courses/mechanical-engineering/2-627-fundamentals-of-photovoltaics-fall-2013/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Fundamentals of Photovoltaics</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/anthropology/21a-111j-for-love-and-money-rethinking-the-family-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/anthropology/21a-111j-for-love-and-money-rethinking-the-family-spring-2016/21a-111js16-th.jpg" /></a>
<p aria-hidden="true" class="badgeNew">New</p>
<p class="cTitle"><a
href="/courses/anthropology/21a-111j-for-love-and-money-rethinking-the-family-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">For Love and Money: Rethinking the Family</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/electrical-engineering-and-computer-science/6-858-computer-systems-security-fall-2014/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/electrical-engineering-and-computer-science/6-858-computer-systems-security-fall-2014/6-858f14-th.jpg" /></a>
<p aria-hidden="true" class="badgeVideo">Video</p>
<p class="cTitle"><a
href="/courses/electrical-engineering-and-computer-science/6-858-computer-systems-security-fall-2014/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Computer Systems Security</a></p>
</div>
</li>
<li>
<div class="item">
<a aria-hidden="true"
href="/resources/res-21g-001-the-user-friendly-classroom-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/resources/res-21g-001-the-user-friendly-classroom-spring-2016/res-21g-001s16-th.jpg" /></a>
<p aria-hidden="true" class="badgeEducator">Educator</p>
<p class="cTitle"><a
href="/resources/res-21g-001-the-user-friendly-classroom-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">The User-friendly Classroom</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/political-science/17-251-congress-and-the-american-political-system-i-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/political-science/17-251-congress-and-the-american-political-system-i-fall-2016/17-251f16-th.jpg" /></a>
<p aria-hidden="true" class="badgeNew">New</p>
<p class="cTitle"><a
href="/courses/political-science/17-251-congress-and-the-american-political-system-i-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Congress and the American Political System I</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/physics/8-01sc-classical-mechanics-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/physics/8-01sc-classical-mechanics-fall-2016/8-01scf16-th.jpg" /></a>
<p aria-hidden="true" class="badgeVideo">Video</p>
<p class="cTitle"><a
href="/courses/physics/8-01sc-classical-mechanics-fall-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Classical Mechanics</a></p>
</div>
<div class="item">
<a aria-hidden="true"
href="/courses/comparative-media-studies-writing/cms-362-civic-media-codesign-studio-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse"><img
src="/courses/comparative-media-studies-writing/cms-362-civic-media-codesign-studio-spring-2016/cms-362s16-th.jpg" /></a>
<p aria-hidden="true" class="badgeNews">Editor's Pick</p>
<p class="cTitle"><a
href="/courses/comparative-media-studies-writing/cms-362-civic-media-codesign-studio-spring-2016/index.htm?utm_source=OCWHomePage&utm_medium=CarouselSm&utm_campaign=FeaturedCourse">Civic Media Codesign Studio</a></p>
</div>
</li>
</ul>
</div>
<div id="right_scroll" class="nav" aria-hidden="true"> </div>
</nav>
<div id="inset">
<div class="" id="parent-fieldname-bottom_text_1">
<div role="" class="grid_4 alpha" id="news"> </div> <script type="text/javascript" src="https://www.google.com/jsapi">
</script> <script type="text/javascript" src="/scripts/ocw_rss_news.js">
</script> <div role="" class="grid_4 omega" id="meet"><h2 class="global"><a href="/educator?utm_campaign=Educator&utm_source=OCWHomePage&utm_medium=educator-callout&utm_content=heading">OCW Educator</a></h2> <ul class="prof"> <li><a href="#" style="padding: 6px 21px;" class="selected" id="proLink1">Methods</a></li> <li><a href="#" style="padding: 6px 21px;" id="proLink2">Materials</a></li> <li><a href="#" style="padding: 6px 21px;" id="proLink3">Featured</a></li> </ul> <div style="display: block;" class="profile" id="pro1"><img src="/InstructionalApproaches.png" alt="The text 'Instructional Approaches' alongside an illustration of the silhouette of a head with an assortment of gears connected inside." /> <h2 class="subhead">Explore instructional approaches used by MIT faculty.</h2> <ul> <li>Active Learning</li> <li>Assessment</li> <li>Teaching Communication</li> <li>Design Process</li> <li>Problem Solving</li> <li>Digital Tools</li> <li>Real-World Contexts</li> </ul> <div class="inset_button"><a href="/educator/index.htm?view=instructional&utm_campaign=Educator&utm_source=OCWHomePage&utm_medium= educator-callout&utm_content=approaches"><img src="/images/button_learn.png" alt="Learn more" /></a></div></div> <div class="profile" id="pro2"><img src="/TeachingMaterials.png" alt="The text 'Teaching Materials' alongside an illustration of several educational materials jumbled together, including a laptop computer, books, an exam, a beaker, and a compass." width="286" height="160" /> <h2 class="subhead">Find teaching materials used in MIT classrooms.</h2> <ul> <li>Assignments</li> <li>Lecture Notes</li> <li>Exams</li> <li>Projects</li> <li>Simulations</li> <li>Online Textbooks</li> <li>Image Galleries</li> <li>Video</li> </ul> <div class="inset_button"><a href="/educator/index.htm?view=teaching&utm_campaign=Educator&utm_source=OCWHomePage&utm_medium=educator-callout&utm_content=materials"><img src="/images/button_learn.png" alt="Learn more" /></a></div></div> <div id="pro3" class="profile"><a href="/courses/chemistry/5-111sc-principles-of-chemical-science-fall-2014/instructor-insights/5.111-a-space-to-discover-your-passion-for-chemistry"><img src="/educator_vid-thumb.png" alt="Professor Catherine Drennan talks about teaching chemistry in an interview." width="286" height="160" /></a> <h2 class="subhead">MIT faculty talk about teaching.</h2> <p style="font-weight: 100; font-size: 1.1em">Professor Catherine Drennan on creating a space for students to discover their passion for chemistry in <a href="/courses/chemistry/5-111sc-principles-of-chemical-science-fall-2014"><em>5.111SC Principles of Chemical Science</em></a>.</p> <div class="inset_button"><a href="/courses/chemistry/5-111sc-principles-of-chemical-science-fall-2014?utm_campaign=Educator&utm_source=OCWHomePage&utm_medium=educator-callout&utm_content=featured"><img src="/images/button_learn.png" alt="Learn more" /></a></div></div></div> <div class="clear"> </div> <p> </p>
</div>
</div>
</div>
<div id="right_side" class="grid_4 omega" role="">
<div class="" id="parent-fieldname-bottom_text_2">
<p>OCW makes the materials used in the teaching of MIT's subjects available on the Web.</p> <p> </p> <p><a href="/help/get-started-with-ocw/"><img alt="Learn more about how to use OpenCourseWare. Click to get started." style="width: 302px; height: 55px" src="/images/button_get-started.png" /></a></p>
</div>
<div id="home_ad">
<!-- RSI google ad space-->
<div id="google_ads">
<div id='HOME_SLOT_B' style='width:180; height:200; overflow: visible;'>
<script>googletag.cmd.push(function() { googletag.display('HOME_SLOT_B'); });</script>
</div>
<div id='HOME_SLOT_B' style='width:180; height:200;; overflow: visible;'>
<script>googletag.cmd.push(function() { googletag.display('HOME_SLOT_B'); });</script>
</div>
</div>
<!-- End RSI ads-->
</div>
</div>
</div>
</div>
<footer id="bottom">
<div id="grid">
<div id="portletwrapper-6f63772e626f74746f6d706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d666f6f746572"
class="portletWrapper kssattr-portlethash-6f63772e626f74746f6d706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d666f6f746572"><div class="portletStaticText portlet-static-site-footer"><div id="footer"><nav aria-label="Footer"> <nav id="foot-c1" class="grid_2 alpha" aria-labelledby="f-find-courses"> <span class="footer" id="f-find-courses" aria-hidden="true">Find Courses</span>
<ul class="foot-bullet" role="presentation">
<li><a href="/courses/find-by-topic/">Find by Topic</a></li>
<li><a href="/courses/find-by-number/">Find by Course Number</a></li>
<li><a href="/courses/find-by-department/">Find by Department</a></li>
<li><a href="/courses/new-courses/">New Courses</a></li>
<li><a href="/courses/most-visited-courses/">Most Visited Courses</a></li>
<li><a href="/courses/ocw-scholar/">OCW Scholar Courses</a></li>
<li><a href="/courses/audio-video-courses/">Audio/Video Courses</a></li>
<li><a href="/courses/online-textbooks/">Online Textbooks</a></li>
<li><a href="/courses/instructor-insights/">Instructor Insights</a></li>
<li><a href="/resources/">Supplemental Resources</a></li>
<li><a href="/courses/mitx-related-courseware/">MITx & Related OCW Courses</a></li>
<li><a href="/courses/translated-courses/">Translated Courses</a></li>
</ul>
</nav>
<div id="foot-c2" class="grid_2"><nav aria-labelledby="f-for-educators"> <span id="f-for-educators" class="footer" aria-hidden="true">For Educators</span>
<ul class="foot-bullet" role="presentation">
<li><a href="/educator/?view=instructional&utm_campaign=Educator&utm_source=footer&utm_medium=find-courses&utm_content=approaches">Search for Instructor Insights</a></li>
<li><a href="/educator/?view=teaching&utm_campaign=Educator&utm_source=footer&utm_medium=find-courses&utm_content=materials">Search for Teaching Materials</a></li>
<li><a href="/courses/instructor-insights/">Instructor Insights by Department</a></li>
<li><a href="/courses/find-by-topic/#cat=teachingandeducation">MIT Courses about Teaching and Education</a></li>
<li><a href="/high-school/">Highlights for High School</a></li>
<li><a href="http://k12videos.mit.edu" aria-label="External Link: MIT+K12 Videos">MIT+K12 Videos</a></li>
<li><a href="http://teachingexcellence.mit.edu/" aria-label="External Link: Teaching Excellence at MIT">Teaching Excellence at MIT</a></li>
<li><a href="/courses/mit-curriculum-guide/">MIT Undergraduate Curriculum Map</a></li>
</ul>
</nav></div>
<nav class="grid_2" id="foot-c3" aria-labelledby="f-donate"> <span id="f-donate" class="footer" aria-hidden="true">Give Now</span>
<ul class="foot-bullet" role="presentation">
<li><a href="/give/">Make a Donation</a></li>
<li><a href="/give/why-give/">Why Give?</a></li>
<li><a href="/give/our-supporters/">Our Supporters</a></li>
<li><a href="/give/other-ways-to-contribute/">Other Ways to Contribute</a></li>
<li><a href="/give/shop-ocw/">Shop OCW</a></li>
<li><a href="/support/">Become a Corporate Sponsor</a></li>
</ul>
</nav>
<div class="grid_2" id="foot-c4"><nav aria-labelledby="f-about"> <span id="f-about" class="footer" aria-hidden="true">About</span>
<ul class="foot-bullet" role="presentation">
<li><a href="/about/">About OpenCourseWare</a></li>
<li><a href="/about/site-statistics/">Site Statistics</a></li>
<li><a href="/about/ocw-stories/">OCW Stories</a></li>
<li><a href="/about/newsletter/">News</a></li>
<li><a href="/about/media-coverage/press-releases/">Press Releases</a></li>
</ul>
</nav><!--about--> <nav aria-labelledby="f-tools"> <span id="f-tools" class="footer" aria-hidden="true">Tools</span>
<ul class="foot-bullet" role="presentation">
<li><a href="/help/">Help & FAQs</a></li>
<li><a href="/about/contactus">Contact Us</a></li>
<li><a href="/help/site-map/">Site Map</a></li>
<li><a href="/terms/">Privacy & Terms of Use</a></li>
<li><a href="/help/rss/">RSS Feeds</a></li>
</ul>
</nav><!--tools--></div>
</nav> <aside style="min-height: 289px;" aria-labelledby="f-our-corporate-supporters" class="grid_4 omega" id="foot-c5"> <span aria-hidden="true" class="footer" id="f-our-corporate-supporters">Our Corporate Supporters</span> <!-- HOME_CORP_LOGO_1 -->
<div id="div-gpt-ad-1388181177156-0" class="sponsors_google_ads_even"><script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-0'); });
</script></div>
<!-- HOME_CORP_LOGO_2 -->
<div id="div-gpt-ad-1388181177156-1" class="sponsors_google_ads_odd"><script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-1'); });
</script></div>
<!-- HOME_CORP_LOGO_3 -->
<div id="div-gpt-ad-1388181177156-2" class="sponsors_google_ads_even"><script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-2'); });
</script></div>
<!-- HOME_CORP_LOGO_4 -->
<div id="div-gpt-ad-1388181177156-3" class="sponsors_google_ads_odd"><script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-3'); });
</script></div>
<!-- HOME_CORP_LOGO_5 -->
<div id="div-gpt-ad-1388181177156-4" class="sponsors_google_ads_even"><script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-4'); });
</script></div>
<!-- HOME_CORP_LOGO_6 -->
<div id="div-gpt-ad-1388181177156-5" class="sponsors_google_ads_odd"><script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-5'); });
</script></div>
</aside>
<div class="grid_12 alpha omega" itemprop="publisher" itemscope="" itemtype="http://schema.org/CollegeOrUniversity">
<h4 class="footer" style="border-top: thin solid #d5c9ba; padding-top: 10px; margin-bottom: 10px;">About <span itemprop="name">MIT OpenCourseWare</span></h4>
<p style="color: #999; font-size: 1em; line-height: 1.5em; margin-top: 10px;" itemprop="description">MIT OpenCourseWare makes the materials used in the teaching of almost all of MIT's subjects available on the Web, free of charge. With more than 2,400 courses available, OCW is delivering on the promise of open sharing of knowledge. <a href="http://ocw.mit.edu/about/">Learn more »</a></p>
</div>
<div id="foot-copy" class="grid_12 alpha omega" style="border-top: none;"><a href="http://web.mit.edu"><img src="/images/logo_mit.png" alt="Massachusetts Institute of Technology logo and name." style="width: 195; height: 44;" /></a><a href="http://odl.mit.edu"><img src="/images/logo_odl.png" alt="MIT Office of Digital Learning logo and name." style="width: 289; height: 54; vertical-align: top;" /></a><a href="http://www.oeconsortium.org/"><img src="/images/logo_oec.png" alt="Open Education Consortium logo." style="width: 219px; height: 59px; vertical-align: top;" /></a><a rel="license" itemprop="useRightsUrl" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/images/cc_by-nc-sa.png" alt="Creative Commons logo with terms BY-NC-SA." style="width: 126px; height: 44px; margin-right: 0; margin-left: 13px;" /></a>
<p class="copyright">© 2001–2018<br />
Massachusetts Institute of Technology</p>
<p style="font-size: 0.9em; margin-bottom: 15px;">Your use of the MIT OpenCourseWare site and materials is subject to our <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="license">Creative Commons License</a> and other <a href="/terms/" rel="cc:morePermissions">terms of use</a>.</p>
</div>
</div></div>
</div>
</div> <!-- bottom grid end -->
</footer><!-- footer bottom end -->
</body>
</html>