-
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
59 additions
and
61 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 |
---|---|---|
|
@@ -32,7 +32,7 @@ scribble: | |
$(course).scrbl | ||
|
||
push: | ||
rsync -rvzp main/ [email protected]:/fs/www/class/fall2023/cmsc430/ | ||
rsync -rvzp main/ [email protected]:/fs/www/class/spring2024/cmsc430/ | ||
|
||
clean: | ||
rm -rf $(course) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ | |
(provide (all-defined-out)) | ||
(require scribble/core scribble/html-properties scribble/manual) | ||
|
||
(define prof1 (link "https://jmct.cc" "José Manuel Calderón Trilla")) | ||
(define prof1-pronouns "he/him") | ||
(define prof1-email "[email protected]") | ||
(define prof1-initials "JMCT") | ||
;(define prof1 (link "https://jmct.cc" "José Manuel Calderón Trilla")) | ||
;(define prof1-pronouns "he/him") | ||
;(define prof1-email "[email protected]") | ||
;(define prof1-initials "JMCT") | ||
|
||
(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 prof1 (link "https://www.cs.umd.edu/~dvanhorn/" "David Van Horn")) | ||
(define prof1-pronouns "he/him") | ||
(define prof1-email "[email protected]") | ||
(define prof1-initials "DVH") | ||
|
||
(define semester "fall") | ||
(define year "2023") | ||
(define semester "spring") | ||
(define year "2024") | ||
(define courseno "CMSC 430") | ||
|
||
(define lecture-dates "" #;"May 30 -- July 7, 2023") | ||
|
@@ -23,38 +23,40 @@ | |
(define KEY "KEY") | ||
|
||
|
||
(define m1-date "Oct 11") | ||
(define m2-date "Nov 20") | ||
(define midterm-hours "24") ; for summer | ||
(define m1-date "TBD") | ||
(define m2-date "TBD") | ||
(define midterm-hours "24") | ||
(define final-date "TBD") | ||
(define elms-url "https://umd.instructure.com/courses/1350066") | ||
(define elms-url "https://umd.instructure.com/courses/1359023") | ||
|
||
|
||
(define racket-version "8.10") | ||
(define racket-version "8.11") | ||
|
||
(define staff | ||
(list #;(list "William Wegand" "[email protected]" "3:00-4:00PM MTWThF") | ||
(list (list "William Wegand" "[email protected]") | ||
(list "Pierce Darragh" "[email protected]") | ||
(list "Fuxiao Liu" "[email protected]") | ||
(list "Vivian Chen" "[email protected]") | ||
(list "Ian Morrill" "[email protected]") | ||
(list "Matthew Schneider" "[email protected]") | ||
(list "Rhea Jajodia" "[email protected]") | ||
(list "Syed Zaidi" "[email protected]") | ||
(list "William Wegand" "[email protected]") | ||
(list "Wilson Smith" "[email protected]") | ||
(list "Yuhwan Lee" "[email protected]") | ||
(list "Henry Blanchette" "[email protected]") | ||
(list "Deena Postol" "[email protected]") | ||
(list "Kazi Tasnim Zinat" "[email protected]") | ||
#;(list "Fuxiao Liu" "[email protected]") | ||
#;(list "Vivian Chen" "[email protected]") | ||
#;(list "Ian Morrill" "[email protected]") | ||
#;(list "Matthew Schneider" "[email protected]") | ||
#;(list "Rhea Jajodia" "[email protected]") | ||
#;(list "Syed Zaidi" "[email protected]") | ||
#;(list "William Wegand" "[email protected]") | ||
#;(list "Wilson Smith" "[email protected]") | ||
#;(list "Yuhwan Lee" "[email protected]") | ||
)) | ||
|
||
|
||
(define lecture-schedule1 "MW, 2:00-3:15pm") | ||
(define lecture-schedule2 "MW, 3:30-4:45pm") | ||
;(define lecture-schedule1 "MW, 2:00-3:15pm") | ||
(define lecture-schedule1 "MW, 3:30-4:45pm") | ||
|
||
(define classroom1 "BRB 1101") | ||
(define classroom2 "IRB 0318") | ||
(define classroom1 "HJP 0226") | ||
|
||
;(define discord "TBD") | ||
(define piazza "https://piazza.com/class/llwlfinnxr63c0/") | ||
(define gradescope "https://www.gradescope.com/courses/593113") | ||
(define piazza "https://piazza.com/class/lrs6masma6h2o1/") | ||
(define gradescope "https://www.gradescope.com/") ; FIXME | ||
|
||
(define feedback "https://docs.google.com/forms/d/e/1FAIpQLSc80xQELhHb_Ef-tn0DkpH2b6pYadQiT3aYSEJFNqEqBjzdGg/viewform?usp=sf_link") |
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