diff --git a/www/assignments.scrbl b/www/assignments.scrbl index 4ad05e98..df6509b5 100644 --- a/www/assignments.scrbl +++ b/www/assignments.scrbl @@ -4,7 +4,7 @@ @local-table-of-contents[#:style 'immediate-only] @include-section{assignments/1.scrbl} -@;include-section{assignments/2.scrbl} +@include-section{assignments/2.scrbl} @;include-section{assignments/3.scrbl} @;include-section{assignments/4.scrbl} @;include-section{assignments/5.scrbl} diff --git a/www/assignments/2.scrbl b/www/assignments/2.scrbl index 53d338b9..50d257aa 100644 --- a/www/assignments/2.scrbl +++ b/www/assignments/2.scrbl @@ -1,7 +1,7 @@ #lang scribble/manual @title[#:tag "Assignment 2" #:style 'unnumbered]{Assignment 2: Racket Primer} -@bold{Due: @elem[#:style "strike"]{Thursday, September 15, 11:59PM}, Saturday 17, 11:59PM} +@bold{Due: Tuesday, Feb 14, 11:59PM} The goal of this assignment is to gain practice programming in Racket. @@ -48,4 +48,4 @@ Submit your filled-in @tt{main.rkt} file on Gradescope. Your submission will be graded for correctness. Passing the unit tests included in the file is necessary but @bold{not sufficient} to receive a perfect score. You are strongly encouraged to add your own -tests to ensure the correctness of your solutions. \ No newline at end of file +tests to ensure the correctness of your solutions. diff --git a/www/defns.rkt b/www/defns.rkt index 0177e628..10e218a0 100644 --- a/www/defns.rkt +++ b/www/defns.rkt @@ -26,8 +26,14 @@ (define racket-version "8.7") (define staff - (list (list "Pierce Darragh" "pdarragh@umd.edu" "TBD") - (list "Gihan Jayatilaka" "gihan@umd.edu" "TBD"))) + (list (list "Pierce Darragh" "pdarragh@umd.edu" "Tu: 11am-1pm (virtual), W: 2pm-4pm, Th: 12pm-2pm (virtual)") + (list "Gihan Jayatilaka" "gihan@umd.edu" "Tu/Th: 9am-12pm (virtual)") + (list "Srikavin Ramkumar" "srikavin@umd.edu" "M/W: 2:15pm-4:15pm, F: 11am-1pm") + (list "Uyen Nguyen" "upnguyen@terpmail.umd.edu" "M/W/F: 9am-11am") + (list "Myron Truesdale" "mtruesda@umd.edu" "W/F: 11:30am-2:30pm") + (list "Bijan Naimi" "bnaimi@terpmail.umd.edu" "M/W/F: 11:30am-1:30pm") + (list "Stephen Tang" "stang12@umd.edu" "Tu/Th: 1pm-3pm, F: 12:30pm-2:30pm") + ))