From 86d1a81cb33a5d5fae88d3a11ff44bf8ed198e41 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Fri, 14 Aug 2020 10:51:54 -0500 Subject: [PATCH] Start preparing F20 webpage. --- website/docs/index.md | 11 +++++++---- .../docs/resources/slides/lecture-welcome.md | 2 +- website/mkdocs.yml | 17 +++++++++++------ 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/website/docs/index.md b/website/docs/index.md index 838c76e..ef47894 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -1,5 +1,9 @@ # Welcome to CS 763! +!!! attention + * Due to COVID-19, CS 763 will be conducted **virtually**. + * All times are [Madison local time](https://www.timeanddate.com/worldclock/usa/madison). + This is a graduate-level course covering advanced topics in security and privacy in data science. The field is eclectic, and so is this course. We will start with three core areas: **differential privacy**, **adversarial machine @@ -9,9 +13,9 @@ verification** for data science. This is primarily a project-based course, though there will also be paper presentations and small homework assignments. ## Logistics -- **Course**: CS 763, Fall 2019 -- **Location**: CS 1263 +- **Course**: CS 763, Fall 2020 - **Time**: Monday, Wednesday, Friday, 2:30-3:45 +- **Location**: BB Collaborate Ultra (BBCU) For the first ten weeks, lectures will be held on Monday, Wednesday, and Friday. In the remaining five weeks, you will work on your course projects. Though there @@ -21,7 +25,7 @@ are no lectures scheduled in this period, I will be available to meet as needed. Please use the mailing list if you want to contact the whole course: -- +- All registered students should be on this list. If you are not registered but would like to follow along, please let me know and I will add you. @@ -33,5 +37,4 @@ right place, please start the subject with **CS763**. - **Instructor**: [Justin Hsu](https://justinh.su) - **Email**: -- **Location**: CS 6379 - **Office hours**: By appointment diff --git a/website/docs/resources/slides/lecture-welcome.md b/website/docs/resources/slides/lecture-welcome.md index c9d06e5..1929bef 100644 --- a/website/docs/resources/slides/lecture-welcome.md +++ b/website/docs/resources/slides/lecture-welcome.md @@ -1,7 +1,7 @@ --- author: Security and Privacy in Data Science (CS 763) title: Course Welcome -date: September 04, 2019 +date: September 02, 2020 --- # Security and Privacy diff --git a/website/mkdocs.yml b/website/mkdocs.yml index 6bf9b41..72ccf5a 100644 --- a/website/mkdocs.yml +++ b/website/mkdocs.yml @@ -1,19 +1,24 @@ -site_name: 'CS 763: Security and Privacy in Data Science (Fall 2019)' +site_name: 'CS 763: Security and Privacy in Data Science (Fall 2020)' site_url: '' repo_url: 'https://git.justinh.su/justhsu/cs763' -site_description: 'Course webpage for CS 763: Security and Privacy in Data Science (Fall 2019)' +site_description: 'Course webpage for CS 763: Security and Privacy in Data Science (Fall 2020)' site_author: 'Justin Hsu' theme: name: 'material' language: 'en' - feature: - tabs: 'true' + features: + - tabs logo: 'assets/images/favicon.ico' favicon: 'assets/images/favicon.ico' palette: - primary: red - accent: red + primary: light blue + accent: light blue + +markdown_extensions: + - admonition + - pymdownx.arithmatex + - pymdownx.tilde nav: - Home: