diff --git a/db/publications.json b/db/publications.json index 3bbb81a7..9cb5cc38 100644 --- a/db/publications.json +++ b/db/publications.json @@ -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" diff --git a/db/venues.json b/db/venues.json index 71bf5c29..8cc68abe 100644 --- a/db/venues.json +++ b/db/venues.json @@ -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" : { diff --git a/lib/lab_metadata.rb b/lib/lab_metadata.rb index 04d49281..d7131ef7 100644 --- a/lib/lab_metadata.rb +++ b/lib/lab_metadata.rb @@ -141,7 +141,7 @@ module LabMetadata year: publication["year"] } ] - when "patent" + when "patent", "panel" [ "misc", { title: publication["title"], diff --git a/src/papers/2017/ICDE-Panel-SmallData-submitted.pdf b/src/papers/2017/ICDE-Panel-SmallData.pdf similarity index 72% rename from src/papers/2017/ICDE-Panel-SmallData-submitted.pdf rename to src/papers/2017/ICDE-Panel-SmallData.pdf index ce3a7a17..c61107b2 100644 Binary files a/src/papers/2017/ICDE-Panel-SmallData-submitted.pdf and b/src/papers/2017/ICDE-Panel-SmallData.pdf differ