-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
135 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,39 +2,57 @@ | |
(provide (all-defined-out)) | ||
(require scribble/core scribble/html-properties scribble/manual) | ||
|
||
(define prof (link "https://www.cs.umd.edu/~dvanhorn/" "David Van Horn")) | ||
(define prof-pronouns "he/him") | ||
(define prof-email "dvanhorn@cs.umd.edu") | ||
(define prof-initials "DVH") | ||
(define prof1 (link "https://jmct.cc" "José Manuel Calderón Trilla")) | ||
(define prof1-pronouns "he/him") | ||
(define prof1-email "jmct@cs.umd.edu") | ||
(define prof1-initials "JMCT") | ||
|
||
(define semester "summer") | ||
(define prof2 (link "https://www.cs.umd.edu/~dvanhorn/" "David Van Horn")) | ||
(define prof2-pronouns "he/him") | ||
(define prof2-email "[email protected]") | ||
(define prof2-initials "DVH") | ||
|
||
(define semester "fall") | ||
(define year "2023") | ||
(define courseno "CMSC 430") | ||
|
||
(define lecture-dates "May 30 -- July 7, 2023") | ||
(define lecture-dates "" #;"May 30 -- July 7, 2023") | ||
|
||
(define IRB "IRB") | ||
(define AVW "AVW") | ||
(define KEY "KEY") | ||
|
||
|
||
(define m1-date "June 14") | ||
(define m2-date "June 29") | ||
(define m1-date "TBD") | ||
(define m2-date "TBD") | ||
(define midterm-hours "24") ; for summer | ||
(define final-date "July 7") | ||
(define elms-url "https://umd.instructure.com/courses/1345891/") | ||
(define final-date "TBD") | ||
(define elms-url "TBD") | ||
|
||
|
||
(define racket-version "8.7") | ||
(define racket-version "8.10") | ||
|
||
(define staff | ||
(list (list "William Wegand" "[email protected]" "3:00-4:00PM MTWThF") | ||
(list "Pierce Darragh" "[email protected]" "10:30-11:30AM MTWTh") | ||
(list #;(list "William Wegand" "[email protected]" "3:00-4:00PM MTWThF") | ||
(list "Pierce Darragh" "[email protected]" "TBD") | ||
(list "Fuxiao Liu" "[email protected]" "TBD") | ||
(list "Vivian Chen" "[email protected]" "TBD") | ||
(list "Ian Morrill" "[email protected]" "TBD") | ||
(list "Matthew Schneider" "[email protected]" "TBD") | ||
(list "Rhea Jajodia" "[email protected]" "TBD") | ||
(list "Syed Zaidi" "[email protected]" "TBD") | ||
(list "William Wegand" "[email protected]" "TBD") | ||
(list "Wilson Smith" "[email protected]" "TBD") | ||
(list "Yuhwan Lee" "[email protected]" "TBD") | ||
)) | ||
|
||
|
||
(define lecture-schedule "Weekdays, 12:30pm - 1:50pm") | ||
(define classroom (link "https://umd.zoom.us/j/99876119693?pwd=d0h3aWRML2dka3dzbElVSHdMeVBEZz09" "Zoom")) | ||
(define lecture-schedule1 "MW, 2:00-3:15pm") | ||
(define lecture-schedule2 "MW, 3:30-4:45pm") | ||
|
||
(define classroom1 "BRB 1101") | ||
(define classroom2 "IRB 0318") | ||
|
||
(define discord "https://discord.gg/Me7XFYC8") | ||
(define gradescope "https://www.gradescope.com/courses/533338") | ||
(define discord "TBD") | ||
(define piazza "TBD") | ||
(define gradescope "TBD") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters