diff --git a/db/publications.json b/db/publications.json index c6331387..d7426938 100644 --- a/db/publications.json +++ b/db/publications.json @@ -1,4 +1,23 @@ [ + { + "title" : "Uncertainty Annotated Databases - A Lightweight Approach for Dealing with Uncertainty", + "authors" : ["Su Feng", "Aaron Huber", "Boris Glavic", "Oliver Kennedy"], + "venue" : "IIT-TR", + "year" : 2018, + "urls" : { + "report" : "http://cs.iit.edu/%7edbgroup/pdfpubls/FH18.pdf" + } + }, + { + "title" : "The Good and Bad Data", + "authors" : ["Poonam Kumari", "Oliver Kennedy"], + "venue" : "NEDB", + "year" : 2018, + "projects" : ["mimir"], + "urls" : { + "abstract" : "https://odin.cse.buffalo.edu/papers/2018/NEDB-GoodBadData.pdf" + } + }, { "title" : "The Good and Bad Data", "authors" : ["Poonam Kumari", "Oliver Kennedy"], diff --git a/db/venues.json b/db/venues.json index b6b1bac4..c4e4f2da 100644 --- a/db/venues.json +++ b/db/venues.json @@ -192,6 +192,10 @@ "fullname" : "SUNY Buffalo Computer Science & Engineering Report", "type" : "techreport" }, + "IIT-TR" : { + "fullname" : "Illinois Inst. Tech. Technical Report", + "type" : "techreport" + }, "ArXiv" : { "fullname" : "The ArXiv", "type" : "techreport" diff --git a/src/papers/2018/VLDB-AttrProv-submitted.pdf b/src/papers/2018/VLDB-AttrProv-submitted.pdf new file mode 100644 index 00000000..198fc664 Binary files /dev/null and b/src/papers/2018/VLDB-AttrProv-submitted.pdf differ