Skip to content

Commit fc3dd14

Browse files
authored
Merge pull request #2 from pets-lecture/slides-v1
Basic Content v1.0
2 parents 3c7daff + d715cf9 commit fc3dd14

File tree

7 files changed

+48
-31
lines changed

7 files changed

+48
-31
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
# PETS Lecture Material
1+
# Privacy-Enhancing Technologies (PETS)
22

33
---
44

5-
Simple Hugo Website on Github Pages with PETS lecture material: **[https://pets-lecture.github.io](https://pets-lecture.github.io/)**
5+
## Public Archive of Course Content
6+
### [pets-lecture.github.io](https://pets-lecture.github.io/)
7+
8+
---
9+
10+
This repository contains the public archive of the university course
11+
"Privacy-Enhancing Technologies (PETS)". Originally taught from 2014 - 2023 for
12+
BSc. and MSc. students at the Vienna University of Technology.
13+
14+
---
15+
16+
Our public course archive is powered by GitHub Pages and Hugo.
617

718
---
819

config.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,36 @@ pygmentsUseClasses = true
1717
summaryLength = 30
1818

1919
[[menu.main]]
20-
name = "Home"
20+
name = "About"
2121
url = "/"
2222
weight = 1
2323

2424
[[menu.main]]
25-
name = "Material"
26-
url = "/material/"
25+
name = "Content"
26+
url = "/course/"
2727
weight = 2
2828

2929
[params]
3030
google_analytics_id=""
31-
homepage_button_link = '/material'
32-
homepage_button_text = 'Material'
33-
homepage_intro = 'Privacy-Enhancing Techologies lecture material.'
31+
homepage_button_link = '/course'
32+
homepage_button_text = 'Content'
33+
homepage_intro = 'Privacy-Enhancing Techologies Lecture Archive'
3434
homepage_image = ''
3535

3636
## You can enable to add anchor links to header elements
3737
# enable_anchor_link = true
3838

3939
[params.homepage_meta_tags]
40-
meta_description = "Lecture material for Privacy-Enhancing Technologies (PETS)."
40+
meta_description = "Lecture Content Archive for Privacy-Enhancing Technologies (PETS)."
4141
meta_og_title = "Privacy-Enhancing Technologies (PETS)"
4242
meta_og_type = "website"
4343
meta_og_image = "https://avatars.githubusercontent.com/u/182622536?"
44-
meta_og_description = "Lecture notes and challenges for Privacy-Enhancing Technologies."
44+
meta_og_description = "Lecture notes and challenges for our Privacy-Enhancing Technologies (PETS) university course."
4545
meta_twitter_card = "summary"
4646

4747
[params.logo]
4848
mobile = "/images/logo-mobile.svg"
4949
standard = "/images/logo.svg"
5050

5151
[params.footer]
52-
copyright_text = 'Created with <a href="https://gohugo.io/">Hugo</a>.'
52+
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>.'

content/_index.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ title: 'Privacy-Enhancing Technologies'
33
date: 2024-09-24
44
---
55

6+
## Public Course Archive
67

7-
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`.
8-
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.
8+
Privacy-Enhancing Technologies (`PETS`) was a university course from 2014 - 2023 at [TU Wien](https://tuwien.ac.at)
9+
by [Markus Donko-Huber](https://nysos.net), [Martin Schmiedecker](https://schmiedecker.net/), and
10+
[Wilfried Mayer](https://github.com/WilfriedMayer). In this course, students explored the fundamental concepts and
11+
practical applications of privacy-enhancing technologies. The course was developed to achieve the following learning goals.
912

10-
1. Name **basic privacy-enhancing technologies:** Students became familiar with essential tools and methods used to protect privacy in digital environments.
11-
2. **Apply theoretical knowledge to practical assignments:** Through hands-on exercises, students implemented privacy-enhancing technologies in real-world scenarios.
12-
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.
13-
4. Analyze current internet services regarding privacy and suggest **effective technical protection measures:** Students critically evaluated existing online services and proposed robust privacy solutions.
14-
15-
All material is licensed under: ...
13+
1. **Understand basic privacy-enhancing technologies:** Students became familiar with essential tools and methods to
14+
protect privacy in digital environments.
15+
2. **Apply theoretical knowledge to practical assignments:** Through hands-on challenges, students applied
16+
privacy-enhancing technologies in real-world scenarios.
17+
3. Understand the **pros and cons of different privacy-enhancing methods:** The lecture covered various techniques,
18+
highlighting their advantages and limitations to help students make informed decisions.
19+
4. Analyze current internet services regarding privacy and suggest **effective technical protection measures:** Students
20+
critically evaluated existing online services and proposed robust privacy solutions.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
title: 'Lecture Material'
2+
title: 'Course Content'
33
date: 2018-11-28T15:14:39+10:00
44
weight: 1
55
---
66

77

8-

content/course/challenges/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Challenges'
3+
date: 2024-09-24
4+
weight: 3
5+
---
6+
7+
### Challenge Source
8+
TBA

content/material/slides/index.md renamed to content/course/slides/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
title: 'PETS Slides'
2+
title: 'Slides'
33
date: 2024-09-24
44
weight: 2
55
---
6+
The following slides are based on [
7+
194.144 Privacy-Enhancing Technologies](https://tiss.tuwien.ac.at/course/educationDetails.xhtml?dswid=9857&dsrid=946&semester=2023W&courseNr=194144) from late 2023.
68

7-
## Slides
9+
### PETS Topics
810
#### [01_Introduction.pdf](/slides/01_Introduction.pdf)
911
Introduction and motivation for PET
1012

content/material/challenges/index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)