Updating students, QDB pub

This commit is contained in:
Oliver Kennedy 2016-07-09 11:31:41 -04:00
parent d92ce14b99
commit 85729b6663
4 changed files with 41 additions and 20 deletions

View file

@ -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([

View file

@ -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"
}
}
}

View file

@ -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",

View file

@ -13,11 +13,7 @@ title: ASTral
<p>ASTral is based on an idea called <a href="http://github.com/okennedy/jitd">Just-in-time datastructures</a>, 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.</p>
<h2>User-Facing App Benchmarks</h2>
<p>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 <a href="https://phone-lab.org">PhoneLab</a> 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.</p>
<p><i>(The ASTral project is being developed in collaboration with Luke Ziarek, and Geoff Challen)</i></p>
<p><i>(The ASTral project is being developed in collaboration with Luke Ziarek)</i></p>
<hr />