Skip to content

Basic Content v1.0 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

---

Expand Down
18 changes: 9 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@ 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]
mobile = "/images/logo-mobile.svg"
standard = "/images/logo.svg"

[params.footer]
copyright_text = 'Created with <a href="https://gohugo.io/">Hugo</a>.'
copyright_text = 'Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0 license</a>.'
21 changes: 13 additions & 8 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 1 addition & 2 deletions content/material/_index.md → content/course/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: 'Lecture Material'
title: 'Course Content'
date: 2018-11-28T15:14:39+10:00
weight: 1
---



8 changes: 8 additions & 0 deletions content/course/challenges/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: 'Challenges'
date: 2024-09-24
weight: 3
---

### Challenge Source
TBA
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 0 additions & 8 deletions content/material/challenges/index.md

This file was deleted.

Loading