diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45c1505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +_site +.sass-cache +.jekyll-metadata diff --git a/404.md b/404.md new file mode 100644 index 0000000..8cb4c24 --- /dev/null +++ b/404.md @@ -0,0 +1,9 @@ +--- +layout: default +--- + +# 404 + +**Page not found :(** + +The requested page could not be found. diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..6d3120f --- /dev/null +++ b/Gemfile @@ -0,0 +1,30 @@ +source "https://rubygems.org" + +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 3.7.3" + +# This is the default theme for new Jekyll sites. You may change this to anything you like. +gem "minima", "~> 2.0" + +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +# gem "github-pages", group: :jekyll_plugins + +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.6" +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.0" if Gem.win_platform? + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..4a957b2 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,74 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + colorator (1.1.0) + concurrent-ruby (1.0.5) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.9.25) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.7.4) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (~> 1.14) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-feed (0.11.0) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-seo-tag (2.5.0) + jekyll (~> 3.3) + jekyll-watch (2.0.0) + listen (~> 3.0) + kramdown (1.17.0) + liquid (4.0.0) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + mercenary (0.3.6) + minima (2.5.0) + jekyll (~> 3.5) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + pathutil (0.16.1) + forwardable-extended (~> 2.6) + public_suffix (3.0.3) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + rouge (3.2.1) + ruby_dep (1.5.0) + safe_yaml (1.0.4) + sass (3.5.7) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 3.7.3) + jekyll-feed (~> 0.6) + minima (~> 2.0) + tzinfo-data + +BUNDLED WITH + 1.16.1 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..76aad02 --- /dev/null +++ b/_config.yml @@ -0,0 +1,43 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely edit after that. If you find +# yourself editing this file very often, consider using Jekyll's data files +# feature for the data you need to update frequently. +# +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. + +# Site settings +# These are used to personalize your new site. If you look in the HTML files, +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. +# You can create any custom variable you would like, and they will be accessible +# in the templates via {{ site.myvariable }}. +title: Princeton SNS Group +subtitle: "{Scalable, Secure, Self-Organizing, Software-Defined, ...} Network Systems" +description: >- # this means to ignore newlines until "baseurl:" + {Scalable, Secure, Self-Organizing, Software-Defined, ...} Network Systems +baseurl: "" # the subpath of your site, e.g. /blog +url: "" # the base hostname & protocol for your site, e.g. http://example.com +twitter_username: PrincetonSNS +github_username: princeton-sns + +sass: + style: compressed + +# Build settings +markdown: kramdown +plugins: + - jekyll-feed + +# Exclude from processing. +# The following items will not be processed, by default. Create a custom list +# to override the default setting. +# exclude: +# - Gemfile +# - Gemfile.lock +# - node_modules +# - vendor/bundle/ +# - vendor/cache/ +# - vendor/gems/ +# - vendor/ruby/ diff --git a/_data/people.yml b/_data/people.yml new file mode 100644 index 0000000..cd61efc --- /dev/null +++ b/_data/people.yml @@ -0,0 +1,54 @@ + - name: Mike Freedman + nick: mfreed + type: leader + active: true + url: http://www.cs.princeton.edu/~mfreed/ + picture: http://sns.cs.princeton.edu/wp-content/uploads/2011/06/Mike-Switz-Alps-e1307212234323.jpg + bio: >- + is a Professor in Princeton’s Computer Science Department, where he + has been since 2007. Prior to that, he received a Ph.D. from NYU’s + Courant Insitute, during which he spent two years at Stanford + University, and S.B. and M.Eng. degrees from MIT. Mike’s research + interests are in distributed systems, security, and networking, + broadly defined. He used to enjoy climbing, hiking, and + mountaineering in his spare time, although this little thing called + work keeps getting in the way lately. + - name: Wyatt Lloyd + nick: wlloyd + type: leader + active: true + url: http://www.cs.princeton.edu/~wlloyd/ + picture: http://sns.cs.princeton.edu/wp-content/uploads/2018/02/wyatts_head.png + bio: >- + is an Assistant Professor of Computer Science at Princeton + University. His research interests include the distributed systems + and networking problems that underlie the architecture of + large-scale Web sites, cloud computing, and big data. He received + his Ph.D. from Princeton University in 2013, spend the next year as + a Postdoctoral Researcher at Facebook, and spent 3 years as an + Assistant Professor of Computer Science at the University of + Southern California before returning to Princeton. + - name: Aaron Blankenstein + nick: ablankst + type: phd + url: http://www.princeton.edu/~ablankst/ + picture: http://sns.cs.princeton.edu/wp-content/uploads/2009/03/BLANKS-mug.jpg + bio: >- + is a sixth-year Ph.D. student. Previously, he + received an M.Eng. and B.S. degree from MIT, where he worked with + Barbara Liskov on information-flow control. He is interested in + security and distributed systems, and has worked on untrusted cloud + services (Frientegrity and CONIKS) and least privilege web services + (Passe). He is currently investigating cost-aware caching + architectures for multi-tiered datacenter services. + - name: Amy Tai + nick: amytai + type: phd + active: true + url: http://www.cs.princeton.edu/~amytai/ + picture: http://sns.cs.princeton.edu/wp-content/uploads/2013/08/amytaisns.jpg + bio: >- + is a fourth-year PhD student. She graduated from Harvard + University in 2013 with a joint degree in computer science and + mathematics. She is interested in the reliability and consistency + models of scalable distributed systems and databases. diff --git a/_data/projects.yml b/_data/projects.yml new file mode 100644 index 0000000..37d78e9 --- /dev/null +++ b/_data/projects.yml @@ -0,0 +1,35 @@ +- title: "Replex" + id: replex + active: true + brief: Unifying replication and indexing in distributed storage + opensource: https://github.com/CorfuDB/CorfuDB + people: + - amytai + - mfreed + publications: + - title: "Replex: A Scalable, Highly Available Multi-Index Data Store" + people: + - Amy Tai + - Michael Wei + - Michael J. Freedman + - 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 + year: 2016 + award: + - Best Paper Award +- title: Passe + id: passe + brief: "Automating Application Security for Cloud Services" + publications: + - title: Automating Isolation and Least Privilege in Web Services. + people: + - 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 + year: 2014 + people: + - mfreed + - ablankst diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..097f2d4 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,33 @@ + + +
+ + + + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + {%- if page.title == "Home" -%} +{{ publication.people | array_to_sentence_string }}. {{ publication.venue }}
+ {%- if publication.pdf -%} +Paper: PDF
+ {%- endif -%} +