You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by ea...@apache.org on 2016/09/17 15:10:44 UTC

incubator-pirk git commit: PIRK-67 Add Slide Deck to the Website Documentation Explaining the Mathematics of Pirk -- closes apache/incubator-pirk#92

Repository: incubator-pirk
Updated Branches:
  refs/heads/gh-pages ff5ce3038 -> 14dbf7ade


PIRK-67 Add Slide Deck to the Website Documentation Explaining the Mathematics of Pirk -- closes apache/incubator-pirk#92


Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/14dbf7ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/14dbf7ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/14dbf7ad

Branch: refs/heads/gh-pages
Commit: 14dbf7adea2c02f934f6f04f47a5a94e1d891343
Parents: ff5ce30
Author: wraydulany <ra...@apache.org>
Authored: Sat Sep 17 11:10:26 2016 -0400
Committer: eawilliams <ea...@apache.org>
Committed: Sat Sep 17 11:10:26 2016 -0400

----------------------------------------------------------------------
 _includes/nav.html         |   2 +-
 for_users.md               |   2 +-
 papers/index.md            |   5 +++--
 papers/math_deck.pdf       | Bin 0 -> 576064 bytes
 papers/wideskies_paper.pdf | Bin 375538 -> 375533 bytes
 pirk_papers.md             |   6 ------
 6 files changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/14dbf7ad/_includes/nav.html
----------------------------------------------------------------------
diff --git a/_includes/nav.html b/_includes/nav.html
index 398ca51..84275f6 100755
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -17,7 +17,7 @@
         <ul class="dropdown-menu">
           <li id="nav_users"><a href="{{ site.baseurl }}/for_users">For Users</a></li>
           <li id="nav_developers"><a href="{{ site.baseurl }}/for_developers">For Developers</a></li>
-          <li id="nav_papers"><a href="{{ site.baseurl }}/papers">Papers</a></li>
+          <li id="nav_papers"><a href="{{ site.baseurl }}/papers">Papers &amp Presentations</a></li>
           <li class="nav_faq"><a href="{{ site.baseurl }}/faq">FAQ</a></li>
           <li class="divider"></li>
            <li><a href="{{ site.baseurl }}/javadocs">Javadocs</a></li>     

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/14dbf7ad/for_users.md
----------------------------------------------------------------------
diff --git a/for_users.md b/for_users.md
index 03bf403..a5b207c 100644
--- a/for_users.md
+++ b/for_users.md
@@ -75,7 +75,7 @@ The format of the query schema XML file is as follows:
 
 A corresponding XSD file may be found [here](https://github.com/apache/incubator-pirk/blob/master/src/main/resources/query-schema.xsd).
 
-The selectorName is the name of the element in the corresponding data schema that is to be used as the primary selector or indicator for the query (see Wideskies paper [link]). 
+The selectorName is the name of the element in the corresponding data schema that is to be used as the primary selector or indicator for the query (see the [Wideskies paper]({{ site.baseurl }}/papers/wideskies_paper.pdf)). 
 
 The elements field specifies all elements (via \<name\>) within a given piece of data to return as part of the encrypted query.
 

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/14dbf7ad/papers/index.md
----------------------------------------------------------------------
diff --git a/papers/index.md b/papers/index.md
index 07711bb..553e557 100755
--- a/papers/index.md
+++ b/papers/index.md
@@ -5,7 +5,8 @@ nav: nav_papers
 
 ## Papers and Presentations
 
-* [Wideskies paper]({{ site.baseurl }}/papers/wideskies_paper.pdf)
+* [Wideskies paper]({{ site.baseurl }}/papers/wideskies_paper.pdf), the paper documenting the original algorithm behind Pirk.
+* [Wideskies slide deck]({{ site.baseurl }}/papers/math_deck.pdf), a slightly gentler discussion of the mathematics of Wideskies, with a few abstract examples and one concrete example.
 
 ## Conferences and Meetups
 
@@ -13,5 +14,5 @@ Conference and Meetup schedule coming soon!
 
 ## Reference
  
- * [Paillier homomorphic encryption]({{ site.baseurl }}/papers/1999_asiacrypt_paillier_paper.pdf)
+ * [Paillier homomorphic encryption]({{ site.baseurl }}/papers/1999_asiacrypt_paillier_paper.pdf), Paillier's original paper on the encryption scheme that underpins Wideskies.
  

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/14dbf7ad/papers/math_deck.pdf
----------------------------------------------------------------------
diff --git a/papers/math_deck.pdf b/papers/math_deck.pdf
new file mode 100644
index 0000000..aa6000b
Binary files /dev/null and b/papers/math_deck.pdf differ

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/14dbf7ad/papers/wideskies_paper.pdf
----------------------------------------------------------------------
diff --git a/papers/wideskies_paper.pdf b/papers/wideskies_paper.pdf
index fef8748..ec5ff89 100644
Binary files a/papers/wideskies_paper.pdf and b/papers/wideskies_paper.pdf differ

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/14dbf7ad/pirk_papers.md
----------------------------------------------------------------------
diff --git a/pirk_papers.md b/pirk_papers.md
deleted file mode 100644
index d9dc7b5..0000000
--- a/pirk_papers.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Papers
-nav: nav_papers
----
-
-The Wideskies paper may be found [here]