22(provide (all-defined-out ))
33(require scribble/core scribble/html-properties scribble/manual)
44
5- (define prof1 (link "https://jmct.cc " "José Manuel Calderón Trilla " ))
6- (define prof1-pronouns "he/him " )
7- (define prof1-email "jmct@cs.umd.edu " )
8- (define prof1-initials "JMCT " )
5+ ; (define prof1 (link "https://jmct.cc" "José Manuel Calderón Trilla"))
6+ ; (define prof1-pronouns "he/him")
7+ ; (define prof1-email "jmct@cs.umd.edu")
8+ ; (define prof1-initials "JMCT")
99
10- (define prof2 (link "https://www.cs.umd.edu/~dvanhorn/ " "David Van Horn " ))
11- (define prof2 -pronouns "he/him " )
12- (define prof2 -email "dvanhorn@cs.umd.edu " )
13- (define prof2 -initials "DVH " )
10+ (define prof1 (link "https://www.cs.umd.edu/~dvanhorn/ " "David Van Horn " ))
11+ (define prof1 -pronouns "he/him " )
12+ (define prof1 -email "dvanhorn@cs.umd.edu " )
13+ (define prof1 -initials "DVH " )
1414
15- (define semester "fall " )
16- (define year "2023 " )
15+ (define semester "spring " )
16+ (define year "2024 " )
1717(define courseno "CMSC 430 " )
1818
1919(define lecture-dates "" #; "May 30 -- July 7, 2023 " )
2323(define KEY "KEY " )
2424
2525
26- (define m1-date "Oct 11 " )
27- (define m2-date "Nov 20 " )
28- (define midterm-hours "24 " ) ; for summer
26+ (define m1-date "TBD " )
27+ (define m2-date "TBD " )
28+ (define midterm-hours "24 " )
2929(define final-date "TBD " )
30- (define elms-url "https://umd.instructure.com/courses/1350066 " )
30+ (define elms-url "https://umd.instructure.com/courses/1359023 " )
3131
3232
33- (define racket-version "8.10 " )
33+ (define racket-version "8.11 " )
3434
3535(define staff
36- (list #; (list "William Wegand " "wwegand@terpmail.umd.edu " " 3:00-4:00PM MTWThF " )
36+ (list (list "William Wegand " "wwegand@terpmail.umd.edu " )
3737 (list "Pierce Darragh " "pdarragh@umd.edu " )
38- (list "Fuxiao Liu " "fl3es@umd.edu " )
39- (list "Vivian Chen " "vchen8@terpmail.umd.edu " )
40- (list "Ian Morrill " "imorrill@terpmail.umd.edu " )
41- (list "Matthew Schneider " "mgl@umd.edu " )
42- (list "Rhea Jajodia " "rjajodia@terpmail.umd.edu " )
43- (list "Syed Zaidi " "szaidi@umd.edu " )
44- (list "William Wegand " "wfweg@verizon.net " )
45- (list "Wilson Smith " "smith@umd.edu " )
46- (list "Yuhwan Lee " "ylee9251@terpmail.umd.edu " )
38+ (list "Henry Blanchette " "blancheh@umd.edu " )
39+ (list "Deena Postol " "dpostol@umd.edu " )
40+ (list "Kazi Tasnim Zinat " "kzintas@umd.edu " )
41+ #; (list "Fuxiao Liu " "fl3es@umd.edu " )
42+ #; (list "Vivian Chen " "vchen8@terpmail.umd.edu " )
43+ #; (list "Ian Morrill " "imorrill@terpmail.umd.edu " )
44+ #; (list "Matthew Schneider " "mgl@umd.edu " )
45+ #; (list "Rhea Jajodia " "rjajodia@terpmail.umd.edu " )
46+ #; (list "Syed Zaidi " "szaidi@umd.edu " )
47+ #; (list "William Wegand " "wfweg@verizon.net " )
48+ #; (list "Wilson Smith " "smith@umd.edu " )
49+ #; (list "Yuhwan Lee " "ylee9251@terpmail.umd.edu " )
4750 ))
4851
4952
50- (define lecture-schedule1 "MW, 2:00-3:15pm " )
51- (define lecture-schedule2 "MW, 3:30-4:45pm " )
53+ ; (define lecture-schedule1 "MW, 2:00-3:15pm")
54+ (define lecture-schedule1 "MW, 3:30-4:45pm " )
5255
53- (define classroom1 "BRB 1101 " )
54- (define classroom2 "IRB 0318 " )
56+ (define classroom1 "HJP 0226 " )
5557
5658;(define discord "TBD")
57- (define piazza "https://piazza.com/class/llwlfinnxr63c0 / " )
58- (define gradescope "https://www.gradescope.com/courses/593113 " )
59+ (define piazza "https://piazza.com/class/lrs6masma6h2o1 / " )
60+ (define gradescope "https://www.gradescope.com/ " ) ; FIXME
5961
6062(define feedback "https://docs.google.com/forms/d/e/1FAIpQLSc80xQELhHb_Ef-tn0DkpH2b6pYadQiT3aYSEJFNqEqBjzdGg/viewform?usp=sf_link " )
0 commit comments