diff --git a/README.md b/README.md index bffa86d..68fa99d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ -# PETS Lecture Material +# Privacy-Enhancing Technologies (PETS) --- -Simple Hugo Website on Github Pages with PETS lecture material: **[https://pets-lecture.github.io](https://pets-lecture.github.io/)** +## Public Archive of Course Content +### [pets-lecture.github.io](https://pets-lecture.github.io/) + +--- + +This repository contains the public archive of the university course +"Privacy-Enhancing Technologies (PETS)". Originally taught from 2014 - 2023 for +BSc. and MSc. students at the Vienna University of Technology. + +--- + +Our public course archive is powered by GitHub Pages and Hugo. --- diff --git a/config.toml b/config.toml index 1231090..ce6bc09 100644 --- a/config.toml +++ b/config.toml @@ -17,31 +17,31 @@ pygmentsUseClasses = true summaryLength = 30 [[menu.main]] - name = "Home" + name = "About" url = "/" weight = 1 [[menu.main]] - name = "Material" - url = "/material/" + name = "Content" + url = "/course/" weight = 2 [params] google_analytics_id="" - homepage_button_link = '/material' - homepage_button_text = 'Material' - homepage_intro = 'Privacy-Enhancing Techologies lecture material.' + homepage_button_link = '/course' + homepage_button_text = 'Content' + homepage_intro = 'Privacy-Enhancing Techologies Lecture Archive' homepage_image = '' ## You can enable to add anchor links to header elements # enable_anchor_link = true [params.homepage_meta_tags] - meta_description = "Lecture material for Privacy-Enhancing Technologies (PETS)." + meta_description = "Lecture Content Archive for Privacy-Enhancing Technologies (PETS)." meta_og_title = "Privacy-Enhancing Technologies (PETS)" meta_og_type = "website" meta_og_image = "https://avatars.githubusercontent.com/u/182622536?" - meta_og_description = "Lecture notes and challenges for Privacy-Enhancing Technologies." + meta_og_description = "Lecture notes and challenges for our Privacy-Enhancing Technologies (PETS) university course." meta_twitter_card = "summary" [params.logo] @@ -49,4 +49,4 @@ summaryLength = 30 standard = "/images/logo.svg" [params.footer] - copyright_text = 'Created with Hugo.' + copyright_text = 'Except where otherwise noted, content on this site is licensed under a CC BY 4.0 license.' diff --git a/content/_index.md b/content/_index.md index 488f16c..3e7d23e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,13 +3,18 @@ title: 'Privacy-Enhancing Technologies' date: 2024-09-24 --- +## Public Course Archive -Privacy-Enhancing Technologies (`PETS`) was a lecture by [Markus Donko-Huber](), [Martin Schmiedecker](), [Wilfried Mayer]() at [TU Wien](https://tiss.tuwien.ac.at/course/courseDetails.xhtml?dswid=4760&dsrid=60&courseNr=194144) from `2014 - 2023`. -In this lecture, students explored the fundamental concepts and practical applications of privacy-enhancing technologies. The course was designed to achieve the following learning goals. +Privacy-Enhancing Technologies (`PETS`) was a university course from 2014 - 2023 at [TU Wien](https://tuwien.ac.at) +by [Markus Donko-Huber](https://nysos.net), [Martin Schmiedecker](https://schmiedecker.net/), and +[Wilfried Mayer](https://github.com/WilfriedMayer). In this course, students explored the fundamental concepts and +practical applications of privacy-enhancing technologies. The course was developed to achieve the following learning goals. -1. Name **basic privacy-enhancing technologies:** Students became familiar with essential tools and methods used to protect privacy in digital environments. -2. **Apply theoretical knowledge to practical assignments:** Through hands-on exercises, students implemented privacy-enhancing technologies in real-world scenarios. -3. Understand the **pros and cons of different privacy-enhancing methods:** The lecture covered various techniques, highlighting their advantages and limitations to help students make informed decisions. -4. Analyze current internet services regarding privacy and suggest **effective technical protection measures:** Students critically evaluated existing online services and proposed robust privacy solutions. - -All material is licensed under: ... +1. **Understand basic privacy-enhancing technologies:** Students became familiar with essential tools and methods to + protect privacy in digital environments. +2. **Apply theoretical knowledge to practical assignments:** Through hands-on challenges, students applied + privacy-enhancing technologies in real-world scenarios. +3. Understand the **pros and cons of different privacy-enhancing methods:** The lecture covered various techniques, + highlighting their advantages and limitations to help students make informed decisions. +4. Analyze current internet services regarding privacy and suggest **effective technical protection measures:** Students + critically evaluated existing online services and proposed robust privacy solutions. diff --git a/content/material/_index.md b/content/course/_index.md similarity index 65% rename from content/material/_index.md rename to content/course/_index.md index 55e3e19..f2dd6c6 100644 --- a/content/material/_index.md +++ b/content/course/_index.md @@ -1,8 +1,7 @@ --- -title: 'Lecture Material' +title: 'Course Content' date: 2018-11-28T15:14:39+10:00 weight: 1 --- - diff --git a/content/course/challenges/index.md b/content/course/challenges/index.md new file mode 100644 index 0000000..ba0ac48 --- /dev/null +++ b/content/course/challenges/index.md @@ -0,0 +1,8 @@ +--- +title: 'Challenges' +date: 2024-09-24 +weight: 3 +--- + +### Challenge Source +TBA \ No newline at end of file diff --git a/content/material/slides/index.md b/content/course/slides/index.md similarity index 79% rename from content/material/slides/index.md rename to content/course/slides/index.md index 7f897c9..80ed2d3 100644 --- a/content/material/slides/index.md +++ b/content/course/slides/index.md @@ -1,10 +1,12 @@ --- -title: 'PETS Slides' +title: 'Slides' date: 2024-09-24 weight: 2 --- +The following slides are based on [ +194.144 Privacy-Enhancing Technologies](https://tiss.tuwien.ac.at/course/educationDetails.xhtml?dswid=9857&dsrid=946&semester=2023W&courseNr=194144) from late 2023. -## Slides +### PETS Topics #### [01_Introduction.pdf](/slides/01_Introduction.pdf) Introduction and motivation for PET diff --git a/content/material/challenges/index.md b/content/material/challenges/index.md deleted file mode 100644 index 9a54938..0000000 --- a/content/material/challenges/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: 'PETS Challenges' -date: 2024-09-24 -weight: 3 ---- - -## Challenge Source -TBA \ No newline at end of file