Start preparing F20 webpage.
This commit is contained in:
parent
1190e3f3fe
commit
86d1a81cb3
|
@ -1,5 +1,9 @@
|
||||||
# Welcome to CS 763!
|
# 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
|
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
|
in data science. The field is eclectic, and so is this course. We will start
|
||||||
with three core areas: **differential privacy**, **adversarial machine
|
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.
|
though there will also be paper presentations and small homework assignments.
|
||||||
|
|
||||||
## Logistics
|
## Logistics
|
||||||
- **Course**: CS 763, Fall 2019
|
- **Course**: CS 763, Fall 2020
|
||||||
- **Location**: CS 1263
|
|
||||||
- **Time**: Monday, Wednesday, Friday, 2:30-3:45
|
- **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.
|
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
|
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:
|
Please use the mailing list if you want to contact the whole course:
|
||||||
|
|
||||||
- <mailto:compsci763-1-f19@lists.wisc.edu>
|
- <mailto:compsci763-1-f20@lists.wisc.edu>
|
||||||
|
|
||||||
All registered students should be on this list. If you are not registered but
|
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.
|
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)
|
- **Instructor**: [Justin Hsu](https://justinh.su)
|
||||||
- **Email**: <mailto:justhsu@cs.wisc.edu>
|
- **Email**: <mailto:justhsu@cs.wisc.edu>
|
||||||
- **Location**: CS 6379
|
|
||||||
- **Office hours**: By appointment
|
- **Office hours**: By appointment
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
author: Security and Privacy in Data Science (CS 763)
|
author: Security and Privacy in Data Science (CS 763)
|
||||||
title: Course Welcome
|
title: Course Welcome
|
||||||
date: September 04, 2019
|
date: September 02, 2020
|
||||||
---
|
---
|
||||||
|
|
||||||
# Security and Privacy
|
# Security and Privacy
|
||||||
|
|
|
@ -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: ''
|
site_url: ''
|
||||||
repo_url: 'https://git.justinh.su/justhsu/cs763'
|
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'
|
site_author: 'Justin Hsu'
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
language: 'en'
|
language: 'en'
|
||||||
feature:
|
features:
|
||||||
tabs: 'true'
|
- tabs
|
||||||
logo: 'assets/images/favicon.ico'
|
logo: 'assets/images/favicon.ico'
|
||||||
favicon: 'assets/images/favicon.ico'
|
favicon: 'assets/images/favicon.ico'
|
||||||
palette:
|
palette:
|
||||||
primary: red
|
primary: light blue
|
||||||
accent: red
|
accent: light blue
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- admonition
|
||||||
|
- pymdownx.arithmatex
|
||||||
|
- pymdownx.tilde
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home:
|
- Home:
|
||||||
|
|
Reference in New Issue