Skip to content

Commit

Permalink
adding PDF for per
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenVanAcker committed Apr 13, 2017
1 parent 8abc040 commit 2a0ddec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: http://fdat085.github.io
baseurl: /
baseurl:

10 changes: 10 additions & 0 deletions _layouts/student.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ <h1>{{ page.title }}</h1>
{{ page.abstract }}
</pre>

<div>
{% if page.pdf %}
<a href="{{site.baseurl}}public/pdf/{{page.pdf}}">View PDF</a>
{% else %}
(PDF not ready for download yet)
{% endif %}
<br/>
<br/>
</div>

<dl>
<dt>Introductory papers</dt>
<dd><dl>
Expand Down
Binary file added public/pdf/per.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions student-per.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author: Per Hallgren
room: EDIT 3364
date: 2017/04/18
time: 15:30-17:30
pdf: "per.pdf"
abstract: "Garbled Circuits is a technique used to compute a function based on inputs from
multiple parties without disclosing any data that correlated to the user's
input, except for the output of the function. The technique has been around and
Expand Down

0 comments on commit 2a0ddec

Please sign in to comment.