From 85729b666357ec2eb8ca5d6883147be7d81216cb Mon Sep 17 00:00:00 2001 From: Oliver Kennedy Date: Sat, 9 Jul 2016 11:31:41 -0400 Subject: [PATCH] Updating students, QDB pub --- Rakefile | 3 +++ db/lab.json | 48 +++++++++++++++++++++++++---------- db/publications.json | 4 +-- src/research/astral/index.erb | 6 +---- 4 files changed, 41 insertions(+), 20 deletions(-) diff --git a/Rakefile b/Rakefile index 400b70ed..fb559e1c 100644 --- a/Rakefile +++ b/Rakefile @@ -57,6 +57,9 @@ site :odin_lab, out: "build" do for_files(/papers\/index.html/) do add_dependency "db/publications.json" end + for_files(/research\/.*\/index.html/) do + add_dependency "db/lab.json" + end ## Static assets add_assets([ diff --git a/db/lab.json b/db/lab.json index f1a7cab2..eacca27c 100644 --- a/db/lab.json +++ b/db/lab.json @@ -37,20 +37,8 @@ }, "Poonam Kumari" : { "status" : "PhD", - "projects" : ["astral"], - "ubit" : "poonamku" - }, - "Razieh Fathi" : { - "status" : "PhD", - "ubit" : "raziehfa", - "advisor" : ["Lukasz Ziarek"], - "joint_advisor": true - }, - "Arindam Nandi" : { - "status" : "MS", "projects" : ["mimir"], - "ubit" : "arindamn", - "link" : "http://legacy25.github.io/about.html" + "ubit" : "poonamku" }, "Patrick Coonan" : { "status" : "BS/MS", @@ -66,6 +54,34 @@ "status" : "PhD", "projects" : ["mimir"], "ubit" : "ahuber" + }, + "Hank Lin" : { + "status" : "BS", + "projects" : ["astral"] + }, + "Saurav Singhe" : { + "status" : "PhD", + "projects" : ["astral"] + }, + "Grant Wrazen" : { + "status" : "BS", + "projects" : ["pocketdata"] + }, + "Lakshmi Prasanna Ethiraj" : { + "status" : "BS", + "projects" : ["pocketdata"] + }, + "Michael Kulbacki" : { + "status" : "BS", + "projects" : ["mimir"] + }, + "Jacob Varghese" : { + "status" : "BS", + "projects" : ["mimir"] + }, + "Aurijoy Majumdar" : { + "status" : "MS", + "projects" : ["astral"] } }, "collaborators" : [ @@ -133,6 +149,12 @@ "position" : "Software Engineer", "company" : "Bloomberg", "year" : 2015 + }, + "Arindam Nandi" : { + "status" : "MS", + "projects" : ["mimir"], + "ubit" : "arindamn", + "link" : "http://legacy25.github.io/about.html" } } } \ No newline at end of file diff --git a/db/publications.json b/db/publications.json index ae7db95c..65a79dd1 100644 --- a/db/publications.json +++ b/db/publications.json @@ -3,12 +3,12 @@ "authors": [ "Poonam Kumari", "Said Achmiz", "Oliver Kennedy" ], - "venue": "ArXiv", + "venue": "QDB", "year": 2016, "length":4, "projects" : ["mimir"], "urls" : { - "under submission" : "https://arxiv.org/abs/1606.02250" + "preprint" : "https://arxiv.org/abs/1606.02250" } }, { "title": "The Exception That Improves The Rule", diff --git a/src/research/astral/index.erb b/src/research/astral/index.erb index f2324493..a65675e8 100644 --- a/src/research/astral/index.erb +++ b/src/research/astral/index.erb @@ -13,11 +13,7 @@ title: ASTral

ASTral is based on an idea called Just-in-time datastructures, where data structure manipulation and access logic are decoupled from the physical representation. A just-in-time data structure uses a set of simple semantic and structural building blocks both to emulate the behavior of existing data structures, and to dynamically create new data structures synthesized on-the-spot to match presented workloads.

-

User-Facing App Benchmarks

- -

User-facing applications regularly encounter some of the most dynamic environments  possible, and are an ideal fit for just-in-time data structures and ASTral in general.  Understanding these changing workloads is critical, and with that in mind we're partnering with PhoneLab to understand how user-facing apps interact with SQL.  Using to real-world data gathered from an instrumented version of SQLite, we're developing a benchmark for pocket-scale data management.

- -

(The ASTral project is being developed in collaboration with Luke Ziarek, and Geoff Challen)

+

(The ASTral project is being developed in collaboration with Luke Ziarek)