diff --git a/_data/projects.yml b/_data/projects.yml index 37d78e9..c50e35f 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -15,7 +15,8 @@ - Ittai Abraham - Dahlia Malkhi venue: USENIX Annual Technical Conference 2016 (ATC ’16) Denver, Colorado, June 2016 - pdf: http://sns.cs.princeton.edu/wp-content/uploads/2016/10/atc2016.pdf + paper: http://sns.cs.princeton.edu/wp-content/uploads/2016/10/atc2016.pdf + presentation: https://www.usenix.org/conference/atc16/technical-sessions/presentation/tai year: 2016 award: - Best Paper Award @@ -28,7 +29,7 @@ - Aaron Blankenstein - Michael J. Freedman venue: In Proc. IEEE Security and Privacy (SP ’14), San Jose, CA, May 2014. - pdf: http://sns.cs.princeton.edu/docs/passe-sp14-final.pdf + paper: http://sns.cs.princeton.edu/docs/passe-sp14-final.pdf year: 2014 people: - mfreed diff --git a/_layouts/default.html b/_layouts/default.html index 097f2d4..30888c4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,15 +19,48 @@

{{ site.title }}

{{ site.subtitle }}

-
+ {{ content }} + + diff --git a/_layouts/project.html b/_layouts/project.html index d074862..5042e94 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -2,21 +2,27 @@ layout: default --- {%- assign project = site.data.projects | where: "id", page.project_id | first -%} -
+

{{ page.title | escape }}

{{ content }}

Publications

-
    +
      {%- for publication in project.publications -%}
    • {{ publication.title }}

      -

      {{ publication.people | array_to_sentence_string }}. {{ publication.venue }}

      - {%- if publication.pdf -%} -

      Paper: PDF

      +

      {{ publication.people | array_to_sentence_string }}.

      +

      {{ publication.venue }}

      +

      + {%- if publication.paper -%} + [paper] {%- endif -%} + {%- if publication.presentation -%} + [presentation] + {%- endif -%} +

    • {% endfor %} -
+

People