Panel Accept

This commit is contained in:
Oliver Kennedy 2016-12-24 13:05:58 -05:00
parent 169626ed06
commit ffca8af0a0
4 changed files with 31 additions and 3 deletions

View file

@ -1,6 +1,26 @@
[
{
"title" : "Stop the Truthiness and Just Be Wrong",
"title" : "Small Data (Panel Discussion)",
"authors" : [
"Oliver Kennedy",
"D. Richard Hipp",
"Stratos Idreosh",
"Amélie Marian",
"Arnab Nandi",
"Carmela Troncoso",
"Eugene Wu"
],
"venue" : "ICDE",
"track":"panel",
"year" : 2017,
"projects" : ["pocketdata", "mimir"],
"length" : 1,
"urls" : {
"abstract" : "http://odin.cse.buffalo.edu/papers/2017/ICDE-Panel-SmallData.pdf"
}
},
{
"title" : "Stop the Truthiness and Just Be Wrong (Abstract)",
"authors" : [
"Oliver Kennedy"
],
@ -12,7 +32,8 @@
"urls" : {
"abstract" : "http://odin.cse.buffalo.edu/papers/2017/CIDR-Truthiness-abstract.pdf"
}
}, {
},
{
"title" : "Convergent Inference with Leaky Joins",
"authors" : [
"Ying Yang", "Oliver Kennedy"

View file

@ -132,6 +132,13 @@
"2009" : 0.17, // source: http://www.cs.duke.edu/~shivnath/publications.html
"2007" : 0.276, // source: http://www.cs.duke.edu/~shivnath/publications.html
"2005" : 0.129 // source: http://www.cs.duke.edu/~shivnath/publications.html
},
"tracks" : {
"panel" : {
"fullname" : "ICDE Panels",
"type" : "panel",
"acronym" : "Panel"
}
}
},
"NSDI" : {

View file

@ -141,7 +141,7 @@ module LabMetadata
year: publication["year"]
}
]
when "patent"
when "patent", "panel"
[ "misc",
{
title: publication["title"],