forked from elefthei/splab-web
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
78 lines (68 loc) · 1.9 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name: Penn's Security and Privacy Lab
url: https://splab.cis.upenn.edu/
description: >
The security and privacy lab at the University of Pennsylvania performs fundamental research in the areas of cryptography, blockchain, anonymous communication, differential privacy, architecture,
and programming language security.
exclude: [bibble, README.md, Makefile, screenshot.png]
# colorize code snippets with the pygments module
highlighter: pygments
# The path structure for blog posts.
permalink: /blog/:year/:month/:day/:title.html
# Sections on the "people" page.
roles:
- key: faculty
name: Faculty
- key: postdoc
name: Researchers
- key: student
name: Students
- key: collab
name: Affiliated Faculty
- key: alum
name: Alumni
research:
- Anonymous communication
- Blockchains
- Differential privacy
- Multiparty computation
- Private federated analytics
- Private information retrieval
- Zero-knowledge proofs
- Programming language security
- Formal verification
courses:
- number: CIS 2330
name: Introduction to blockchain
url: "https://splab.cis.upenn.edu/" # FIXME
- number: CIS 4510
name: Computer Network Security
url: "https://www.cis.upenn.edu/~sga001/classes/cis551s24/"
- number: CIS 5560
name: Cryptography
url: "https://pratyushmishra.com/classes/cis-5560-s24/"
- number: MCIT 5820
name: Blockchains
url: "https://www.cis.upenn.edu/~fbrett/mcit582.html"
# Number of news stories on the front page.
front_page_news: 0
# Base pathname for links.
base: ''
# make pages for the _people folder
collections:
people:
output: true
seminars:
output: true
permalink: /seminars/:path/
# Navigation bar links.
navigation:
- title: Home
link: /
- title: Seminars
link: /seminars.html
- title: People
link: /#people
- title: Research
link: /#research
- title: Publications
link: /publications.html