Skip to content

Commit 53d1b60

Browse files
committed
l3 and time update
1 parent dd9f7e4 commit 53d1b60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
<script>
121121
// 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();
123123
var registrationHeader = "";
124124
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> &nbsp'; // https://studentformsandpetitions.mit.edu/sfp/student/myForms.htm //https://student.mit.edu/cgi-bin/sfprwtrm.sh
125125
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> &nbsp';
@@ -149,7 +149,7 @@
149149
var registrationCounter = "";
150150
var publishCountdown = true; // false
151151
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();
153153
var numLectures = 10;
154154
let nextLectureDate = new Date(firstLectureDate.valueOf())
155155

@@ -457,8 +457,8 @@ <h5 class="card-title"><highlight>Deep Computer Vision</highlight></h5>
457457
<h6 class="card-title">Lecture 3</h6>
458458
<!-- <i>Jan. 7, 2025</i> -->
459459
<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> -->
462462
<!-- <p>[<b>Slides</b>] [<b>Video</b>] <i>coming soon!</i></p> -->
463463
</div>
464464
</div>

0 commit comments

Comments
 (0)