|
119 | 119 |
|
120 | 120 | <script> |
121 | 121 | // Set the date we're counting down to |
122 | | - var registrationDate = new Date("January 06, 2025 13:00:00 GMT-05:00").getTime(); |
| 122 | + var registrationDate = new Date("January 06, 2025 13:00:00 GMT-04:00").getTime(); |
123 | 123 | var registrationHeader = ""; |
124 | 124 | var registrationMIT = '<a class="btn-solid-reg page-scroll" href="https://student.mit.edu/cgi-bin/sfprwtrm.sh"><h4><i class="fas fa-graduation-cap"></i><emsp> Current MIT</h4>MIT Students only</a>  '; // https://studentformsandpetitions.mit.edu/sfp/student/myForms.htm //https://student.mit.edu/cgi-bin/sfprwtrm.sh |
125 | 125 | var registrationPublic = '<a class="btn-solid-reg page-scroll" href="http://eepurl.com/gQJo2D"><h4><i class="fas fa-globe-americas"></i><emsp> Everyone</h4>All: Public and MIT students</a>  '; |
|
149 | 149 | var registrationCounter = ""; |
150 | 150 | var publishCountdown = true; // false |
151 | 151 | if (publishCountdown) { |
152 | | - var firstLectureDate = new Date("March 3, 2025 11:00:00 GMT-05:00").getTime(); |
| 152 | + var firstLectureDate = new Date("March 3, 2025 11:00:00 GMT-04:00").getTime(); |
153 | 153 | var numLectures = 10; |
154 | 154 | let nextLectureDate = new Date(firstLectureDate.valueOf()) |
155 | 155 |
|
@@ -457,8 +457,8 @@ <h5 class="card-title"><highlight>Deep Computer Vision</highlight></h5> |
457 | 457 | <h6 class="card-title">Lecture 3</h6> |
458 | 458 | <!-- <i>Jan. 7, 2025</i> --> |
459 | 459 | <i>Mar. 17, 2025</i> |
460 | | - <!-- <p>[<a href='slides/6S191_MIT_DeepLearning_L3.pdf'>Slides</a>] [<a href='https://www.youtube.com/watch?v=2xqkSUhmmXU&list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI&index=4'>Video</a>] </p> --> |
461 | | - <p>[<a href='slides/6S191_MIT_DeepLearning_L3.pdf'>Slides</a>] [<b>Video</b>] <i>coming soon!</i></p> |
| 460 | + <p>[<a href='slides/6S191_MIT_DeepLearning_L3.pdf'>Slides</a>] [<a href='https://www.youtube.com/watch?v=oGpzWAlP5p0&list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI&index=4&ab_channel=AlexanderAmini'>Video</a>] </p> |
| 461 | + <!-- <p>[<a href='slides/6S191_MIT_DeepLearning_L3.pdf'>Slides</a>] [<b>Video</b>] <i>coming soon!</i></p> --> |
462 | 462 | <!-- <p>[<b>Slides</b>] [<b>Video</b>] <i>coming soon!</i></p> --> |
463 | 463 | </div> |
464 | 464 | </div> |
|
0 commit comments